v0.3.3 (2023-05-08)
Implemented enhancements:
- Update to latest stdlib #2048 (paulcadman)
- Support module imports in Juvix REPL #2029 (paulcadman)
- Make format command's filepath optional #2028 (vrom911)
- format long lambda clause body on a new line #2015 (paulcadman)
- Support more paths #2000 (janmasrovira)
- Add: pragma support #1997 (lukaszcz)
Merged pull requests:
- Fix pipeline setup in the repl #2046 (janmasrovira)
- Fix HasExpressions ConstructorApp #2044 (paulcadman)
- Fix fromSource behaviour when both stdin and filename #2043 (vrom911)
- Return endLine info in highlighting command #2042 (vrom911)
- Enable self-application test #2041 (janmasrovira)
- Add bank example #2037 (janmasrovira)
- Substitute calls after lambda lifting #2031 (janmasrovira)
- Add delimiter face #2027 (janmasrovira)
- Propertly register top module name in scoper #2026 (janmasrovira)
- Add judoc code annotation and face #2025 (janmasrovira)
- Fix dependencies suggestion in missing module error #2024 (paulcadman)
- Remove docs related files #2023 (jonaprieto)
- Improve formatting of comments #2022 (janmasrovira)
- Support positive arity typealias in arity checker #2021 (paulcadman)
- Add format stdin smoke tests #2019 (vrom911)
- Add
juvix clean
to remove project build artifact directory #2018 (paulcadman) - Sync stdlib #2012 (janmasrovira)
- Ide improvements #2009 (janmasrovira)