Releases: vadv/gopher-lua-libs
Releases · vadv/gopher-lua-libs
v0.3.1
What's Changed
- Fix json README usage by @iyear in #46
- JSON: Support empty tables being objects; not arrays. by @scr-oath in #45
- Fix the case where reading a line has spaces in it by @scr-oath in #43
- README: go install and directly copyable by @waschik in #48
- strings: register type in package and not globally by @waschik in #47
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - new argparse, plugin args+goroutine, fix log.set_output
v0.2.0 - argparse, tcp honor lua style read("*l"), etc
- #35 - Use the golang style tests for all packages
- #38 - Added argparse from https://github.com/mpeterv/argparse
- #39 - Use the io wrappers for tcp as well - so other lua signatures such as read("*a") and read("*l) are possible.
v0.1.7 - Timezone for time.parse, strings.format, http client file_upload
v0.1.6 - base64 + file/IO encoder/decoder for json/yaml/base64
- Adds base64 support
- Add encoder/decoder for json, yaml, and base64, which bridges lua file with golang io.Reader/Writer.