- update liblexbor to version 2.7.0
- fix bug with
to_pretty_htmlwith one symbol text - add methods with yield for
scope,nodes,parents,children,left_iterator,right_iteratormethods
- Node#css change usage with block given, now it iterate all nodes
doc.css { |node| ... }
- update liblexbor with css selector fix for :has, #48
- update liblexbor to latest
- add usage
Lexbor.newinstead ofLexbor::Parser.new
- update liblexbor to latest
- fix usage in interpreter
- add windows ci (thanks @etra0)
- fix windows build
- remove Makefile dependency
- add windows support
- update liblexbor
- fix processing svg in tokenizer
- add node attribute aliases, [], []?, fetch, has_key?
- update liblexbor, to fix remove single node attribute, #12
- update to latest liblexbor
- added css selectors
- added benchmarks
- temporary remove
Lexbor.decode_html_entities
- fix maxOS build
- fix build on old cmake