Releases: rvirding/luerl
Releases · rvirding/luerl
v1.5.1
What's Changed
- fix: badges and logo in documentation by @davydog187 in #222
- fix: illegal_token displaying integer value instead of characters by @davydog187 in #221
Full Changelog: 1.5.0...v1.5.1
v1.5.0
What's Changed
- Remove stale luerl_new reference by @cmdrk in #211
- Add Dialyzer to CI, clean up a few warnings by @cmdrk in #212
- Remove atom decoding by @davydog187 in #213
- chore: fix discord invite link by @davydog187 in #216
- Improve documentation in interface modules by @rvirding in #217
- Improve the handling of strings by @rvirding in #218
- Improve the scanner and fix the parser by @rvirding in #220
New Contributors
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- chore: move doc to doc_legacy so it doesn't collide with ex_doc by @davydog187 in #210
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat: decode atoms to strings by @davydog187 in #198
- fix: wrap luerl:get_private in ok/error tuple by @davydog187 in #201
- fix: allow loading files with only comments by @davydog187 in #199
- fix ci by @davydog187 in #204
- add ex_doc for hex, fix local files issues by @davydog187 in #202
- fix: duplicate copywrites in parse/scan by @davydog187 in #205
- feat: add a changelog by @davydog187 in #203
- version 1.4.0 by @davydog187 in #206
- test require and metamethods with decimal library by @davydog187 in #208
- fix: allow called functions to propagate errors by @davydog187 in #207
- fix: pcall handle binary error messages by @davydog187 in #209
See https://github.com/rvirding/luerl/blob/develop/CHANGELOG.md#140 for more details
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Fix tests on develop-encode by @davydog187 in #196
- API for storing and retrieving "private" data by @davydog187 in #195
- Force explicit encoding/decoding of arguments and return values to calls to Erlang by @rvirding in #194
Full Changelog: 1.2.3...1.3.0
v1.2.3
What's Changed
- Allow tref to pass through encode/2 by @davydog187 in #184
- Fixes os.date test that will work across timezones by @davydog187 in #187
- Run CI on latest version of OTP, bump versions by @davydog187 in #186
- test to use table as indexing a table by @davydog187 in #188
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2