Releases: V4Fire/Core
Releases Β· V4Fire/Core
V4Core v3.27.2
π 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
π 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
π₯ 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
π New Feature
- Added
jsonReviver
toCreateRequestOptions
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
π Bug Fix
- Fixed parsing "1997-07-16T19:20:30.45+0100" format on iOS
core/prelude/date
V4Core v3.25.0
π New Feature
- Now
deprecate
returnsDeprecatedFn
core/functools/deprecation
- Now
notImplement
returnsNotImplementedFn
core/functools/not-implemented
V4Core v3.24.2
π Internal
- Review
any
andunknown
types
V4Core v3.24.1
π Bug Fix
- Fixed TS signatures of
Object.has
,Object.delete
V4Core v3.24.0
π New Feature
- Added
Object.delete
π Bug Fix
- Fixed
Object.has
with Set and WeakSet
V4Core v3.23.0
π New Feature
- Added a new engine based on IndexedDB
core/kv-storage
π Internal
- Updated dependencies:
@v4fire/[email protected]
@types/[email protected]