Skip to content

v3.0.0

Latest

Choose a tag to compare

@blakeembrey blakeembrey released this 13 Aug 20:28
1a542fe

This release switches to ESM only.

Changed

  • Export package as ESM (#141)
  • Reject invalid percent-encoding in ISO-8859-1 ext-value (#138)
  • Skip duplicate parameter in extended format (#144)
    • If you were previously using format with extended: true but including both param and param*, it now ignores param and uses param* when it would otherwise encode. The behavior of extended: false is the same as before, both params will be included.