Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

96 lines (53 loc) · 1.46 KB

CHANGELOG

6.0.0 (2023-08-08)

  • chore: drops support for Node less than 14.
  • chore: bump deps
  • build: use GitHub Actions

5.0.0 (2022-12-31)

  • BREAKING: toBuffer() returns decoded data now if it was encoded

4.0.1 (2021-05-09)

  • chore: publish only index.js

4.0.0 (2021-05-09)

  • drops support for Node less than 12.
  • bump deps

3.0.0 (2019-09-05)

  • drops support for Node less than 10.
  • bump deps

2.0.0 (2019-06-02)

  • drops support for Node less than 8.
  • refactoring, bump deps

1.0.0 (2018-09-12)

  • drops support for Node less than 4.
  • bump deps

0.2.0 (2018-03-09)

  • add contentType property that contains only type "/" subtype
  • support multiple media type parameters exposed via properties

0.1.6 (2018-03-06)

  • avoid of using Buffer.new in Node 6+
  • fix a problem when data is empty
  • bump deps

0.1.5 (2017-08-15)

  • bump deps

0.1.4 (2016-10-22)

  • update valid-data-url package version, accept types with a . character

0.1.3 (2016-10-21)

  • bump deps

0.1.2 (2016-09-06)

Features

  • Added a method to get a buffer from the data with #toBuffer()

0.1.0 (2016-05-09)

  • initial version