Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Releases: milankinen/stanga

2.0.0

18 May 05:45
Compare
Choose a tag to compare
  • Remove ramda dependency #3 (thanks @tusharmath)
    • R has been removed from stanga imports

1.0.0

20 Apr 16:02
Compare
Choose a tag to compare

Changes

  • Updated partial.lenses to version 3.x
  • Updated ramda to version 0.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) use model$.liftListById(...args)