Skip to content

Releases: V4Fire/Core

V4Core v4.0.0-alpha.34

06 May 12:07
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • Added support for specifying a region for i18n core/prelude

V4Core v3.99.0

25 Apr 09:09
904619b
Compare
Choose a tag to compare

🚀 New Feature

  • Added Region support in core/prelude/i18n module.

V4Core v4.0.0-alpha.33

19 Apr 11:36
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • Now, the custom Headers class uses the append method
    to construct a new set of headers based on the built-in Headers in the Fetch API implementation core/request/headers

V4Core v4.0.0-alpha.32

16 Apr 11:48
d34f207
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • Fixed type generation for standalone build

V4Core v4.0.0-alpha.31

12 Apr 11:02
Compare
Choose a tag to compare
Pre-release

🏠 Internal

  • Use WeakRef for RequestError details only in node environment core/request/error

V4Core v4.0.0-alpha.30

09 Apr 11:11
Compare
Choose a tag to compare
Pre-release

💥 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 the RequestAPIValue function core/request

V4Core v4.0.0-alpha.29

04 Apr 11:42
Compare
Choose a tag to compare
Pre-release

💥 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 ExtraProviders core/data
  • Fixed the bug with the debounce decorator:
    conflicts between debounced methods across instances of identical classes or components have been resolved core/functools

V4Core v4.0.0-alpha.28

21 Mar 14:35
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • Revert v4.0.0-alpha.27

V4Core v4.0.0-alpha.27

21 Mar 13:09
Compare
Choose a tag to compare
Pre-release

v4.0.0-alpha.27 (2024-03-21)

🐛 Bug Fix

  • Fixed a memory leak core/lazy

V4Core v4.0.0-alpha.26

21 Mar 09:37
3906941
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • The standalone version of a library now has .d.ts declaration files