Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 15:05
· 307 commits to master since this release

The release contains an implementation of quicklens for Scala3, with the same API, with one exception: the reusable-lens method modify[T](path) is now called modifyLens[T](path). Same renaming happened for modify[T] -> modifyLens[T]. Note: the modify methods mentioned here are distinct from the primary quicklens API, that is object.modify(path) and modify(object)(path). These two remained intact.

What’s Changed