1.7.0
✨ 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)
Implemented enhancements:
- Add
replaceAll
function and documentation #140 (jen20) - Adding new
indent
function #139 (hairyhenderson) - Adding new
toJSONPretty
function #137 (hairyhenderson) - Add
urlParse
function (i.e. url.Parse) #132 (hairyhenderson) - Add
splitN
function (i.e. strings.SplitN) #131 (hairyhenderson)
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 ofencoding/json
#144 (hairyhenderson) - Fixing bug with
has
anddatasource
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:
- Add
solaris-amd64
build target #141 (jen20) - Making the built Docker image smaller #136 (hairyhenderson)