Releases: integreat-io/great-uri-template
Releases · integreat-io/great-uri-template
v0.2.4
v0.2.3
Actually export type.
0.2.2
Export CompiledTemplate type.
v0.2.1
Fix bug in default export.
v0.2.0
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
Add two date formats: ms-epoc and s-epoc. Will format dates as microseconds or seconds since 1970-01-01.
v0.1.5
Make filter function date more robust.
v0.1.4
New filter function to format date: date(format).
v0.1.3
- Convert Date params to ISO date string.
v0.1.2
- Escape special characters
- Reserved expansion
{+param} - Correct encoding
- Bug fixes