File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## v1.2.0 - Include files and UI update
2
16
- Syntax: Added the ` {include-file} ` command to include external files.
3
17
- UI: Improved readability, max content size to improve text flow.
You can’t perform that action at this time.
0 commit comments