- Export
NoGrammarFoundError
fromdart_prism
. - Add dark style
PrismStyle.dark
.
- Update to dart_prism 0.2.1.
- Change
PrismStyle
to constant constructor. - New public method
mergeWith(...)
forPrismStyle
class. - Set default style for
Prism
. - Add a new option
mouseCursor
forPrism
class.
- Update to dart_prism 0.2.0.
- Breaking change: Remove
root
fromPrismStyle
. - Breaking change: Change return type of
Prism.render
fromTextSpan
to List.
- Improve
PrismStyle
and it's default text styles.
Initial version.