This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
Releases: milankinen/stanga
Releases · milankinen/stanga
2.0.0
- Remove
ramda
dependency #3 (thanks @tusharmath)R
has been removed fromstanga
imports
1.0.0
Changes
- Updated
partial.lenses
to version3.x
- Updated
ramda
to version0.21.0
- Optimized
liftListBy*
operator performance with indexing - Added
liftListBy*
to model - Added
log
to model
Migration guide from 0.x
- See
partial.lenses@3.x
migration guide here - Instead of
liftListById(model$, ....args)
usemodel$.liftListById(...args)