3.0.0 (2022-06-06)
Features
- api: convert filters API to TypeScript (1dfbf00)
- filters: add opt-in condenseBlocks filter to support single-line copy-paste (82778c2)
- support: remove support for legacy browsers (501901a)
BREAKING CHANGES
- support: The package no longer supports IE11 and other legacy browsers.
Support can still be achieved by transpiling to ES5 syntax, and including needed polyfills.
- api: The filters are now written in TypeScript.
Flow types are no longer available, and TypeScript types are built-in.