This project follows semantic versioning.
Possible log types:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for deprecated features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.[maintenance]
for maintenance work like dependency updates.
- [changed] The
TokenType
type is now an enum, not a const enum. This means it can be used directly from non-TS consumers, and it works with theisolatedModules
option as well. - [deprecated] The constants
TOKEN_TYPE_ASTERISK
,TOKEN_TYPE_UNDERSCORE
andTOKEN_TYPE_TILDE
are deprecated. Use theTokenType
attributes instead. - [maintenance] Drop support for NodeJS 10 and 12 (should still work, but untested)
- [maintenance] Update test dependencies
- [maintenance] Tag final 1.0.0 release
- [added] Allow overriding CSS classes
- [maintenance] Code extracted from threema-web, initial release on npm.