Accessors v0.1.43
Merged pull requests:
- remove obsolete filter from CI (#202) (@aplavin)
- Add delete with Elements optic (#206) (@aplavin)
- Add delete method for IndexLens on strings (#207) (@aplavin)
- Add PropertyLensRuntime (#208) (@aplavin)
Closed issues:
- API to query if something is a lens/optic (#50)
- String properties not supported (#145)
- from Setfield to Accessors (#151)
objposition in argument order (#154)- Is
Elementssupposed to be working withdelete? (#176) - Type stability and constant propagation with @set on NamedTuple (#198)
@delete "abc"[2:3]doesn't work (#199)- Other
Recursive(#200) - Setting values of triangular matrices also sets data above/below the diagonal (#203)
- Chained assignments (#204)
@modifyshould throw an error when optic is missing arguments (#211)