Releases: x-govuk/marked-govspeak
Releases · x-govuk/marked-govspeak
v0.4.0
- Update marked dependency to v15 a45e492
- Update dependencies 3ffdc9a 279ff2f 786556f dabb7d7
- Lint JavaScript e0d1511
- Use common X-GOVUK config for ESLint e2287b0
- Lint SCSS 8da92db
- Update Stylelint config to check property order 7b6cf59
- Add lint fix scripts d028293
- Update ESLint config 65afbf0
- Lint JavaScript bea4a14
- Update ESLint and Prettier configs 4308e86
- Lint JSDoc 223a094
- Correctly configure ESLint 028d68a
v0.3.0
This release contains 2 breaking changes:
- The minimum supported version of Node is now v18 e9df67b
- The way the plugin is loaded and options are supplied to it now follow the recommended format. See #54 and 68c220e.
- Update marked dependency 9ba7e8b
- Update dependencies 6d5b386
- Use Standard style for JS examples in README 2df50e9
- Add type checking e4353b3
- Update
.prettierignore
10900bd - Add JSDoc for class generator function 2aa9f95
- Use ESLint with Standard style 5c9f579
- Add release script and documentation 72c6b94
- Use node test runner 1f3595a
- Update test workflow 334f124
v0.2.0
This release adds a govspeakGemCompatibility
option to provide compatibility in environments where Govspeak Markdown is shared with environments where the original class names are used for styling. See Using original Govspeak gem classes.
Thanks to @chrispymm for this contribution.
- Add option to generate govspeak gem compatible classes 13b30dc
- Update README 9390f21
- Format YAML using Prettier 6b20eab
- Format SCSS using Prettier ed44c02
- Use Prettier to format code 3544315
- Lint styles according to updated rules 750bee7
- Update Stylelint dependency 55c9118
- Update dependencies 476a821
- Update dependencies ae8b999
v0.1.0
Initial release. Port of the Govspeak Ruby gem to make it possible to use Govspeak markdown extensions in Node.js projects.
Supports the following extensions:
- Address
- Buttons
- Callouts (information, warning and example)
- Call to action
- Contact
- Download link
- Place
- Information
- Statistic headline
- Steps
A big thank-you to @chrispymm for helping to get this initial release across the line.