Releases: awsr/posthtml-retag
Releases · awsr/posthtml-retag
2.0.1 Release
2.0.1 hotfix
- Include updated
removeDisplayNone
behavior in readme.
Important
PostHTML-Retag is now accessed via the retag
named import!
Use one of the following:
import { retag } from "posthtml-retag";
const { retag } = require("posthtml-retag");
- Plugin will not remove
display: none
when it's set as!important
. - Standardize to named export/import.
- Update dependencies.
- Update to modern
tsconfig
,package.json
, and Node module syntax. - Add JSDoc info.
- Actually have tests to make sure nothing broke.
2.0.0 Release
Important
PostHTML-Retag is now accessed via the retag
named import!
Use one of the following:
import { retag } from "posthtml-retag";
const { retag } = require("posthtml-retag");
- Plugin will not remove
display: none
when it's set as!important
. - Standardize to named export/import.
- Update dependencies.
- Update to modern
tsconfig
,package.json
, and Node module syntax. - Add JSDoc info.
- Actually have tests to make sure nothing broke.
1.0.1 Release
- Minor type declaration cleanup.
- Add ESM syntax example to Readme.
- Minor Readme layout cleanup.
- Add JSDoc documentation to main function.
1.0.0 Release
- Minor code cleanup.
- Minor documentation update.
0.1.2 Release
- Remove mention of parameter in readme that was left over from earlier in development.
0.1.1 Release
- Minor typo fixes.
- Minor code restructure.
- Minor usefulness improvement when viewing type definitions in IDE.
0.1.0 Release
Initial released version