Release: 0.15 - Compiler improved
0.15.3 - Add missing symbols to API
Released 2024-11-02 · GitHub release
What's Changed
🐛 Bug fixes
- Add native phel symbols to ApiFacade by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/764
🏗️ Miscellaneous
- Update dependencies & run rector by @JesusValera in https://github.com/phel-lang/phel-lang/pull/758
- Run in separate process the ApiFacadeTest by @JesusValera in https://github.com/phel-lang/phel-lang/pull/759
- Install and run composer-normalize by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/760
Full Changelog: v0.15.2...v0.15.3
0.15.2 - Fix find, some? and binding
Released 2024-08-19 · GitHub release
What's Changed
🐛 Bug fixes
- Fix result elements order of split by @smeghead in https://github.com/phel-lang/phel-lang/pull/736
- Fix
findfunction for an empty vector by @smeghead in https://github.com/phel-lang/phel-lang/pull/738 - Fix
some?function for an empty vector by @smeghead in https://github.com/phel-lang/phel-lang/pull/747 - Fix
bindingfunction for atom body by @smeghead in https://github.com/phel-lang/phel-lang/pull/749
🏗️ Miscellaneous
- Added: Tests to proof documentations by @t-matsudate in https://github.com/phel-lang/phel-lang/pull/740
- Upgrade gacela 1.8 by @Chemaclass in https://github.com/phel-lang/phel-lang/pull/752
New Contributors
- @t-matsudate made their first contribution in https://github.com/phel-lang/phel-lang/pull/740
Full Changelog: v0.15.1...v0.15.2
0.15.0 - Compiler improved
Released 2024-06-22 · GitHub release
What's Changed
🐛 Bug fixes
- Check for readline extension in REPL by @kambo-1st in https://github.com/phel-lang/phel-lang/pull/712
- Fix deprecation notice for signed hexadecimals by @geoffreyvanwyk in https://github.com/phel-lang/phel-lang/pull/718
- Fix deprecation notice for signed octals by @geoffreyvanwyk in https://github.com/phel-lang/phel-lang/pull/719
- Fix deprecation notice about signed binary number in REPL by @geoffreyvanwyk in https://github.com/phel-lang/phel-lang/pull/716
- Fix recursive private access by in https://github.com/phel-lang/phel-lang/pull/727
🥇 New features
- Compatibility of lists and vectors in the cons function by @smeghead in https://github.com/phel-lang/phel-lang/pull/714
- Check mandatory function parameters during compile time in https://github.com/phel-lang/phel-lang/pull/717
- Improve output for doc command in https://github.com/phel-lang/phel-lang/pull/720, https://github.com/phel-lang/phel-lang/pull/722
🏗️ Miscellaneous
- Remove unnecessary condition in ReplCommandTest in https://github.com/phel-lang/phel-lang/pull/711
- Introduce application layer in https://github.com/phel-lang/phel-lang/pull/721
- Fix flaky ExportCommandTest in https://github.com/phel-lang/phel-lang/pull/715
👏🏼 New Contributors
- @kambo-1st made their first contribution in https://github.com/phel-lang/phel-lang/pull/712
- @geoffreyvanwyk made their first contribution in https://github.com/phel-lang/phel-lang/pull/718
⛵ Main Contributors
Full Changelog: v0.14.1...v0.15.0