File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ v0.1.0] - 2025-05-12
9+
10+ ### Fixed
11+
12+ - Errors now correctly propagate state updates
13+ - Fixed version requirements issues, causing references to undefined ` luerl_new `
14+ - Allow Unicode characters to be used in Lua scripts
15+ - Files with only comments can be loaded
16+
17+ ### Changed
18+
19+ - Upgrade to Luerl 1.4.1
20+ - Tables must now be explicitly decoded when receiving as arguments ` deflua ` and other Elixir callbacks
21+
22+
23+ [ unreleased ] : https://github.com/tv-labs/lua/compare/v0.1.0...HEAD
24+ [ 0.1.0 ] : https://github.com/tv-labs/lua/compare/v0.0.22...v0.1.0
You can’t perform that action at this time.
0 commit comments