Releases: V4Fire/Core
Releases Β· V4Fire/Core
V4Core v4.0.0-alpha.48
π Bug Fix
- Fixed an issue when receiving an empty string with the
Content-Type: application/octet-stream
headercore/request/response
V4Core v3.101.1
v3.101.1 (2024-10-21)
π Bug Fix
core/prelude/i18n/helpers
- Fix logging bug in
pluralizeText
. - Add logging info in i18n helpers.
- Fix logging bug in
V4Core v4.0.0-alpha.47.speedup
π₯ Breaking Change
core/async
:- Moved code from
V4/Client
- Removed deprecated API and refactored internal structures
- Moved code from
π New Feature
- Added a new method
Array.toArray
core/prelude
- Added support for baked symbols
core/symbol
π Internal
- Conduct refactoring and optimization of the module
core/async
- Various performance optimizations
V4Core v4.0.0-alpha.46
v4.0.0-alpha.46 (2024-09-25)
π₯ breaking change
core/prelude/i18n/helpers
- changed
i18n
translations format. - added
intl
support for pluralization. - now
i18n
prefer to useintl
api for pluralization if it's possible, otherwise fallback to old plural form logic.
- changed
V4Core v3.101.0
v3.101.0 (2024-09-25)
π₯ breaking change
core/prelude/i18n/helpers
- changed
i18n
translations format. - added
intl
support for pluralization. - now
i18n
prefer to useintl
api for pluralization if it's possible, otherwise fallback to old plural form logic.
- changed
V4Core v3.100.1
π Bug Fix
- Fixed an issue with the calculation of timezones without considering time
core/prelude/date/create
V4Core v4.0.0-alpha.45
π Bug Fix
- Fixed an issue with the calculation of timezones without considering time
core/prelude/date/create
V4Core v4.0.0-alpha.44
π Bug Fix
- Avoid reassigning an
undefined
value for the scheme from the prototypecore/lazy
V4Core v4.0.0-alpha.43
π Internal
- RC branch merge
V4Core v4.0.0-alpha.42
π Bug Fix
- Fixed memory leak with singleton providers cache
core/data/modules