All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
String.dedent
where supported/polyfilled
- Update dependencies
- Update eslint & config
- Add functions to load and register languages
- Update dependencies
- Switch to using
core.js
for highlight (reduce size by not including languages) - Update README to reflect changes and instruct on registering languages
- Update to
@aegisjsproject/core@0.1.2
- Add functions to load
highlight.js
stylesheets and fetch & parse markdown
- Do not publish
test/
directory
- Renamed to
@aegisjsproject/markdown
- Add
http-server
as dev dependency +test/
page
- Use
@highlightjs/cdn-assets
instead ofhightlight.js
- Directly use
String.raw
to parse text - Misc updates to dependencies
- Fix incorrect badges in
README.md
- Update dependencies
- Use
sanitizeString()
instead ofcreateHTMLParser()
Initial Release