Skip to content

Latest commit

 

History

History
134 lines (68 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

134 lines (68 loc) · 3.62 KB

Changelog

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)

Bug Fixes

3.0.0 (2024-07-21)

Bug Fixes

  • fix security vulnerabilities (f6a46ac)

2.0.2 (2022-07-16)

Miscellaneous Chores

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.

Refactored

  • 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.

Changed

  • Removed Canvas & JSDOM to fix very slow npm install cycles.
  • Switched from Canvas to svg2png-wasm.

Updated

  • Updated dependencies

0.3.1 (2021-09-05)

Bug Fixes

0.3.0 (2021-07-14)

Features

  • add support for svgs with "ex", "ch", "cm", "mm", "q", "in", "pc", "pt" dimensions (6c5bca1)

Bug Fixes

  • Svg2.AUTO outputting wrong dimensions on resize() (fbd2431)
  • vulnerabilities (9729786)

0.2.4 (2021-05-06)

Miscellaneous Chores

  • update dependencies
  • release 0.2.4 (1288793)

[0.2.3] - 2021/4/1

Updated

  • Updated dependencies.

[0.2.2] - 2020/12/12

Fixed

  • Fixed vulnerability.

Updated

  • Updated dependencies.

Removed

  • Removed validatorjs.

[0.2.1] - 2020/10/2

Fixed

  • Fixed throwing error when svg has % dimensions.

[0.2.0] - 2020/9/17

Changed

  • Removed tests from npm package to help reduce unpacked package size.

[0.1.0] - 2020/8/27

Added

  • image extend() chain function.
  • image background() chain function.

Changed

  • internal validate.js to external oslllo-validator

Security

  • Updated dependencies

[0.0.2] - 2020/8/27

Security

[0.0.1] - 2020/7/29

Added

  • Everything, initial release.