Release: 0.12.0 - Better error handling
What's Changed
🐛 Bug fixes
- Fix
phel replwhen not in the phel directory by @drupol in https://github.com/phel-lang/phel-lang/pull/633 - Fix AtomParser decimal regex by @lhsazevedo in https://github.com/phel-lang/phel-lang/pull/621
🥇 New features
- Define a custom registerDeprecatedHandler by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/624
- Do not create the entrypoint when namespace isn't set by @lhsazevedo in https://github.com/phel-lang/phel-lang/pull/619
- Improve ExceptionHandler by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/629
- Move
pheltobin/phelby @drupol in https://github.com/phel-lang/phel-lang/pull/632 - Define custom --version by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/634
- Notify user when running non existing file by @JesusValera in https://github.com/phel-lang/phel-lang/pull/630
🏗️ Miscellaneous
- Add
composer.lockby @drupol in https://github.com/phel-lang/phel-lang/pull/631
New Contributors
- @lhsazevedo made their first contribution in https://github.com/phel-lang/phel-lang/pull/619
- @drupol made their first contribution in https://github.com/phel-lang/phel-lang/pull/631
Full Changelog: v0.11.0...v0.12.0