Skip to content

Releases: jaywcjlove/rehype-attr

v2.1.0

28 Sep 15:35
Compare
Choose a tag to compare

npm bundle size

Documentation v2.1.0: https://raw.githack.com/jaywcjlove/rehype-attr/baa8784/index.html
Comparing Changes: v2.0.8...v2.1.0

v2.0.8

05 Mar 19:03
Compare
Choose a tag to compare

npm bundle size

Documentation v2.0.8: https://raw.githack.com/jaywcjlove/rehype-attr/e433fbd/index.html
Comparing Changes: v2.0.7...v2.0.8

v2.0.7

04 Dec 03:04
Compare
Choose a tag to compare

npm bundle size

v2.0.6...v2.0.7

v2.0.6

05 Oct 19:22
Compare
Choose a tag to compare

npm bundle size

v2.0.5...v2.0.6

v2.0.5

05 Oct 18:39
Compare
Choose a tag to compare

npm bundle size

v2.0.4...v2.0.5

v2.0.4

02 Oct 13:47
Compare
Choose a tag to compare

npm bundle size

v2.0.3...v2.0.4

v2.0.3

15 Sep 16:12
Compare
Choose a tag to compare

npm bundle size

v2.0.2...v2.0.3

v2.0.2

11 Sep 08:48
Compare
Choose a tag to compare

npm bundle size

v2.0.1...v2.0.2

v2.0.1

02 Sep 07:39
Compare
Choose a tag to compare

npm bundle size

v2.0.0...v2.0.1

  • 🐞 fix: Update files feild in package.json 5facdf3

v2.0.0

01 Sep 16:29
Compare
Choose a tag to compare

npm bundle size

v1.4.2...v2.0.0

  • πŸ’„ chore: update workflows config. 509cbed
  • πŸ’„ chore(deps): update dependency @types/jest to v27 4e37341
  • πŸ’„ chore(deps): update remark monorepo (#20) b360d45 @renovate[bot]
  • πŸ’„ chore(deps): update dependency rehype-raw to v6 (#18) 9dbe681 @renovate[bot]
  • πŸ’„ chore: update jest config. 22bf00a
  • 🌟 feat: Use ESM. 1211c17

Change:

// From CommonJS
var rehypeAttrs = require('rehype-attr')

// To ESM
import rehypeAttrs from 'rehype-attr';

Learn more about ESM in this guide