Skip to content

Releases: birchb1024/goyamp

User install with `go install github.com/birchb1024/goyamp@latest`

18 Dec 08:43

Choose a tag to compare

  • User install with go install github.com/birchb1024/goyamp@latest
  • Compiled with Go 1.21.5

Fix for Issue #12 - Add metatables for sequences and maps in gopherlua:

18 Jan 06:27

Choose a tag to compare

0.4.4

Fix for Issue #12 - Add metatables for sequences and mals in gopherlua:

Minor and Annoying Bugs Fixed

03 Oct 02:20

Choose a tag to compare

Add ARM6 and ARM7 to build for Raspberry PI,
Change: Interpolate integers and string(integers) the same ie, 6 or "6",
Fix: A bad include: now panics,
Fix. Ensure execute: subprocess' stderr goes to goyamp stderr so subprocess output is seen

Add exit: builtin, plus bug fixes.

09 Sep 10:40

Choose a tag to compare

Magically remove golang.Empty values from Maps
Add exit: builtin, bug fixes #8, #9
execute: returns empty JSON responses as null instead of panicking.

Indent lists inside maps (change from upstream YAML module)

30 Jun 06:13

Choose a tag to compare

Use latest YAML module - which now indents lists in maps;
Add Go test coverage to build. Currently 83.3%

Add scripts local to the current YAML file to the lua path

16 Jun 16:00

Choose a tag to compare

0.3.4

Add scripts local to the current YAML file to the lua path

Lua overwrite package.path with environment variable LUA_PATH contents

14 Jun 09:28

Choose a tag to compare

0.3.3

Lua overwrite package.path with environment variable LUA_PATH contents

Lua bugfix and add deepmerge.lua example

13 Jun 18:09

Choose a tag to compare

Fixes bug when processing empty lists in Lua

Add Lua embedded interpreter.

12 Jun 11:01

Choose a tag to compare

Pre-release
0.3.1

Remove non-deterministic test case which uses os.getenv()

Add '-o lines'

07 Mar 06:35

Choose a tag to compare

Add option to output in linux-friendly lines.