Skip to content

v0.6.433

Compare
Choose a tag to compare
@blacktaxi blacktaxi released this 02 Sep 01:00
· 377 commits to master since this release
  • keyof lenses (#11)
    • Lens.key now has a type safe overload which is parametrized over the state type's keys
    • Atom.lens now has overloads for string keys which are typed in the same manner as the new Lens.key
    • Lens.unsafeKey was removed