Releases: rvirding/luerl
Releases · rvirding/luerl
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