Skip to content

Releases: V4Fire/Core

V4Core v4.0.0-alpha.48

30 Oct 09:32
Compare
Choose a tag to compare
Pre-release

πŸ› Bug Fix

  • Fixed an issue when receiving an empty string with the Content-Type: application/octet-stream header core/request/response

V4Core v3.101.1

21 Oct 08:35
34288fc
Compare
Choose a tag to compare

v3.101.1 (2024-10-21)

πŸ› Bug Fix

  • core/prelude/i18n/helpers
    • Fix logging bug in pluralizeText.
    • Add logging info in i18n helpers.

V4Core v4.0.0-alpha.47.speedup

01 Oct 15:34
Compare
Choose a tag to compare
Pre-release

πŸ’₯ Breaking Change

  • core/async:
    • Moved code from V4/Client
    • Removed deprecated API and refactored internal structures

πŸš€ 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

25 Sep 18:30
6385e93
Compare
Choose a tag to compare
Pre-release

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 use intl api for pluralization if it's possible, otherwise fallback to old plural form logic.

V4Core v3.101.0

25 Sep 09:50
fa964eb
Compare
Choose a tag to compare

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 use intl api for pluralization if it's possible, otherwise fallback to old plural form logic.

V4Core v3.100.1

10 Sep 12:58
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed an issue with the calculation of timezones without considering time core/prelude/date/create

V4Core v4.0.0-alpha.45

09 Sep 12:12
Compare
Choose a tag to compare
Pre-release

πŸ› Bug Fix

  • Fixed an issue with the calculation of timezones without considering time core/prelude/date/create

V4Core v4.0.0-alpha.44

06 Sep 11:08
Compare
Choose a tag to compare
Pre-release

πŸ› Bug Fix

  • Avoid reassigning an undefined value for the scheme from the prototype core/lazy

V4Core v4.0.0-alpha.43

29 Jul 13:50
Compare
Choose a tag to compare
Pre-release

🏠 Internal

  • RC branch merge

V4Core v4.0.0-alpha.42

29 Jul 12:10
Compare
Choose a tag to compare
Pre-release

πŸ› Bug Fix

  • Fixed memory leak with singleton providers cache core/data/modules