Skip to content

Releases: pawel-id/bir1

v3.0.2

18 Mar 22:24
Compare
Choose a tag to compare
  • add types definition

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

v3.0.1

04 Mar 22:41
Compare
Choose a tag to compare

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

v2.0.2

28 Jan 13:37
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.1

02 Jan 23:52
Compare
Choose a tag to compare

downgrade minimal node.js to v16

v2.0.0

30 Dec 15:57
Compare
Choose a tag to compare
  • bumped dependencies to latest versions
  • minimal node.js version is v18 (this is the lowest maintained version on
    node.js as of now)
  • minor enhancements

v1.3.5

18 Oct 20:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

12 Apr 05:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.4

v1.3.1

15 Jan 19:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.6...v1.3.0