Skip to content

Releases: integreat-io/great-uri-template

v0.1.6

04 Aug 14:02
Compare
Choose a tag to compare

Add two date formats: ms-epoc and s-epoc. Will format dates as microseconds or seconds since 1970-01-01.

v0.1.5

31 Mar 12:17
Compare
Choose a tag to compare

Make filter function date more robust.

v0.1.4

31 Mar 07:37
Compare
Choose a tag to compare

New filter function to format date: date(format).

v0.1.3

30 Aug 10:23
Compare
Choose a tag to compare
  • Convert Date params to ISO date string.

v0.1.2

24 Sep 15:19
Compare
Choose a tag to compare
  • Escape special characters
  • Reserved expansion {+param}
  • Correct encoding
  • Bug fixes

v0.1.1

21 Sep 17:02
Compare
Choose a tag to compare

Bug fixes.

v0.1.0

21 Sep 15:36
Compare
Choose a tag to compare

Some highlights:

  • Parameter replacement (simple values and arrays – objects are not supported yet)
  • Query string replacement (and some other types specified by RFC 6570)
  • Support for filter functions
  • Built in filter functions: prepend, append, upper, lower, max, wrap, and map