Skip to content

Releases: vadv/gopher-lua-libs

v0.3.1

02 Nov 08:16
d4e40cb

Choose a tag to compare

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

08 Aug 18:15
152828b

Choose a tag to compare

v0.2.0 - argparse, tcp honor lua style read("*l"), etc

24 Jul 19:57
17061ce

Choose a tag to compare

  • #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

23 Jul 17:13
8e3308d

Choose a tag to compare

  • #33 - Add strings.fields() function
  • #34 - add file_request for http client
  • #37 - add location parameter for time.parse

v0.1.6 - base64 + file/IO encoder/decoder for json/yaml/base64

02 May 17:01
e48e80b

Choose a tag to compare

  • Adds base64 support
  • Add encoder/decoder for json, yaml, and base64, which bridges lua file with golang io.Reader/Writer.

v0.1.5

10 Apr 04:43

Choose a tag to compare

fix build

v0.1.4

10 Apr 04:27

Choose a tag to compare

update deps

v0.1.3

09 Apr 17:07
0cd1932

Choose a tag to compare

add shellescape

v0.1.2

06 Jan 07:20
426cbb1

Choose a tag to compare

Changelog

426cbb1 Added yaml.encode and a few test cases for it (#18)

v0.1.1

16 Sep 10:35

Choose a tag to compare

Changelog

cf2bd3b downgrade go-sqlite