Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@Richienb Richienb released this 18 Nov 03:05
cd2689e

BREAKING CHANGES

  • Reverting back to default exports for ECMAScript and CommonJS
const { convertBody } = require("fetch-charset-detection") // 0.2.0
const convertBody = require("fetch-charset-detection") // 0.3.0