@v4fire/core
Version:
V4Fire core library
36 lines (23 loc) • 686 B
Markdown
Changelog
=========
> **Tags:**
> - :boom: [Breaking Change]
> - :rocket: [New Feature]
> - :bug: [Bug Fix]
> - :memo: [Documentation]
> - :house: [Internal]
> - :nail_care: [Polish]
## v3.88.0 (2022-08-22)
#### :rocket: New Feature
* Implemented a new `clone` method
* Implemented iterable behavior
#### :bug: Bug Fix
* Changed the internal queue structure to `core/linked-list`
## v3.67.0 (2021-12-01)
#### :boom: Breaking Change
* Renamed `Tasks` to `InnerQueue`
* Renamed `CreateTasks` to `CreateInnerQueue`
* Renamed `QueueOptions.tasksFactory` to `QueueOptions.queueFactory`
## v3.20.0 (2020-07-05)
#### :rocket: New Feature
* Added tests