You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@
4
4
- User info from request URL now applied to basic auth ([#34](https://github.com/clj-commons/clj-http-lite/issues/34)) ([@lread](https://github.com/lread))
5
5
- Nested query and form parameters are now automatically flattened ([#43](https://github.com/clj-commons/clj-http-lite/issues/43)) ([@lread](https://github.com/lread))
6
6
- The `:insecure?` option is now applied only to the current request ([#45](https://github.com/clj-commons/clj-http-lite/issues/45)) ([@lread](https://github.com/lread))
7
+
- Docs
8
+
- Docstrings and README reviewed and updated ([@lread](https://github.com/lread))
9
+
- Guidance on mocking HTTP requests now makes sense ([#51](https://github.com/clj-commons/clj-http-lite/issues/51)) (thanks [@anderseknert](https://github.com/anderseknert)!)
7
10
- Quality
8
-
- Docstrings and README reviewed and updated
9
11
- Automated CI testing added for Windows ([#21](https://github.com/clj-commons/clj-http-lite/issues/21)) ([@lread](https://github.com/lread))
12
+
- Babashka now exercised under full test suite ([#48](https://github.com/clj-commons/clj-http-lite/issues/48)) ([@lread](https://github.com/lread))
0 commit comments