What's Changed
* Fix types of element attributes by takuyaa in https://github.com/takuyaa/ja-law-parser/pull/17
* Fix RecursionError when accessing article_range by takuyaa in https://github.com/takuyaa/ja-law-parser/pull/18
* LawBody.texts() takes into account TOC by takuyaa in https://github.com/takuyaa/ja-law-parser/pull/19
* Enable to provide pytest options for the `make test` task using environment variable `PYTEST_OPTS` by takuyaa in https://github.com/takuyaa/ja-law-parser/pull/20
* Implement texts() method for NewProvision by takuyaa in https://github.com/takuyaa/ja-law-parser/pull/21
* Implement texts() method for TableColumn by takuyaa in https://github.com/takuyaa/ja-law-parser/pull/22
**Full Changelog**: https://github.com/takuyaa/ja-law-parser/compare/v0.2.0...v0.3.0