Release: v0.16.0
REPL improvements & cache override
🥇 New Features
- Improved REPL exception messages for better clarity and debugging
- Display the root source file in error messages to help with debugging
- Use
sys_get_temp_dir()
by default cache directory (Gacela 1.9) - Enabled overriding the cache directory with
GACELA_CACHE_DIR
env (Gacela 1.9) - Added support for overriding docs data in
PhelFnLoader
🐛 Bug Fixes
- Fixed issue where temporary files weren't being removed in
Phel::run()
🏗️ Miscellaneous
- Removed unused
ExceptionHandler
- Updated Rector and applied necessary fixes
- Upgraded PHPUnit to version 10.0
- Upgraded Gacela to 1.9
Full list
For a full list of changes, have a look at the release notes.