Skip to content

1.7.0

Compare
Choose a tag to compare
@hairyhenderson hairyhenderson released this 24 May 04:01

✨ Big release! ✨

This time around, we have a pile of new functions (replaceAll, indent, toJSONPretty, urlParse, and splitN), and a new build target - Solaris on x64. Also, toJSON will now marshal nested objects properly!

Download binaries below, or follow the install instructions.

v1.7.0 (2017-05-24)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • toJSON fails to marshal objects with nested objects #138
  • function has will panic when used on nested map #134
  • Using github.com/ugorji/go/codec for JSON encoding instead of encoding/json #144 (hairyhenderson)
  • Fixing bug with has and datasource around referencing sub-maps in nested maps #135 (hairyhenderson)

Closed issues:

  • Ability to join list of items into string with separator #143

Merged pull requests: