CHANGELOG.md
# Change Log
## v2.0.3 (2024-02-04)
- Update port.yml (linkify-it v5.0.0) ([#54](https://github.com/tsutsu3/linkify-it-py/pull/54))
- Fix rtd ([#52](https://github.com/tsutsu3/linkify-it-py/pull/52))
- Add linkify-it-py-demo url ([#51](https://github.com/tsutsu3/linkify-it-py/pull/51))
- Fix package build ([#49](https://github.com/tsutsu3/linkify-it-py/pull/49))
## v2.0.2 (2023-05-02)
- Fix missing files to the test ([#44](https://github.com/tsutsu3/linkify-it-py/pull/44))
## v2.0.1 (2023-05-02)
- Update development tools
- Fix sdist is missing tests
## v2.0.0 (2022-05-07)
- Add `matchAtStart` method to match full URLs at the start of the string.
- Fixed paired symbols (`()`, `{}`, `""`, etc.) after punctuation.
- `---` option now affects parsing of emails (e.g. `user@example.com---`)
## v1.0.3 (2021-12-18)
- Fixed [#98](https://github.com/markdown-it/linkify-it/issues/98). Don't count `;` at the end of link (when followed with space).
## v1.0.2 (2021-10-09)
- Fix: Schema key containing - not producing matches (#26)
## v1.0.1 (2020-12-18)
- Add manifest
- Add codecov.yml
## v1.0.0 (2020-11-15)
- First release