Skip to content

Releases: yznts/zen

v3.2.1

Choose a tag to compare

@yznts yznts released this 14 Oct 09:45

Change domain reference (see yznts/kyoto#170)

v3.2.0

Choose a tag to compare

@yznts yznts released this 02 Aug 10:18

Better documentation, minor improvements

v3.1.1

Choose a tag to compare

@yznts yznts released this 11 Jul 12:19

async and httpx fixes

v3.1.0

Choose a tag to compare

@yznts yznts released this 03 Nov 11:20

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

Choose a tag to compare

@yznts yznts released this 29 Jul 22:41
changelist:

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

v3.0.0-rc3

v3.0.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@yznts yznts released this 29 Jul 13:46
regexpx/replace refactor

v3.0.0-rc

v3.0.0-rc Pre-release
Pre-release

Choose a tag to compare

@yznts yznts released this 17 Feb 21:45
code styling cleanup

v3.0.0-rc2

v3.0.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@yznts yznts released this 19 Feb 22:11
6d536ce
Update README.md

v2.0.0

Choose a tag to compare

@yznts yznts released this 10 Jan 12:24
  • change remote to github
  • separate nethttp parts
  • rename ResponseWrapper.Decode to ResponseWrapper.Unmarshal
  • change ResponseWrapper.Text behavior (return text, instead of decoding to target)