Releases: birchb1024/goyamp
Releases · birchb1024/goyamp
User install with `go install github.com/birchb1024/goyamp@latest`
- 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:
0.4.4 Fix for Issue #12 - Add metatables for sequences and mals in gopherlua:
Minor and Annoying Bugs Fixed
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.
Indent lists inside maps (change from upstream YAML module)
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
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
0.3.3 Lua overwrite package.path with environment variable LUA_PATH contents
Lua bugfix and add deepmerge.lua example
Fixes bug when processing empty lists in Lua
Add Lua embedded interpreter.
0.3.1 Remove non-deterministic test case which uses os.getenv()
Add '-o lines'
Add option to output in linux-friendly lines.