Skip to content

v1.0.0 - The first major release!

Choose a tag to compare

@fatfisz fatfisz released this 02 Sep 01:27
· 7 commits to master since this release

resolve-url.macro has been used at Codility in production for several months already, without any problems. The only small annoyance was a need to combine query with resolved URLs separately. With this major version, a new feature is introduced:

resolveUrl.withQuery(urlName, ...parameter, query)

A query string constructed from the query object argument will be attached at the end of the resolved URL. Red the docs for more info!