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)
- add api.md to package (f8fb720)
6.0.9 (2026-06-08)
- remove readme.mdp from package (3aa82e3)
6.0.8 (2026-06-07)
6.0.7 (2026-06-01)
6.0.6 (2026-05-13)
- update '@it-service-npm/remark-heading-adjustment' (b9e7368)
6.0.5 (2026-04-11)
6.0.4 (2026-04-11)
- directive attributes validation (0432d90)
6.0.3 (2026-04-11)
- update error messages (remove
originfrom messages) (04693d3)
6.0.2 (2026-04-05)
- fix
optionalattribute checking (60b7db0)
6.0.1 (2026-04-05)
- update readme
- refactor asserts
6.0.0 (2026-04-04)
- add /sync and /async exports for package
with
RemarkIncludeandRemarkIncludePresetnames (c4172ca)
5.0.1 (2026-02-28)
- fix runtime dependency vfile-message (6774032)
5.0.0 (2026-02-24)
- 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)
- bump node min version to 22.17 (5826d7d)
4.2.0 (2026-02-18)
- the package exports 2 plugins and 2 presets (with
remark-directive) (d994461)
4.1.0 (2026-02-18)
remark-directiveused implicitly (the package exports presets, not plugins) (15aed24)
4.0.1 (2026-02-18)
4.0.0 (2026-02-17)
- replace
globpackage withnode:fsglobandglobSync(8e7b798)
- expected node v22+
3.2.0 (2026-02-16)
3.1.0 (2026-02-16)
- fix url in all Resource nodes, not just in links, images and definitions (e88accc)
3.0.0 (2026-02-16)
- fix multiple
::includein one file (4aa0879)
- added
remarkInclude(async, preferably) andremarkIncludeSyncexports (#6)
2.0.6 (2026-02-15)
- fix spaces escaping in code file path (331ead8)
2.0.5 (2026-02-15)
- if file not found, remove
::includedirective (6100f4b)
2.0.4 (2026-02-14)
- remove development dependency
(
mdast, used just@types/mdast) (f1c8321)
2.0.3 (2026-02-13)
- remove runtime dependency
(
remark-directive) (145855f)
2.0.2 (2026-02-13)
- remove runtime dependencies
(
mdast-util-directive,mdast-util-to-hast,unified,vfile) (9c09a97)
2.0.1 (2026-02-13)
- remove runtime dependency
(
mdast) (cd8a00e)
2.0.0 (2026-02-13)
- change scope to
@it-service-npm
- 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
- 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