Skip to content

Releases: rushter/selectolax

v0.2.6

04 Aug 09:24
Compare
Choose a tag to compare
  • Fix dependency on the source Node when inserting to or modifying destination Node

v0.2.5

03 Aug 08:59
Compare
Choose a tag to compare
  • Allow to pass Node instances to replace_with, insert_before and insert_after methods
  • Added insert_before and insert_after methods

v0.2.4

29 Jun 15:51
Compare
Choose a tag to compare
  • Set maximum input size to 80MB
  • Update modest

v0.2.1

01 Sep 20:50
Compare
Choose a tag to compare
  • Add optional include_text parameter for the iter and traverse methods

v0.2.0

31 Aug 23:16
Compare
Choose a tag to compare
  • Fix iter() does not yield text nodes
  • Switch from TravisCI to Github Actions
  • Build and ship wheels for Windows, MacOS and Linux using Azure Pipelines
  • Add unwrap and unwrap_tags method (#7_ )
  • Add replace_with method (#13_ )
  • Add attrs property
  • Add traverse method