Skip to content

Release 0.2.0

Choose a tag to compare

@Richienb Richienb released this 17 Nov 03:19
ff089e1

BREAKING CHANGES

  • Reverting to named exports
const convertBody = require("fetch-charset-detection") // 0.1.0
const { convertBody } = require("fetch-charset-detection") // 0.2.0