Releases: grol-io/grol
Releases · grol-io/grol
v0.57.0
Pretty big improvement language wise with a[idx]= or map.foo= and to embedding and extension
What's Changed
- Fix parsing issue inside if conditions by @ldemailly in #180
- Optional ClientData and Help for extensions, PreInput hook so per interp client data can be set, expose Extensions by @ldemailly in #178
- Assignment to map keys and array indexes by @ldemailly in #182
Full Changelog: v0.56.1...v0.57.0
Changelog
v0.57.0-pre3
v0.57.0-pre2
Test of #178 for use/validation in grol-io/grol-discord-bot#83
Full Changelog: v0.56.1...v0.57.0-pre2
v0.56.1
What's Changed
- Bug with map returned from lamba single arg, missing outer braces that are needed by @ldemailly in #177
Full Changelog: v0.56.0...v0.56.1
Changelog
v0.56.0
What's Changed
- Pin linter version and fix nolintlint/gosec fix by @ldemailly in #174
- Unwrap() no panic even with map of unhashable keys and option to force map keys to be strings, adding json_go with optional indent by @ldemailly in #175
- Move open issues outside of details by @lea-glitch in #176
Full Changelog: v0.55.0...v0.56.0
Changelog
v0.56.0-pre1
Changelog
- 1ea18e9 Pin linter version and fix nolintlint/gosec fix (#174)
- 9378fac Unwrap() has the option to force map keys to be strings (for go's json marshalling) and otherwise allow unwrap of maps with otherwise unhashable keys, avoid panics
- 13b2183 add pretty print optional argument to json_go
- 98173ec adding 2 tests
v0.55.0
Instead of func(n) {2*n}
you can now write n => 2*n
What's Changed
- Adding => for short lambda form. Bug fixes with incomplete maps. by @ldemailly in #172
Full Changelog: v0.54.0...v0.55.0
Changelog
v0.54.0
You can use :
for ranges in strings, arrays, maps and even standalone to generate numbers (ie -2:3
yields [-2,-1,0,1,2]
, it's an open interval to the right)
What's Changed
- Index range expression, including right relative to the end for both direct access and ranges by @ldemailly in #171
Full Changelog: v0.53.1...v0.54.0
Changelog
v0.53.1
What's Changed
- Fix panic in function taking big array in a map as input by @ldemailly in #170
Full Changelog: v0.53.0...v0.53.1
Changelog
v0.53.0
What's Changed
- Putting reading notes into details tag by @lea-glitch in #167
- Show parsing errors in context of line where they occur by @ldemailly in #168
New Contributors
- @lea-glitch made their first contribution in #167
Full Changelog: v0.52.0...v0.53.0