@v4fire/core
Version:
V4Fire core library
35 lines (24 loc) • 583 B
Markdown
Changelog
=========
> **Tags:**
> - :boom: [Breaking Change]
> - :rocket: [New Feature]
> - :bug: [Bug Fix]
> - :memo: [Documentation]
> - :house: [Internal]
> - :nail_care: [Polish]
## v3.27.8 (2020-11-05)
#### :bug: Bug Fix
* Fixed a bug with the redundant saving of the state `curry`
```js
const a = (b, c) => b + c;
const e = a.curry()
console.log(e(4)(5)); // 9
console.log(e(3)(4)); // Error
```
## v3.20.0 (2020-07-05)
#### :rocket: New Feature
* Added tests
* Added `single` parameter to `lazy/throttle`
#### :bug: Bug Fix
* Fixed bugs