Skip to content

Releases: kkmtyyz/parsercher

v3.1.6

26 Dec 15:14
Compare
Choose a tag to compare

Additions

  • Added new Function Dom.search().

v3.1.5

18 Oct 13:00
Compare
Choose a tag to compare

Changes

  • Added support for parsing tag attributes enclosed in space( ).

v3.1.4

26 Aug 13:15
Compare
Choose a tag to compare

Fixes

  • Fixed parsing of tag terminal symbol >.

v3.1.3

07 Jun 06:52
Compare
Choose a tag to compare

Fixes

  • Fixed to trim the tag name.

v3.1.2

25 May 16:53
Compare
Choose a tag to compare

Changes

  • Added support for parsing tag attributes enclosed in single quotes.

v3.1.1

17 May 17:12
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where Input.set_cursor () could move the cursor after EOF.

v3.1.0

16 May 05:20
Compare
Choose a tag to compare

Additions

  • Added new API parsercher::search_attrs().

v3.0.0

15 May 17:07
Compare
Choose a tag to compare

Additions

  • Added new API parsercher::search_attr().
  • Added PartialEq to Dom Types.

Changes

  • Changed the satisfy_sufficient_condition() to the Dom::p_implies_q().
  • Changed constructor arguments to slices (Tag, Text, Comment).

v2.1.0

13 May 15:56
Compare
Choose a tag to compare

Additions

  • Add new API parsercher::search_dom()
  • Add new API Dom::p_implies_q()
  • Add new API Dom::p_implies_q_tree()

v2.0.0

09 May 14:43
Compare
Choose a tag to compare

Additions

  • Various tests.

Changes

  • Changed the Tag::set_attr() to the Tag::set_attrs().
  • Changed the Tag::get_attr() to the Tag::get_attrs().
  • Updated the Tag::set_attr() and the Tag::get_attr().
  • Moved the satisfy_sufficient_condition() to the tag mod from the searcher mod.