- suggest smaller changes through a pull request
- discuss bigger changes in an issue or in a github Discussion
- share your thoughts
- add support for other lens kinds
- add
Config
option to transform record update syntax into lens syntax
look like this:
do details, make other details & this
mark | means |
---|---|
+ ... | add |
- ... | remove |
+- ... | change |
↻ ... | update |
✓ ... | correct |
-< ... | split |
>- ... | merge |