|
| 1 | +# @codewars/marked-extensions |
| 2 | + |
| 3 | +## 1.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- 489ebd8: Automate release |
| 8 | + |
| 9 | + - Open and update a release PR when changes are merged |
| 10 | + - Release the package when a release PR is merged |
| 11 | + - Generate `CHANGELOG.md` based on changeset |
| 12 | + - Add `prepare` script so `npm install` builds the package |
| 13 | + - Remove `dist/` which is now generated before release or locally when developing |
| 14 | + - **BREAKING**: Move the package under `@codewars` org |
| 15 | + - **BREAKING**: Remove `dist/marked-extensions.js` IIFE build |
| 16 | + - **BREAKING**: Update `rollup` and remove `babel` |
| 17 | + - The generated code is almost identical except for arrow functions and the use of `const` |
| 18 | + |
| 19 | +- 2b3ee26: Clean up for v1 |
| 20 | + |
| 21 | + - Removed CM support. Utilize `highlight` function with CM directly if you wish to use this. |
| 22 | + - Removed lineNumbers support, this may be added in later if a universal way of handling it is found |
| 23 | + - Simplified extensions, loadScript support was removed, extensions need to load their own resources |
| 24 | + - Removed Mermaid support, this can be added later as an external extension |
| 25 | + - Upgraded `marked` from 0.6.2 to 2.1.1 and added to peer dependencies |
| 26 | + - Removed `findLanguage` option, now just assumes anything unknown is a language |
| 27 | + |
| 28 | +### Minor Changes |
| 29 | + |
| 30 | +- 77597cc: Remove frontmatter extraction |
| 31 | +- c72e0e9: Remove unused `extensions` option |
| 32 | +- 27ec6ff: Remove broken `filterLanguages` option. Cannot be fixed because filtering by active language requires postprocessing HTML to avoid breaking many descriptions. The postprocessing depends on the `languageWrapper` and it's not easy to generalize. |
| 33 | +- 2a43960: Remove heading extensions |
0 commit comments