Skip to content

Releases: ponzu-cms/go-client

v0.4.0

30 Oct 22:58
Compare
Choose a tag to compare
Fixed typo in endpoint variable (#12)

Use new client.Values type

18 Jan 20:20
de8dbd3
Compare
Choose a tag to compare

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

01 Oct 21:27
Compare
Choose a tag to compare
0.2.0

update code and add fixes found in tests

Initial release

18 Sep 17:52
Compare
Choose a tag to compare

API should be fairly stable, but tagging 0.1.0 for dependency/pkg managers.