-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add blog post Release: v0.16.0
- Loading branch information
1 parent
382f18e
commit 4efac9a
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
+++ | ||
title = "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 | ||
- Enabled overriding the cache directory via the `GACELA_CACHE_DIR` env variable (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 | ||
|
||
## Full list | ||
|
||
For a full list of changes, have a look at the [release notes](https://github.com/phel-lang/phel-lang/releases/tag/v0.16.0). |