Skip to content

Releases: pluralsh/polly

Liquid filters docs improvements

12 Dec 12:24
da36359
Compare
Choose a tag to compare
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

16 May 21:12
a934832
Compare
Choose a tag to compare

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

Full Changelog: v0.1.9...v0.1.10

v0.1.9: add MapKeys method (#32)

13 May 09:32
ce04ead
Compare
Choose a tag to compare
* add MapKeys method

* fix unit test

v0.1.7: add MapToSlice method (#28)

15 Mar 15:27
a9a52c8
Compare
Choose a tag to compare
* add MapToSlice method

* change name

v0.1.6: add generic paginator (#24)

12 Mar 15:58
fd7c1ec
Compare
Choose a tag to compare
* add generic paginator

* improve NextPage

* improve NextPage

v0.1.5

05 Mar 14:15
7efbdc5
Compare
Choose a tag to compare
add map merge function (#22)

v0.1.4

25 Sep 20:32
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

25 Sep 20:19
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Sep 15:22
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

minor improvements

04 Apr 13:43
4dbf023
Compare
Choose a tag to compare
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