Skip to content

Commit 389b066

Browse files
chore: release v0.0.1 (#2)
## 🤖 New release * `rari-data`: 0.0.1 * `rari-utils`: 0.0.1 * `rari-deps`: 0.0.1 * `css-syntax-types`: 0.0.1 * `rari-types`: 0.0.1 * `rari-templ-func`: 0.0.1 * `rari-md`: 0.0.1 * `rari-doc`: 0.0.1 * `css-syntax`: 0.0.1 * `css-definition-syntax`: 0.0.1 * `rari-l10n`: 0.0.1 * `rari-linter`: 0.0.1 * `rari-tools`: 0.0.1 * `diff-test`: 0.0.1 * `rari`: 0.0.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `rari` <blockquote> ## [0.0.1](https://github.com/mdn/rari/releases/tag/v0.0.1) - 2024-09-18 ### Added - *(release-plz)* add release-plz and use lto - *(redirects)* short cuts - *(seach-index)* build search index - *(homepage)* build homepage - *(generic_pages)* add support for generic pages - *(SPA)* basic SPA support - *(spas)* initial support for spas - *(translations)* use en-us front matter - *(translations)* add other translations field - *(sitemap)* build sitemap.txt - *(tmpl)* css_ref - *(baseline)* support new baseline - *(templ)* apilistalpha - *(templ)* add webextallexamples and listgroups - *(templ)* webextallcompat - *(templ)* addonsidebarmain - *(templs)* more on subpages and fixes - *(templs)* lots of sidebars - *(templ)* more sidebars - *(templ)* addonsidebar - *(deps)* remove once_cell - *(templs)* glossarydisambiguation - *(templs)* add js prop attr and svginfo - *(sidebar)* l10n support - *(templs)* embeds - *(templs)* banners and http links - *(templs)* prev next menu - *(templs)* default api sidebar - *(templs)* embed gh live sample - *(templs)* many - *(templs)* more banners - *(templs)* add securecontext - *(templs)* svgattrs and seecompattable - feat(templs) webextapiref - *(apiref)* heavy lifting - *(templ)* post process inline sidebar - *(sidebars)* start supporting inline sidebars - *(templ)* first half of cssinfo - *(templ)* template before html conversion! - *(templ)* jsref + fixes - *(rari)* initial commit ### Fixed - *(ci)* fix release-plz - *(ci)* fix upload and release-plz - *(homepage)* use hyData - *(build)* orphaned and conflicting - *(various)* fix issues from testing - *(build)* locale and redirect fixes - *(search-index)* path - *(many)* fix path related issues - *(ids)* fix fixing ids - *(l10n)* fix trimming - fix p and summary - *(banners)* add p - *(templ)* cssinfo at 99% - *(ids)* more dl issues - *(ids)* more on dl ids - *(ids)* start with 2?! - *(ci)* remove openssl-sys dependency - *(ci)* remvoe codeql ### Other - *(deps)* update all and move to workspace - *(deps)* update dependencies - *(errors)* add io error with context - *(md)* update note cards - *(deps)* major - *(deps)* all minor - *(comrak)* 0.26 - rename macros -> templs - move templs - add custom sorter - apiref - templ stats and performance - quicklinks and fixes - missing page support - update dpes - more templs - prefix img src - new template escape - add parser - move l10n to content </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1ed561 commit 389b066

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

CHANGELOG.md

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.1](https://github.com/mdn/rari/releases/tag/v0.0.1) - 2024-09-18
11+
12+
### Added
13+
14+
- *(release-plz)* add release-plz and use lto
15+
- *(redirects)* short cuts
16+
- *(seach-index)* build search index
17+
- *(homepage)* build homepage
18+
- *(generic_pages)* add support for generic pages
19+
- *(SPA)* basic SPA support
20+
- *(spas)* initial support for spas
21+
- *(translations)* use en-us front matter
22+
- *(translations)* add other translations field
23+
- *(sitemap)* build sitemap.txt
24+
- *(tmpl)* css_ref
25+
- *(baseline)* support new baseline
26+
- *(templ)* apilistalpha
27+
- *(templ)* add webextallexamples and listgroups
28+
- *(templ)* webextallcompat
29+
- *(templ)* addonsidebarmain
30+
- *(templs)* more on subpages and fixes
31+
- *(templs)* lots of sidebars
32+
- *(templ)* more sidebars
33+
- *(templ)* addonsidebar
34+
- *(deps)* remove once_cell
35+
- *(templs)* glossarydisambiguation
36+
- *(templs)* add js prop attr and svginfo
37+
- *(sidebar)* l10n support
38+
- *(templs)* embeds
39+
- *(templs)* banners and http links
40+
- *(templs)* prev next menu
41+
- *(templs)* default api sidebar
42+
- *(templs)* embed gh live sample
43+
- *(templs)* many
44+
- *(templs)* more banners
45+
- *(templs)* add securecontext
46+
- *(templs)* svgattrs and seecompattable
47+
- feat(templs) webextapiref
48+
- *(apiref)* heavy lifting
49+
- *(templ)* post process inline sidebar
50+
- *(sidebars)* start supporting inline sidebars
51+
- *(templ)* first half of cssinfo
52+
- *(templ)* template before html conversion!
53+
- *(templ)* jsref + fixes
54+
- *(rari)* initial commit
55+
56+
### Fixed
57+
58+
- *(ci)* fix release-plz
59+
- *(ci)* fix upload and release-plz
60+
- *(homepage)* use hyData
61+
- *(build)* orphaned and conflicting
62+
- *(various)* fix issues from testing
63+
- *(build)* locale and redirect fixes
64+
- *(search-index)* path
65+
- *(many)* fix path related issues
66+
- *(ids)* fix fixing ids
67+
- *(l10n)* fix trimming
68+
- fix p and summary
69+
- *(banners)* add p
70+
- *(templ)* cssinfo at 99%
71+
- *(ids)* more dl issues
72+
- *(ids)* more on dl ids
73+
- *(ids)* start with 2?!
74+
- *(ci)* remove openssl-sys dependency
75+
- *(ci)* remvoe codeql
76+
77+
### Other
78+
79+
- *(deps)* update all and move to workspace
80+
- *(deps)* update dependencies
81+
- *(errors)* add io error with context
82+
- *(md)* update note cards
83+
- *(deps)* major
84+
- *(deps)* all minor
85+
- *(comrak)* 0.26
86+
- rename macros -> templs
87+
- move templs
88+
- add custom sorter
89+
- apiref
90+
- templ stats and performance
91+
- quicklinks and fixes
92+
- missing page support
93+
- update dpes
94+
- more templs
95+
- prefix img src
96+
- new template escape
97+
- add parser
98+
- move l10n to content

0 commit comments

Comments
 (0)