Skip to content

Releases: anaskhan96/soup

v1.2.5

16 Jan 14:36
Compare
Choose a tag to compare
lint fix

v1.2.4

24 Sep 10:07
Compare
Choose a tag to compare

Includes automatic translation of charset in HTML to UTF-8

v1.2.3

23 Sep 08:25
Compare
Choose a tag to compare
adding new URL for godoc

v1.2.2: Merge pull request #51 from deepsheth/master

22 Sep 22:36
57e413e
Compare
Choose a tag to compare

v1.2.1

22 Sep 21:03
Compare
Choose a tag to compare
README fix

v1.2

17 Nov 19:24
2dc0401
Compare
Choose a tag to compare

Included commonly defined errors for better error checking

Refer CHANGELOG.md

v1.1.1

21 Dec 10:09
50123c3
Compare
Choose a tag to compare

v1.1.1

Added

  • Root.Children() - Find all direct children of the referenced DOM element
  • Root.FullText() - Full text inside a nested/non-nested tag returned

v1.1

28 Mar 12:38
Compare
Choose a tag to compare

v1.1

Added

  • Cookies can be added to the HTTP request, either via the Cookies map or the Cookie() function
  • Function GetWithClient() provides the ability to send the request with a custom HTTP client
  • Function FindStrict() finds the first instance of the mentioned tag with the exact matching values of the provided attribute (previously Find())
  • Function FindAllStrict() finds all the instances of the mentioned tag with the exact matching values of the attributes (previously FindAll())

Changed

  • Function Find() now finds the first instance of the mentioned tag with any matching values of the provided attribute.
  • Function FindAll() now finds all the instances of the mentioned tag with any matching values of the provided attribute.

v1.0.1

07 Oct 12:42
Compare
Choose a tag to compare
improved xkcd example

v1.0.0

29 Apr 07:49
Compare
Choose a tag to compare
edited README