mirror of
https://github.com/janet-lang/janet
synced 2024-11-16 05:34:48 +00:00
19 lines
625 B
Markdown
19 lines
625 B
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## 0.4.0 - ??
|
|
- Add debug/stacktrace for easy, pretty stacktraces
|
|
- Remove the status-pp function
|
|
- Update API to run-context to be much more sane
|
|
- Add :lflags option to cook/make-native
|
|
- Disallow NaNs as table or struct keys
|
|
- Update module resolution paths and format
|
|
|
|
## 0.3.0 - 2019-26-01
|
|
- Add amalgamated build to janet for easier embedding.
|
|
- Add os/date function
|
|
- Add slurp and spit to core library.
|
|
- Added this changelog.
|
|
- Added peg module (Parsing Expression Grammars)
|
|
- Move hand written documentation into website repository.
|