Skip to content

Releases: awsr/posthtml-retag

2.0.1 Release

22 Oct 11:58
4bd6eba
Compare
Choose a tag to compare

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

22 Oct 11:38
d52ff83
Compare
Choose a tag to compare

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

09 Feb 23:53
Compare
Choose a tag to compare
  • Minor type declaration cleanup.
  • Add ESM syntax example to Readme.
  • Minor Readme layout cleanup.
  • Add JSDoc documentation to main function.

1.0.0 Release

28 Dec 01:11
Compare
Choose a tag to compare
  • Minor code cleanup.
  • Minor documentation update.

0.1.2 Release

12 Dec 22:48
Compare
Choose a tag to compare
  • Remove mention of parameter in readme that was left over from earlier in development.

0.1.1 Release

12 Dec 22:32
Compare
Choose a tag to compare
  • Minor typo fixes.
  • Minor code restructure.
  • Minor usefulness improvement when viewing type definitions in IDE.

0.1.0 Release

11 Dec 06:12
Compare
Choose a tag to compare

Initial released version