Releases: TooTallNate/node-data-uri-to-buffer
Releases · TooTallNate/node-data-uri-to-buffer
4.0.1
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!
3.0.1
Patches
- Don't publish the
test
dir: 5f10c58
- Remove
buffer-from
dependency: #15
3.0.0
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
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
Patches
- Add missing properties to TypeScript definition: #6
Credits
Huge thanks to @jaulz for helping!