- chore: drops support for Node less than 14.
- chore: bump deps
- build: use GitHub Actions
- BREAKING:
toBuffer()
returns decoded data now if it was encoded
- chore: publish only index.js
- drops support for Node less than 12.
- bump deps
- drops support for Node less than 10.
- bump deps
- drops support for Node less than 8.
- refactoring, bump deps
- drops support for Node less than 4.
- bump deps
- add contentType property that contains only
type "/" subtype
- support multiple media type parameters exposed via properties
- avoid of using Buffer.new in Node 6+
- fix a problem when data is empty
- bump deps
- bump deps
- update
valid-data-url
package version, accept types with a.
character
- bump deps
- Added a method to get a buffer from the data with
#toBuffer()
- initial version