Releases: anaskhan96/soup
Releases · anaskhan96/soup
v1.2.5
v1.2.4
Includes automatic translation of charset in HTML to UTF-8
v1.2.3
adding new URL for godoc
v1.2.2: Merge pull request #51 from deepsheth/master
Add POST functions
v1.2.1
README fix
v1.2
Included commonly defined errors for better error checking
Refer CHANGELOG.md
v1.1.1
v1.1.1
Added
Root.Children()
- Find all direct children of the referenced DOM elementRoot.FullText()
- Full text inside a nested/non-nested tag returned
v1.1
v1.1
Added
- Cookies can be added to the HTTP request, either via the
Cookies
map or theCookie()
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 (previouslyFind()
) - Function
FindAllStrict()
finds all the instances of the mentioned tag with the exact matching values of the attributes (previouslyFindAll()
)
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
improved xkcd example
v1.0.0
edited README