Skip to content

Releases: V4Fire/Core

V4Core v3.27.2

18 Sep 09:35
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed invalid imports within README core/data
  • Fixed a bug when a new value to set is equal by a link with the previous core/object/watch

V4Core v3.27.1

10 Sep 11:53
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed a bug with iOS and ES6 when the engine hasn't parsed a declaration with nested arrow functions core/request

V4Core v3.27.0

04 Sep 09:53
b9ac788
Compare
Choose a tag to compare

πŸ’₯ Breaking Change

  • Dropped interface.ts:
    • core/functools/deprecation
    • core/functools/not-implemented

πŸš€ New Feature

  • Added a new module core/functools/warning

🏠 Internal

  • Re-wrote the module with core/functools/warning:
    • core/functools/deprecation
    • core/functools/not-implemented

V4Core v3.26.0

04 Sep 04:12
Compare
Choose a tag to compare

πŸš€ New Feature

  • Added jsonReviver to CreateRequestOptions core/request

πŸ› Bug Fix

  • Fixed a bug when strings could be compiled to Dates after cloning Object.fastClone

🏠 Internal

  • Extracted some types to interface.ts core/prelude/object/clone

V4Core v3.25.1

04 Sep 02:46
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed parsing "1997-07-16T19:20:30.45+0100" format on iOS core/prelude/date

V4Core v3.25.0

03 Sep 09:05
Compare
Choose a tag to compare

πŸš€ New Feature

  • Now deprecate returns DeprecatedFn core/functools/deprecation
  • Now notImplement returns NotImplementedFn core/functools/not-implemented

V4Core v3.24.2

02 Sep 01:01
Compare
Choose a tag to compare

🏠 Internal

  • Review any and unknown types

V4Core v3.24.1

01 Sep 11:22
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed TS signatures of Object.has, Object.delete

V4Core v3.24.0

12 Aug 19:40
Compare
Choose a tag to compare

πŸš€ New Feature

  • Added Object.delete

πŸ› Bug Fix

  • Fixed Object.has with Set and WeakSet

V4Core v3.23.0

10 Aug 07:37
Compare
Choose a tag to compare

πŸš€ New Feature

  • Added a new engine based on IndexedDB core/kv-storage

🏠 Internal