@v4fire/core
Version:
V4Fire core library
33 lines (21 loc) • 595 B
Markdown
Changelog
=========
> **Tags:**
> - :boom: [Breaking Change]
> - :rocket: [New Feature]
> - :bug: [Bug Fix]
> - :memo: [Documentation]
> - :house: [Internal]
> - :nail_care: [Polish]
## v3.50.0 (2021-06-07)
#### :rocket: New Feature
* Now all cache structures are iterable objects
* Added new iterators `values`, `entries`
* Added `size`
#### :memo: Documentation
* Improved documentation `core/cache`
## v3.20.0 (2020-07-05)
#### :boom: Breaking Change
* Changed the returning value of `clear` from `Set` to `Map`
#### :rocket: New Feature
* Added tests