Releases: V4Fire/Core
Releases · V4Fire/Core
V4Core v4.0.0-alpha.34
🚀 New Feature
- Added support for specifying a region for i18n
core/prelude
V4Core v3.99.0
🚀 New Feature
- Added
Region
support incore/prelude/i18n
module.
V4Core v4.0.0-alpha.33
🐛 Bug Fix
- Now, the custom
Headers
class uses theappend
method
to construct a new set of headers based on the built-in Headers in the Fetch API implementationcore/request/headers
V4Core v4.0.0-alpha.32
🐛 Bug Fix
- Fixed type generation for standalone build
V4Core v4.0.0-alpha.31
🏠 Internal
- Use
WeakRef
forRequestError
details only in node environmentcore/request/error
V4Core v4.0.0-alpha.30
💥 Breaking Change
- Support for the
Got
library based query engine has been removed.
Now, built-in fetch is used with Node.js.core/request
🚀 New Feature
- Now
MiddlewareParams
are being passed to theRequestAPIValue
functioncore/request
V4Core v4.0.0-alpha.29
💥 Breaking Change
- Dropped API support with rest parameters in the
addToPrototype
core/prelude/function/extend
.
Migration Guide:Foo.addToPrototype(bar, baz)
->Foo.addToPrototype({bar, baz})
.
🐛 Bug Fix
- Fixed
providerOptions
inheritance by ExtraProviderscore/data
- Fixed the bug with the
debounce
decorator:
conflicts between debounced methods across instances of identical classes or components have been resolvedcore/functools
V4Core v4.0.0-alpha.28
🐛 Bug Fix
- Revert
v4.0.0-alpha.27
V4Core v4.0.0-alpha.27
v4.0.0-alpha.27 (2024-03-21)
🐛 Bug Fix
- Fixed a memory leak
core/lazy
V4Core v4.0.0-alpha.26
🚀 New Feature
- The standalone version of a library now has
.d.ts
declaration files