Skip to content

Releases: dimerapp/markdown

Downgrade all remark dependencies

27 Dec 10:33
Compare
Choose a tag to compare
  • chore: downgrade all remark dependencies 40ce687

Full Changelog: v8.0.0...v8.0.1

Major upgrade of remark-gfm

27 Dec 08:15
Compare
Choose a tag to compare
  • ci: run typechecking and linting d976074
  • ci: run typechecking and linting a17251d
  • docs: remove snyk badge d9ec187
  • chore: update dependencies 2d67ae3

Full Changelog: v7.0.3...v8.0.0

Update dependencies

24 Aug 04:23
Compare
Choose a tag to compare
  • chore: add engines to package.json file a745ac5
  • chore: update dependencies 77d9356

Full Changelog: v7.0.2...v7.0.3

Serialize codegroup attributes

22 May 07:20
Compare
Choose a tag to compare

Now you can pass props to codegroups and they will be serialized to HAST syntax tree. For example:

:::codegroup{id="language-selector"}
:::

:::codegroup{id="pkg-selector"}
:::

Commits

  • feat: serialize codegroup attributes 46438d7
  • chore: update dependencies 99c574e

Full Changelog: v7.0.1...v7.0.2

Rewrite from scratch

19 Apr 10:31
Compare
Choose a tag to compare

The package is re-written from scratch and is in ESM only. If upgrading, then please go through the README for new documentation. There is no upgrade guide

Commits

  • chore: install correct dependencies 93d2b8c
  • chore: update publish tag to latest 31aa8bf
  • Merge branch 'next' into develop 0b90a6f
  • chore: update dependencies 15e013c
  • Merge pull request #15 from dimerapp/dependabot/npm_and_yarn/path-parse-1.0.7 78edbe0
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 2ea6d64
  • chore(release): 6.1.0 0e2cad2
  • feat: add support for controlling toc from the front matter 2ab57af
  • chore(release): 6.0.0 b7cd2a2
  • chore(deps): bump ini from 1.3.5 to 1.3.8 (#4) 2ff21e1
  • chore: remove npm-audit.html file e76f8f6
  • chore: remove npm-audit in favor of synk 2e86a38
  • chore(deps): bump highlight.js from 10.4.0 to 10.7.1 (#2) a16a9db
  • chore(deps): bump ini from 1.3.5 to 1.3.8 (#3) 449df1b
  • improvement: fetch codeblock title from the comment 1302241
  • chore(release): 5.0.3 f1d8984

What's Changed

  • chore(deps): bump ini from 1.3.5 to 1.3.8 by @dependabot in #3
  • chore(deps): bump highlight.js from 10.4.0 to 10.7.1 by @dependabot in #2
  • chore(deps): bump ini from 1.3.5 to 1.3.8 by @dependabot in #4
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #15

New Contributors

Full Changelog: v5.0.2...v7.0.1

Update dependencies

05 Apr 15:08
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • style: update license name 610dce2
  • refactor: add data property to hast output node 04d715a
  • chore: update dependencies adda6a7

Full Changelog: v7.0.1-3...v7.0.1-4

Apply frontmatter options to file options

22 Mar 09:21
Compare
Choose a tag to compare
  • feat: apply all frontmatter options to file instance e6d28b1
  • chore: update dependencies 4c93628

Full Changelog: v7.0.1-2...v7.0.1-3

Update dependencies

20 Mar 06:45
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • refactor: fix types issues 84f9d65
  • chore: generate sourcemaps and publish source files 8fce216
  • docs: update license.md file 9200efc
  • ci: update node versions 105a8e4
  • chore: setup commitlint c23a76e
  • chore: setup c8 coverage 40e0f2e
  • docs(README): update badges urls 46ac9f7
  • chore: update dependencies 1fabd92

v7.0.1-1...v7.0.1-2

Drop h1 from the TOC list items

19 Aug 04:49
Compare
Choose a tag to compare
Pre-release
  • refactor: drop h1 from the toc AST 84f4702

v7.0.1-0...v7.0.1-1

Refactor API

29 Jul 16:43
Compare
Choose a tag to compare
Refactor API Pre-release
Pre-release
  • The use method on the markdown file is not used to register markdown file plugins
  • Use the transform method to register remark plugins.

Commits

  • refactor: rename "use -> transform" and use named exports 5268645
  • chore: remove circleci config file beeb3e5
  • docs(README): update badge to use tests status from github actions e883258
  • fix: module loading issue on windows b8bea43

v7.0.0-0...v7.0.1-0