Skip to content

Commit 7c4809d

Browse files
authored
docs: moved from md to adoc [skip ci] (#61)
maintainer preference
1 parent d7a4666 commit 7c4809d

File tree

3 files changed

+188
-153
lines changed

3 files changed

+188
-153
lines changed

CHANGELOG.adoc

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
= Changelog
2+
3+
== Unreleased
4+
5+
* If specified, request’s body encoding is now applied, else defaults to UTF-8 (https://github.com/clj-commons/clj-http-lite/issues/18[#18]) (https://github.com/lread[@lread])
6+
* User info from request URL now applied to basic auth (https://github.com/clj-commons/clj-http-lite/issues/34[#34]) (https://github.com/lread[@lread])
7+
* Nested query and form parameters are now automatically flattened (https://github.com/clj-commons/clj-http-lite/issues/43[#43]) (https://github.com/lread[@lread])
8+
* The `:insecure?` option is now applied only to the current request (https://github.com/clj-commons/clj-http-lite/issues/45[#45]) (https://github.com/lread[@lread])
9+
* Docs
10+
** Docstrings and README reviewed and updated (https://github.com/lread[@lread])
11+
** Guidance on mocking HTTP requests now makes sense (https://github.com/clj-commons/clj-http-lite/issues/51[#51]) (thanks https://github.com/anderseknert[@anderseknert]!)
12+
** Move from Markdown to AsciiDoc (https://github.com/lread[@lread])
13+
* Quality
14+
** Automated CI testing added for Windows (https://github.com/clj-commons/clj-http-lite/issues/21[#21]) (https://github.com/lread[@lread])
15+
** Babashka now exercised under full test suite (https://github.com/clj-commons/clj-http-lite/issues/48[#48]) (https://github.com/lread[@lread])
16+
17+
== 0.4.384
18+
19+
* Support self-signed certificates via `:insecure? true` option
20+
* Remove dependency on slingshot
21+
* Move to `org.clj-commons` group
22+
* Add compatibility with https://babashka.org/[babashka]
23+
* *Feature:* Support for`:oauth-token` (https://github.com/martinklepsch/clj-http-lite/pull/7[#1])
24+
25+
== 0.4.3
26+
27+
* *Feature:* Parse link headers from response and put them under `:links` (https://github.com/martinklepsch/clj-http-lite/pull/1[#1])
28+
29+
== 0.4.2
30+
31+
* Add type hints for GraalVM (https://github.com/clj-commons/clj-http-lite/pull/2[#2])
32+
33+
== 0.4.0
34+
35+
* *Feature:* Java 9/10 Compatibility

CHANGELOG.md

-32
This file was deleted.

0 commit comments

Comments
 (0)