antchfx / htmlquery

htmlquery is golang XPath package for HTML query.
https://github.com/antchfx/xpath
MIT License
727 stars 73 forks source link

Switch to SemVer #9

Closed misha-plus closed 4 years ago

misha-plus commented 5 years ago

Hello. I'm started using Colly but your library changed the interface. It will good to switch htmlquery to SemVer to avoid this in future

This is the reason https://github.com/gocolly/colly/issues/282

Thank you

zhengchun commented 5 years ago

I'm so sorry, a few days ago, I'm removed a FindEach() and FindEachWithBreak(), #7 , because plan to release 1.0 version, another reason is Find() will return unique element, you need implement yourself FindEach. I will switch to SemVer or tag release to avoid this, thanks for your suggestion.