Skip to content

Tags: yosida95/uritemplate

Tags

v3.0.2

Toggle v3.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
yosida95 Kohei YOSHIDA
v3.0.2

Fixes
-----

* Accept a single quote in literal of an URI template
  (`#15 <https://github.com/yosida95/uritemplate/pull/15>`_).

Attention
---------

Any single quote used to be not allowed in literal of a URI template. While
it complies with Section 2.1 of RFC 6570, this behavior sometimes limits the
ability of the URI template. Recently, a discussion with the original RFC
authors has been held, and as a result, an RFC errata to add a single quote as
an allowed literal character has been submitted. While the errata is just
created and has not yet been accepted, the submitter of PR #15 and I decided to
adapt it to support a wide range of use.

* #14
* #15
* https://www.rfc-editor.org/errata/eid6937

Verified

This tag was signed with the committer’s verified signature.
yosida95 Kohei YOSHIDA

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
yosida95 Kohei YOSHIDA
v3.0.0

This release is just for migrating to the Go Modules.

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
yosida95 Kohei YOSHIDA
v2.0.0

Breaking change
---------------

- (*Template).Regexp() no longer captures literals in the URI Template. So
  as of v2.0.0, the submatch slice (such as one returned from
  regexp.(*Regexp).FindStringSubmatch() will differ from the v1.0.0.
  (#3)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from dunglas/type-consts

Create dedicated parseOp and parseState types