Skip to content

Releases: lukeed/qss

v3.0.0

22 Feb 18:48
Compare
Choose a tag to compare

Breaking

  • Add "exports" map support for native Node.js support (#13): e539d02
    Thank you @grainstackdev ~!

    Breaking as the module may not load correctly in Node version 13.0 thru 13.7; however, these versions were development releases & are have been officially "end-of-life" since June 2020. If you're using these versions, (1) you should never rely on odd-numbered versions (2) you should upgrade.

Chores


Full Changelog: v2.0.3...v3.0.0

v2.0.3

28 Feb 23:39
Compare
Choose a tag to compare

Patches

  • (Typings) Allow decode to receive a typed interface (#4): 1baa10a
    Thank you @maraisr!

v2.0.2

18 Feb 20:03
Compare
Choose a tag to compare

Patches

  • Handle empty params correctly; eg ?foo&bar= (#3): 5403cb2
    Thank you @Hotell for reporting!

Chores

v2.0.1

13 Jan 20:30
Compare
Choose a tag to compare

Patches

Chores

v2.0.0

13 Jan 20:29
Compare
Choose a tag to compare

Breaking:

  • Remove default export; now available as encode export: 1325603

Features

Chores

v1.0.2

13 Jan 20:26
Compare
Choose a tag to compare

Patches

  • Refactor: Code golfing for reduced size: 9c559f0

Chores

v1.0.1

20 Nov 05:52
Compare
Choose a tag to compare

Chores