Releases: ponzu-cms/go-client
Releases · ponzu-cms/go-client
v0.4.0
Use new client.Values type
This release includes a breaking change to use a new local package type client.Values
to use in place of the stdlib url.Values
.
This does the work of maintaining order of multi-value slice fields, properly formatting the field key names like name.N, etc.
Better tests, new Reference func
0.2.0 update code and add fixes found in tests
Initial release
API should be fairly stable, but tagging 0.1.0 for dependency/pkg managers.