Skip to content

Releases: sergioramos/remark-prism

v1.3.6

13 Apr 10:01
Compare
Choose a tag to compare

1.3.6 (2021-04-13)

Chores

  • add .npmignore (84bcf72)
  • upgrade dependencies (a89f42f)
  • deps: bump actions/cache from v2.1.4 to v2.1.5 (f1a3985)
  • deps: bump ridedott/release-me-action from v3.5.11 to v3.5.20 (2d488fb)
  • deps: bump rlespinasse/github-slug-action from 3.4.0 to 3.5.1 (d469f00)
  • deps: bump wagoid/commitlint-github-action from v3.0.6 to v3.1.0 (954264d)

v1.3.5

30 Mar 19:07
Compare
Choose a tag to compare

1.3.5 (2021-03-30)

Chores

  • upgrade mdx to v2 (fbd1657)
  • deps: bump actions/cache from v2.1.3 to v2.1.4 (b1fd922)
  • deps: bump actions/setup-node from v2.1.4 to v2.1.5 (700fe7c)
  • deps: bump ridedott/release-me-action from v3.3.4 to v3.5.11 (f9699a0)
  • deps: bump rlespinasse/github-slug-action from 3.1.0 to 3.4.0 (339d66c)
  • deps: bump wagoid/commitlint-github-action from v2.1.6 to v3.0.6 (84befaa)
  • upgrade dependencies (319a579)

v1.3.4

05 Jan 14:34
Compare
Choose a tag to compare

1.3.4 (2021-01-05)

Chores

  • upgrade dependencies (bacd20a)
  • deps-dev: bump actions/setup-node from v2.1.2 to v2.1.4 (f42b3ae)
  • deps-dev: bump ridedott/release-me-action from v3.2.12 to v3.3.4 (f460390)
  • deps-dev: bump wagoid/commitlint-github-action from v2.1.2 to v2.1.6 (1f6c0b0)

v1.3.3

24 Nov 18:38
Compare
Choose a tag to compare

1.3.3 (2020-11-24)

Chores

  • deps-dev: upgrade dependencies (6349741)

Continuous Integration

Documentation

  • add more usage examples (f48e1cd)

Tests

  • add rehype and mdast tests (c4fc721)
  • add test case with all plugins (a08507a)
  • update snapshots (f0da46e)

v1.3.2

23 Nov 20:24
Compare
Choose a tag to compare

1.3.2 (2020-11-23)

Bug Fixes

  • filter out empty language strings (94b4d9a)
  • restore indentation (295ac7a), closes #50

Chores

  • deps-dev: bump ridedott/release-me-action from v3.2.5 to v3.2.12 (871080b)
  • deps-dev: bump rollup from 2.33.1 to 2.33.2 (445eb27)
  • deps-dev: bump wagoid/commitlint-github-action from v2.1.1 to v2.1.2 (58df9db)
  • deps-dev: upgrade dependencies (7204d46)

Documentation

v1.3.1

14 Nov 04:13
Compare
Choose a tag to compare

1.3.1 (2020-11-14)

Bug Fixes

  • add missing node props to the prism branch (de05c22)

v1.3.0

14 Nov 00:56
Compare
Choose a tag to compare

1.3.0 (2020-11-14)

Features

  • deal exclusively with a tree, not html (6f5da71)

v1.2.1

13 Nov 00:29
Compare
Choose a tag to compare

1.2.1 (2020-11-13)

Chores

  • deps-dev: bump actions/cache from v2.1.2 to v2.1.3 (cdb3af3)
  • deps-dev: bump c8 from 7.3.4 to 7.3.5 (960ce1d)
  • deps-dev: bump eslint from 7.11.0 to 7.12.0 (3bb283b)
  • deps-dev: bump eslint-config-prettier from 6.13.0 to 6.14.0 (a9e91ab)
  • deps-dev: bump lint-staged from 10.4.1 to 10.4.2 (93d3790)
  • deps-dev: bump puppeteer from 5.3.1 to 5.4.0 (b667cfc)
  • deps-dev: bump ridedott/release-me-action from v3.2.3 to v3.2.5 (595fc41)
  • deps-dev: bump rlespinasse/github-slug-action from 2.1.1 to 3.1.0 (fff1caf)
  • deps-dev: bump wagoid/commitlint-github-action from v2.0.2 to v2.1.1 (edc916d)

Continuous Integration

v1.2.0

13 Nov 00:19
Compare
Choose a tag to compare

1.2.0 (2020-11-13)

Features

  • for compatibility, code also have language (#44) (3a3c448), closes #44

v1.1.18

10 Nov 14:14
Compare
Choose a tag to compare

1.1.18 (2020-11-10)

Chores

Continuous Integration

  • no-release: fix release rules (46fc048)

Other