@v4fire/core
Version:
V4Fire core library
39 lines (23 loc) • 702 B
Markdown
Changelog
=========
**Tags:**
- :boom: [Breaking Change]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
# v3.74.5 (2022-01-25)
### :bug: Bug Fix
* Now `__proto__ ` properties are ignored and removed via a json reviver to prevent prototype pollution `Object.parse`
# v3.60.0 (2021-10-01)
### :bug: Bug Fix
* Fixed parsing of numbers `Object.parse`
# v3.54.0 (2021-07-09)
### :boom: Breaking Change
* The module has been renamed from `parse` to `convert`
### :rocket: New Feature
* Added `Object.trySerialize`
# v3.20.0 (2020-07-05)
### :rocket: New Feature
* Added tests