0.2.0
bjesus/pipet0.2.0Sep 21, 2024by bjesus
AI Summary
This release fixes several HTML parsing issues including empty arrays and excessive nesting, while also adding test coverage.
Key Highlights
- Fixed issue where HTML parser created extra empty arrays
- Removed issue causing too many layers of nesting
- Added tests
New Features
- Fixed HTML parser empty array bug
- Fixed excessive nesting issue
- Added test coverage
Full Release Notes
- fix issue where the HTML parser would create some extra empty arrays - remove issue that caused too many layers of nesting - add tests