Skip to content

Releases: kyoto-framework/zen

v3.2.0

02 Aug 10:18
Compare
Choose a tag to compare

Better documentation, minor improvements

v3.1.1

11 Jul 12:19
Compare
Choose a tag to compare

async and httpx fixes

v3.1.0

03 Nov 11:20
Compare
Choose a tag to compare

Include new templatex function: slice.New

In this way, we are able to initialize slices right inside of templates:

{{ range (slice.New "foo" "bar" "baz") }}
...
{{ end }}

v3.0.0

29 Jul 22:41
Compare
Choose a tag to compare
changelist:

- add some missing docs (primitives)
- doc for cache/periodic

v3.0.0-rc3

29 Jul 13:46
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release
regexpx/replace refactor

v3.0.0-rc

17 Feb 21:45
Compare
Choose a tag to compare
v3.0.0-rc Pre-release
Pre-release
code styling cleanup

v3.0.0-rc2

19 Feb 22:11
6d536ce
Compare
Choose a tag to compare
v3.0.0-rc2 Pre-release
Pre-release
Update README.md

v2.0.0

10 Jan 12:24
Compare
Choose a tag to compare
  • change remote to github
  • separate nethttp parts
  • rename ResponseWrapper.Decode to ResponseWrapper.Unmarshal
  • change ResponseWrapper.Text behavior (return text, instead of decoding to target)