Releases: integreat-io/great-uri-template
Releases · integreat-io/great-uri-template
v0.1.6
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
v0.1.1
Bug fixes.
v0.1.0
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
, andmap