|
| 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