Skip to content

Commit 0f6f7a2

Browse files
committed
blog: release-0.19
1 parent af4e98e commit 0f6f7a2

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
+++
2+
title = "Release: v0.19.1"
3+
+++
4+
5+
## PHP 8.3 and Me
6+
7+
### ✨ TL;DR
8+
9+
This feature release introduces new functional capabilities (memoize, unset-in, base64-*), performance enhancements for namespace sorting, internal refactors for improved maintainability, and improved REPL behavior. It also updates the minimum supported PHP version to 8.3, ensuring forward compatibility.
10+
11+
## Highlights
12+
13+
### 🥇 New Features
14+
15+
- Added unset-in function to remove nested keys from data structures
16+
- Added base64 support with base64/encode and base64/decode functions
17+
- Added memoize function for caching results of pure functions
18+
- Added symbol support for symbol type creation and manipulation
19+
20+
### 🐛 Bug fixes
21+
22+
- Fixed REPL to correctly print Unicode characters
23+
- Fixed multi-line string literal parsing in REPL when brackets are present
24+
- Fixed REPL require behavior to avoid breaking evaluation
25+
- Fixed warning triggers in RequireEvaluatorTest
26+
- Suppressed notice when falling back to the system temp dir
27+
- Ensured temporary directories are created without restrictive umask
28+
29+
### ⚙️ Miscellaneous
30+
31+
- Updated minimum supported PHP version to 8.3
32+
33+
## Full list
34+
35+
For a full list of changes, have a look at
36+
- [v0.19.0](https://github.com/phel-lang/phel-lang/releases/tag/v0.19.0)
37+
- [v0.19.1](https://github.com/phel-lang/phel-lang/releases/tag/v0.19.1)

0 commit comments

Comments
 (0)