Skip to content

Latest commit

 

History

History
145 lines (77 loc) · 4.97 KB

File metadata and controls

145 lines (77 loc) · 4.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.1 (2024-04-23)

Bug Fixes

  • micromark-extension-kbd-nested: put files under correct directory (f66c679)

0.7.0 (2024-04-23)

⚠ BREAKING CHANGES

  • micromark-extension-kbd-nested: revert to only ESM build

Features

  • micromark-extension-kbd-nested: revert to only ESM build (18ff39d)

0.6.10 (2024-04-23)

0.6.9 (2024-04-23)

0.6.8 (2024-04-23)

0.6.7 (2024-04-23)

0.6.6 (2024-04-23)

0.6.5 (2024-04-23)

0.6.4 (2024-04-23)

0.6.3 (2024-04-23)

0.6.2 (2024-04-23)

0.6.1 (2024-04-23)

0.6.0 (2024-04-23)

⚠ BREAKING CHANGES

  • provide separate CJS and ESM builds
  • require pnpm v9 and Node v18
  • exclude source files from published packages

Bug Fixes

  • micromark-extension-kbd-nested: properly declare types (32f234e)
  • micromark-extension-kbd-nested: remove pnpm from engines (971da00)

Build System

  • exclude source files from published packages (c8b5b5c)
  • provide separate CJS and ESM builds (a63e422)
  • require pnpm v9 and Node v18 (2942736)

0.5.0 (2021-11-10)

⚠ BREAKING CHANGES

  • micromark-extension-kbd-nested: freeze html

Bug Fixes

  • micromark-extension-kbd-nested: freeze html (e54a3c2)

0.4.0 (2021-11-02)

⚠ BREAKING CHANGES

  • micromark-extension-kbd-nested: update and improve README
  • micromark-extension-kbd-nested: add test suggested by README
  • micromark-extension-kbd-nested: add support for variable sequences

Features

  • micromark-extension-kbd-nested: add support for variable sequences (d725d24)

Tests

  • micromark-extension-kbd-nested: add test suggested by README (cbac68b)

docs

  • micromark-extension-kbd-nested: update and improve README (362920b)

0.3.1 (2021-11-02)

Bug Fixes

  • micromark-extension-kbd-nested: correctly handle escaped backslashes (44c0515)

0.3.0 (2021-11-02)

⚠ BREAKING CHANGES

  • micromark-extension-kbd-nested: turn unclosed sequences into no-ops
  • micromark-extension-kbd-nested: preserve space inside kbd sequence

Features

  • micromark-extension-kbd-nested: turn unclosed sequences into no-ops (be61d7f)

Bug Fixes

  • micromark-extension-kbd-nested: preserve space inside kbd sequence (9a6a0eb)

0.2.1 (2021-11-01)

Bug Fixes

  • micromark-extension-kbd-nested: put micromark-util-symbol in dependencies (749f300)

0.2.0 (2021-11-01)

⚠ BREAKING CHANGES

  • micromark-extension-kbd-nested: put generated files under lib

Features

  • micromark-extension-kbd-nested: export new function normalizeDelimiter (861a1e0)

Build System

  • micromark-extension-kbd-nested: put generated files under lib (19a9991)

0.1.0 (2021-11-01)

⚠ BREAKING CHANGES

  • convert to pnpm workspace

Bug Fixes

  • micromark-extension-kbd-nested: don’t run npm run build in prepublish (3960bf1)
  • remove compiled output (4821340)

refactor

  • convert to pnpm workspace (0e8323e)