- added option to preserve case of key-words. Previously it was always lowercasing key-words
- 4c3a51d: Optimize the library heavily reducing size from 5kb to less than 1kb, while still keeping all the tests passed. Minor refactors are also added, with a new error class
FenceparserError
exported.
- 2955219: Add build step to ci fixing missing dist directory error.
- 28d431d: Add support for CJS and ESM. We now use changeset to manage CHANGELOG and publish.
- Remove TSDX
- Opt-in to ES Modules
- Add minimalistic as default prettier config and format code
- Return
Record<string, VALUE>
instead ofMap<string, VALUE>
- Add package information such as
description
andkeywords
- Export
lex
andparse
functions individually
- Initial release
- Prelease