Skip to content

Releases: aynik/proxy-lens

v1.4.2

05 Sep 12:57
Compare
Choose a tag to compare
  • Remove unnecessary type assertions

v1.4.1

30 Aug 11:32
Compare
Choose a tag to compare
  • Attach Getter type to ProxyLens and ProxyTraversal types

v1.4.0

28 Aug 09:03
Compare
Choose a tag to compare
  • Add map method for ArrayLens
  • Add tap method for ArrayLens

v1.3.1

18 Aug 06:40
Compare
Choose a tag to compare
  • Get rid of array mutation helper function
  • Fix array type inference

v1.3.0

17 Aug 15:54
Compare
Choose a tag to compare
  • Move two-way mod to iso

v1.2.0

16 Aug 02:54
Compare
Choose a tag to compare
  • Omit lens as getter from signatures
  • Extend lens type with callable

v1.1.0

16 Aug 01:54
Compare
Choose a tag to compare
  • Lenses are now callable, equivalent to getters

v1.0.0

14 Aug 17:45
Compare
Choose a tag to compare
  • Reverted .mod interface to previous setter and getter arguments
  • More tests

v0.9.1

13 Aug 06:41
Compare
Choose a tag to compare
  • Remove bad dependency ts-node

v0.9.0

13 Aug 04:58
Compare
Choose a tag to compare
  • Unify interfaces of .peg and .mod
  • Emit source maps
  • Transpile to es5