Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@jackfirth jackfirth released this 19 Aug 17:51
· 293 commits to master since this release

Additions:

  • lens
    • lens-join/list
    • lens-join/vector
    • lens-join/hash
    • lens-join/string
    • list-ref-nested-lens
    • list-refs-lens
    • hash-ref-lens
    • hash-ref-nested-lens
    • hash-pick-lens
    • struct/lens
    • define-struct-lenses
    • vector-ref-lens
    • vector-ref-nested-lens
    • vector-pick-lens
    • string-ref-lens
    • string-pick-lens
    • stream-first-lens
    • stream-rest-lens
    • stream-ref-lens
  • unstable/lens
    • sublist-lens
    • lens-view/thrush (alias: lens-view~>)
    • lens-set/thrush (alias: lens-set~>)
    • lens-transform/thrush (alias: lens-transform~>)

Removals:

  • unstable/lens
    • hash-ref-lens (moved to stable)
    • compound-list-lens (moved to stable, renamed lens-join/list)
    • compound-hash-lens (moved to stable, renamed lens-join/hash)
    • hash-ref-nested-lens (moved to stable)