Skip to content

Latest commit

 

History

History
268 lines (173 loc) · 10.6 KB

File metadata and controls

268 lines (173 loc) · 10.6 KB

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.11 (2026-06-12)

  • don't use exception throwing if optional file not found (b0f259f)

6.0.10 (2026-06-08)

6.0.9 (2026-06-08)

  • remove readme.mdp from package (3aa82e3)

6.0.8 (2026-06-07)

Bug Fixes

  • fix error position in recursive calls (78622c9), closes #19

6.0.7 (2026-06-01)

Bug Fixes

  • avoid recursive transclusion (646055b), closes #19

6.0.6 (2026-05-13)

Bug Fixes

  • update '@it-service-npm/remark-heading-adjustment' (b9e7368)

6.0.5 (2026-04-11)

Bug Fixes

  • fix error with remark cli --use option (b5663d7), closes #18

6.0.4 (2026-04-11)

Bug Fixes

  • directive attributes validation (0432d90)

6.0.3 (2026-04-11)

Bug Fixes

  • update error messages (remove origin from messages) (04693d3)

6.0.2 (2026-04-05)

Bug Fixes

  • fix optional attribute checking (60b7db0)

6.0.1 (2026-04-05)

  • update readme
  • refactor asserts

6.0.0 (2026-04-04)

BREAKING CHANGES

  • add /sync and /async exports for package with RemarkInclude and RemarkIncludePreset names (c4172ca)

5.0.1 (2026-02-28)

Bug Fixes

  • fix runtime dependency vfile-message (6774032)

5.0.0 (2026-02-24)

BREAKING CHANGES

  • extracted and used plugins @it-service-npm/remark-heading-adjustment, @it-service-npm/remark-relative-url-adjustment, @it-service-npm/remark-code-path-adjustment

4.2.1 (2026-02-20)

Bug Fixes

  • bump node min version to 22.17 (5826d7d)

4.2.0 (2026-02-18)

Features

4.1.0 (2026-02-18)

Features

4.0.1 (2026-02-18)

Bug Fixes

  • do not translate links starting with / (50ef9ef), closes #10

4.0.0 (2026-02-17)

Code Refactoring

  • replace glob package with node:fs glob and globSync (8e7b798)

BREAKING CHANGES

  • expected node v22+

3.2.0 (2026-02-16)

Features

  • support globs for file attribute value (e0c24ee), closes #9

3.1.0 (2026-02-16)

Features

  • fix url in all Resource nodes, not just in links, images and definitions (e88accc)

3.0.0 (2026-02-16)

Bug Fixes

  • fix multiple ::include in one file (4aa0879)

Features

  • support async processing (3007f8c), closes #6

BREAKING CHANGES

  • added remarkInclude (async, preferably) and remarkIncludeSync exports (#6)

2.0.6 (2026-02-15)

Bug Fixes

  • fix spaces escaping in code file path (331ead8)

2.0.5 (2026-02-15)

Bug Fixes

  • if file not found, remove ::include directive (6100f4b)

2.0.4 (2026-02-14)

Bug Fixes

  • remove development dependency (mdast, used just @types/mdast) (f1c8321)

2.0.3 (2026-02-13)

Bug Fixes

  • remove runtime dependency (remark-directive) (145855f)

2.0.2 (2026-02-13)

Bug Fixes

  • remove runtime dependencies (mdast-util-directive, mdast-util-to-hast, unified, vfile) (9c09a97)

2.0.1 (2026-02-13)

Bug Fixes

  • remove runtime dependency (mdast) (cd8a00e)

2.0.0 (2026-02-13)

BREAKING CHANGES

  • change scope to @it-service-npm

Bug Fixes

  • always use code file path in posix format (1a71e89), closes #4
  • fix error messages style (d831149), closes #7
  • fix nodes url processing (not as path, as url) (02109ff), closes #4

Features

  • adjust the heading levels (9057276), closes #8
  • update relative file path in the code blocks (407204e), closes #4
  • update relative links (files paths) (9ef224a), closes #4
  • add support for specify file path without extension (442ede8), closes #5
  • include directive refactored with Typescript (e22f4b1), #2