|
Hello, When I added node-html-parser as a dependency, it had a version of 1.2.19. Now, 4 months later, it's at 3.0.2, but I can't find any changelog that would tell me if there are any breaking changes. Do you follow standard convention (major(breaking).minor.bugfix)? Does v3 mean it's got some breaking changes compared to v1? What are these, where can I find them? Thanks a lot! //edit// |
Replies: 2 comments 1 reply
|
I'm so sorry for that. |
I'm so sorry for that.
v2: parse option changed, user who use custom options will be affected.
v3: support css3 selector.
and fixed some issues.
I hope you will open issues if you get trouble with 3.x, and we will make this lib better together.