Releases: nullobject/fkit
Releases · nullobject/fkit
v3.1.2
v3.1.1
- Fix issue in
set
function when setting unknown properties
v3.1.0
- Update
get
function to accept a key path - Remove
getIn
function - Update
set
function to accept a key path - Update
update
function to accept a key path
v3.0.2
- Fix issue with rollup config
v3.0.1
- Add
groupBy
to exported functions
v3.0.0
- Rename
group
->chunk
- Rename
groupBy
->chunkBy
v2.0.0
- Use Array.from to convert iterables to arrays
- Add
tuple
function - Export curried and uncurried functions