- Add library of built-in parser rules and
getRules()
as an accessor for them - Add
wrapTag
argument tocreateMarker()
- Build a functional rather than class component from
createMarker()
- Update dev dependencies & migrate tests from
enzyme
to@testing-library/react
- Use
tsc
rather thanbabel
for the build - Replace dependency on
shortid
with a simple counter instead - Mark peerDependency on
react
more liberally - Use
ts-jest
& add tests for built code - Add CI tests with GitHub Actions
- Update dev dependencies
- Convert to TypeScript (#7)[#7].
- Publish
.d.ts
type definitions as part of the package.
- Bumps lodash from 4.17.15 to 4.17.19 (#4)[#6].
- Upgrade dependencies.
- Update vulnerable dependencies.
- Bumps lodash from 4.17.11 to 4.17.15 (#4)[#4].
- Expose
mark
function publicly (#2)[#2].
- Do not mark content out of matching context (#1)[#1].
- Minor README change for npm.
- Initial public release.