Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: TooTallNate/node-data-uri-to-buffer

4.0.1

13 Jan 00:46
Compare
Choose a tag to compare

Patches

  • Parse meta with unnecessary semicolons: #18
  • Doc: fix esm import: #20
  • Chore: add exports field to package.json: #23
  • Use pnpm: #24

Credits

Huge thanks to @melusc and @dnalborczyk for helping!

4.0.0

27 Sep 10:11
Compare
Choose a tag to compare

Major Changes

  • Output as ESM: #16

3.0.1

30 May 00:51
Compare
Choose a tag to compare

Patches

  • Don't publish the test dir: 5f10c58
  • Remove buffer-from dependency: #15

3.0.0

27 Sep 21:51
Compare
Choose a tag to compare

Major Changes

  • Remove .travis.yml file: a2600cb
  • Refactor to TypeScript: #12

Minor Changes

Patches

  • Use buffer-from ponyfill to fix lint: a507102

2.0.2

26 Sep 21:10
Compare
Choose a tag to compare

Patches

  • Add declare keyword to TypeScript definition: #7
  • Move @types/node to devDependencies: 0845dd4
  • Use Buffer.from() when available and fall back to new Buffer(): #11
  • Ignore yarn.lock file: 9837be7

Credits

Huge thanks to @HitkoDev and @Richienb for helping!

2.0.1

04 Apr 18:31
Compare
Choose a tag to compare

Patches

  • Add missing properties to TypeScript definition: #6

Credits

Huge thanks to @jaulz for helping!