Releases: machship/mpath
Releases · machship/mpath
Added several functions and null propagation
Fixes
v0.0.10 Fixes
Export properties and enums
v0.0.9 Changed properties to exported
Fix merge issue in tests
v0.0.8 Fixed merge issue
Allow custom string convertible types for map keys
v0.0.7 Merge branch 'master' of https://github.com/machship/mpath
Added "forPath" output to ParseString
v0.0.6 Added "forPath" output to "ParseString"
Added more string functions
v0.0.5 Added more functions, such as Left, Right, Regexp
Added AsJSON() function
v0.0.4 Updated README
Added Parser functions
You can now use ParseJSON()
, ParseXML()
, ParseTOML()
and ParseYAML()
as functions in your paths to parse string data from those formats, to be able to address inside that data.
Initial Release
v0.0.2 Update go.mod