Browse Source

[0.9.0] Preparing release 0.9.0

master
Miguel Castiblanco 4 years ago
parent
commit
7157d84433
  1. 4
      CHANGELOG.md
  2. 4
      README.md

4
CHANGELOG.md

@ -1,13 +1,13 @@
# Changelog
## 0.5.0 - Oct 15, 2017
## 0.9.0 - Dec 30, 2018
First public version of the lib
### Added
- Support for interceptors
- Support for authenticator
- Basic requests returning the body
- Basic requests returning the response
- Basic GET, POST, PUT, and DELETE support
- Timeout support
- Redirection config support

4
README.md

@ -100,6 +100,8 @@ print(response.body); // prints the body, e.g "Hello World"
print(response.headers); // prints the response headers
```
### More examples
Check the file `test/simple_client_test.dart` for detailed examples of all the
features.
Loading…
Cancel
Save