Skip to content

Commit cd07662

Browse files
committed
added CHANGELOG
1 parent c4ecbc4 commit cd07662

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## v1.1
2+
3+
### Added
4+
5+
- Cookies can be added to the HTTP request, either via the `Cookies` map or the `Cookie()` function
6+
- Function `GetWithClient()` provides the ability to send the request with a custom HTTP client
7+
- Function `FindStrict()` finds the first instance of the mentioned tag with the exact matching values of the provided attribute (previously `Find()`)
8+
- Function `FindAllStrict()` finds all the instances of the mentioned tag with the exact matching values of the attributes (previously `FindAll()`)
9+
10+
## Changed
11+
12+
- Function `Find()` now finds the first instance of the mentioned tag with any matching values of the provided attribute.
13+
- Function `FindAll()` now finds all the instances of the mentioned tag with any matching values of the provided attribute.
14+
15+
---

0 commit comments

Comments
 (0)