• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Release 0.5.3
2
3Bugfix release: fixes angle bracket escaping and a crash on labels with `@@`
4
5**Contributors**
6
7Alexandre Rostovtsev, Jon Shea
8
9## Release 0.5.2
10
11Bugfix release: fixes crash with `config_common.toolchain_type`.
12
13**Contributors**
14
15Alexandre Rostovtsev, Keith Smiley
16
17## Release 0.5.1
18
19Bugfix release: minor fixes, including a fix for build failure due to missing zlib version.
20
21**Contributors**
22
23aiuto, Alexandre Rostovtsev, Brian Silverman, Casey, Xùdōng Yáng
24
25## Release 0.5.0
26
27This release includes many fixes for Stardoc's markdown output, plus:
28
29**New Features**
30
31-   Raw protobuf output via `format = "proto"` (#20)
32-   Stardoc now outputs documentation for macro returns and deprecations (#75)
33    as well as module (file) docstrings (#100)
34
35**Contributors**
36
37Alexandre Rostovtsev, Alex Eagle, Andrew Z Allen, Chris Rebert, c-parsons, Ivo
38List, Jon Brandvein, Laurent Le Brun, Max Vorobev, pbatg, Philipp Wollermann,
39Samuel Giddins, Thomas Van Lenten, Tiago Quelhas, Xùdōng Yáng, Yiting Wang
40
41## Release 0.4.0
42
43First release of **Stardoc** under the new repository location
44[bazelbuild/stardoc](https://github.com/bazelbuild/stardoc). Please use this
45repository for future Stardoc releases instead of its old location. See
46[Getting Started](https://github.com/bazelbuild/stardoc/blob/4378e9b6bb2831de7143580594782f538f461180/docs/getting_started_stardoc.md)
47for updated setup information.
48
49There are **many** new features since the last release. A summary of major
50features:
51
52-   Changed the default Stardoc output format to use pure-markdown tables
53    instead of HTML tables. This output format is fully compatible with markdown
54    formatting constructs. For example, use `**bold**` instead of `<b>bold</b>`.
55    The `<`. and `>` characters are escaped in this output format.
56-   Stardoc now supports custom formatting. See
57    [Custom Output documentation](https://github.com/bazelbuild/stardoc/blob/4378e9b6bb2831de7143580594782f538f461180/docs/advanced_stardoc_usage.md#custom-output)
58    for details.
59-   `aspect()` definitions are now documented by Stardoc.
60-   Module definitions (structs which combine series of functions in a
61    'namespace') are now documetned by Stardoc.
62-   Attribute default-value information is now included in output.
63
64**Huge Thanks to [kendalllaneee](https://github.com/kendalllaneee) and
65[blossommojekwu](https://github.com/blossommojekwu) for their work on many of
66the features in this release.**
67
68