Skip to content

Releases: integreat-io/great-uri-template

v0.2.4

08 May 15:20

Choose a tag to compare

Don't require specify param types.

v0.2.3

08 May 15:09

Choose a tag to compare

Actually export type.

0.2.2

08 May 15:04

Choose a tag to compare

Export CompiledTemplate type.

v0.2.1

08 May 14:55

Choose a tag to compare

Fix bug in default export.

v0.2.0

08 May 14:41

Choose a tag to compare

Breaking change:

  • Use Luxon for date formatting.

New feature:

  • 'UTC' date format will format a date/time in UTC timezone and the full ISO format.

Also update the dev environment, switched to TypeScript and what not.

v0.1.6

04 Aug 14:02

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

Choose a tag to compare

Make filter function date more robust.

v0.1.4

31 Mar 07:37

Choose a tag to compare

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

v0.1.3

30 Aug 10:23

Choose a tag to compare

  • Convert Date params to ISO date string.

v0.1.2

24 Sep 15:19

Choose a tag to compare

  • Escape special characters
  • Reserved expansion {+param}
  • Correct encoding
  • Bug fixes