Skip to content

Commit ac64c27

Browse files
committed
Added changes.
1 parent 4755201 commit ac64c27

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.3.0 - Include configuration update (Breaking)
2+
- UI: Removed list of file numbers used for testing.
3+
- Parser: Modified include behavior to require setting allowed paths.
4+
- Parser: Increases security by disallowing including from outside allowed paths.
5+
- Manager: Added include paths via `DocsManager::addIncludePath()`.
6+
- Manager: Added the `DocsConfig` class to handle configuration options.
7+
8+
### Breaking changes
9+
10+
- Include files are no longer relative to the document, but to the
11+
configured include paths.
12+
- Include paths must be set via the new `DocsConfig` class instead
13+
of the parser class.
14+
115
## v1.2.0 - Include files and UI update
216
- Syntax: Added the `{include-file}` command to include external files.
317
- UI: Improved readability, max content size to improve text flow.

0 commit comments

Comments
 (0)