Releases: pluralsh/polly
Releases · pluralsh/polly
Liquid filters docs improvements
docs: Liquid filters docs improvements (#36) * export template to a file and improve it * start migrating to the new structure * migrate to the new structure * migrate to the new structure * migrate to the new structure * migrate to the new structure * migrate to the new structure * finish migrating to the new structure * add new fields to template * update docs * fix tests * fix tests * update docs * update docs
v0.1.10 Add _include_ directive to `.tpl` template processing
This release updates the .tpl
template rendering polly to map the include directive outlined by Helm
What's Changed
- Kevin/eng 2022 investigate tpl values templates by @seemywingz in #33
New Contributors
- @seemywingz made their first contribution in #33
Full Changelog: v0.1.9...v0.1.10
v0.1.9: add MapKeys method (#32)
* add MapKeys method * fix unit test
v0.1.7: add MapToSlice method (#28)
* add MapToSlice method * change name
v0.1.6: add generic paginator (#24)
* add generic paginator * improve NextPage * improve NextPage
v0.1.5
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
minor improvements
Use more go-like duration types for retries (#16) Makes interacting w/ the lib as a caller a bit more natural, esp with `30 * time.Milliseconds` inputs