Releases: seinshah/flattenhtml
Releases · seinshah/flattenhtml
v0.3.4
0.3.4 (2025-01-07)
Bug Fixes
- deps: update module golang.org/x/net to v0.34.0 (#10) (3bf0e76)
- deps: update module github.com/stretchr/testify to v1.10.0 (#11) (e2f1a28)
Chores
- deps: update templum/govulncheck-action action to v1.0.1 (#9) (cb46db2)
- deps: update golangci/golangci-lint-action action to v6 (#8) (e39c7ff)
v0.3.3
0.3.3 (2024-10-19)
Bug Fixes
- deps: update module golang.org/x/net to v0.30.0 (#6) (3ae3cb0)
Chores
- ci: allow only 1 concurrent run per group (e840e05)
- deps: update module github.com/stretchr/testify to v1.9.0 (#4) (0c92c54)
v0.3.2
0.3.2 (2024-03-09)
Bug Fixes
- deps: update module golang.org/x/net to v0.22.0 (#5) (2c15e86)
v0.3.1
0.3.1 (2024-02-17)
Bug Fixes
- cursor: enable single cursor to register node (e2838da)
v0.3.0
0.3.0 (2024-02-16)
Feature
- node: append/prepend child or sibling node (7280b9f)
Bug Fixes
Chores
- deps: update golangci/golangci-lint-action action to v4 (#3) (70779e9)
- docs: fix package documentation (255b8e3)
v0.2.0
0.2.0 (2024-02-04)
Feature
- nodes: extend NodeIterator API and ability to get underlying html node (38d7460)
- multi-cursor: extend MultiCursor API with First cursor access (9ee2860)
Chores
- docs: fix package documentation (2936743)
v0.1.0
0.1.0 (2024-01-28)
Feature
- init: inital working code (2a2091d)