Skip to content

v3.0.1

Compare
Choose a tag to compare
@pawel-id pawel-id released this 04 Mar 22:41
· 3 commits to master since this release

This is major rewrite having BREAKING changes:

  1. the library is now pure ESM module (previously CJS)

  2. the keys and values are returned 'as is' (previously they were processed)

    • the keys are left intact (previously they were lowercased and a bit
      trimmed)
    • the empty values are now returned as empty strings (previously they were
      returned as undefined)

Full Changelog: v2.0.2...v3.0.1