All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.0.0 (2024-11-21)
3.0.0 (2024-07-21)
- fix security vulnerabilities (f6a46ac)
2.0.2 (2022-07-16)
- release 2.0.2 (437c255)
2.0.0 (2022-01-21)
This version did not break the api so upgrading from < v0.3.1
without any changes should be fine. The reason for the major version change is just in case something did break.
- migrate from svg2png-wasm to @resvg/resvg-js for better performance (#27)
1.0.0 (2022-01-12)
This version did not break the api so upgrading from < v0.3.1
without any changes should be fine. The reason for the major version change is just in case something did break.
- Removed
Canvas & JSDOM
to fix very slownpm install
cycles. - Switched from
Canvas
tosvg2png-wasm
.
- Updated dependencies
0.3.1 (2021-09-05)
- vulnerabilities (2054734)
0.3.0 (2021-07-14)
- add support for svgs with "ex", "ch", "cm", "mm", "q", "in", "pc", "pt" dimensions (6c5bca1)
0.2.4 (2021-05-06)
- update dependencies
- release 0.2.4 (1288793)
- Updated dependencies.
- Fixed vulnerability.
- Updated dependencies.
- Removed
validatorjs
.
- Fixed throwing error when svg has % dimensions.
- Removed tests from npm
package
to help reduce unpackedpackage
size.
- image
extend()
chain function. - image
background()
chain function.
- internal
validate.js
to externaloslllo-validator
- Updated dependencies
- Fixed vulnerability.
- Everything, initial release.