We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507c329 commit f7813feCopy full SHA for f7813fe
CHANGELOG.md
@@ -1,16 +1,25 @@
1
# Change Log
2
3
4
+## 1.3.1 - 2016-11-04
5
+
6
+### Added
7
8
+- Add Path plugin
9
+- Base URI plugin that combines Add Host and Add Path plugins
10
11
12
## 1.3.0 - 2016-10-16
13
14
### Changed
15
16
- Fix Emulated Trait to use Http based promise which respect the HttpAsyncClient interface
-- Require Httplug 1.1 where we use HTTP specific promises.
17
+- Require Httplug 1.1 where we use HTTP specific promises.
18
- RedirectPlugin: use the full URL instead of the URI to properly keep track of redirects
19
- Add AddPathPlugin for API URLs with base path
20
- Add BaseUriPlugin that combines AddHostPlugin and AddPathPlugin
21
22
23
## 1.2.1 - 2016-07-26
24
25
0 commit comments