Skip to content

Commit 81c78f2

Browse files
author
Marek Suchánek
committed
Added a changelog file; #32
1 parent 2463187 commit 81c78f2

File tree

1 file changed

+147
-0
lines changed

1 file changed

+147
-0
lines changed

CHANGELOG.md

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
## v2.9.8
2+
3+
* Remove the abstract tag from the templates. Jupiter doesn't require it.
4+
* No longer report a missing abstract tag in validation
5+
6+
## v2.9.7
7+
8+
* The `--validate` option can take multiple values.
9+
10+
## v2.9.6
11+
12+
* No longer validate that xrefs are path-based; Jupiter does not require them
13+
* Changes to error handling
14+
15+
## v2.9.5
16+
17+
* Check that each module name is a single string
18+
* Various internal improvements and documentation fixes
19+
20+
## v2.9.4
21+
22+
* Rename the `:_module-type:` attribute to `:_content-type:`
23+
24+
## v2.9.3
25+
26+
* Validation: Report when no issues have been found.
27+
* Improve the documentation in the readme.
28+
29+
## v2.9.2
30+
31+
* Validation: Use a slightly more robust detection of path-based xrefs.
32+
33+
## v2.9.1
34+
35+
* Validation: Check that supported xrefs are path-based.
36+
37+
## v2.9.0
38+
39+
* Add a validation (linting) functionality using the `--validate` option.
40+
41+
## v2.8.3
42+
43+
* Update the modular templates to match upstream changes
44+
45+
## v2.8.2
46+
47+
* Add the module type attributes; Issue #18
48+
* Remove the blank line after 'Additional resources' in the assembly, which caused issues with Pantheon 2
49+
50+
## v2.8.1
51+
52+
* Update the modular templates to match upstream changes
53+
54+
## v2.8.0
55+
56+
* Use a standardized syntax for configuring the templates (askama).
57+
* Remove extra blank lines from the generated files.
58+
59+
## v2.7.0
60+
61+
* Attempt to fill in the full include path by default. This obsoletes the `--detect-directory` option. Issue #16
62+
* Use a more standardizedterminal logging solution. You can now set the verbosity level.
63+
64+
## v2.6.4
65+
66+
* Update the modular templates.
67+
68+
## v2.6.3
69+
70+
* Update the crates that newdoc depends on.
71+
72+
## v2.6.2
73+
74+
* Bug fix: With the --no-comments option, remove all multi-line comments, not just the first one
75+
76+
## v2.6.1
77+
78+
* Change the assembly prerequisites to a numbered heading in accordance with modular-docs #134
79+
* Small internal changes
80+
81+
## v2.6.0
82+
83+
* The templates have been updated with Patheon 2 metadata
84+
* The generated IDs now start with a module type prefix, matching the new templates
85+
86+
## v2.5.0
87+
88+
* Add the `--no-examples` option
89+
* Recognize block AsciiDoc comments in the templates
90+
* Add first unit tests
91+
92+
## v2.4.0
93+
94+
* Optionally detect and fill out the include path
95+
* Refactoring the code into smaller modules
96+
97+
## v2.3.5
98+
99+
* Deduplicate app metadata
100+
101+
## v2.3.4
102+
103+
* Update the version to v2.3.4
104+
* Updated README
105+
* New packaging options
106+
* Enabled CI
107+
108+
## v2.3.3
109+
110+
* Make context in assembly IDs optional and conditional
111+
112+
## v2.3.2
113+
114+
* Align the Optional formatting with the IBM Style Guide; #8
115+
116+
## v2.3.1
117+
118+
* Use colors instead of emoji for highlighting in the output
119+
120+
## v2.3.0
121+
122+
* Update the version
123+
124+
## v2.2.2
125+
126+
* Delete a print statement left in by mistake. Update the version
127+
128+
## v2.2.1
129+
130+
* Update the version
131+
132+
## v2.2.0
133+
134+
* New release
135+
136+
## v2.1.1
137+
138+
* Update the version
139+
140+
## v2.1.0
141+
142+
* Update the version
143+
144+
## v2.0.0
145+
146+
* Version updated in the lock file
147+

0 commit comments

Comments
 (0)