update readme

This commit is contained in:
Bryan MacFarlane
2020-02-04 08:24:40 -05:00
parent c0311af207
commit 2790a145c2
2 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ A lightweight HTTP client optimized for use with actions, TypeScript with generi
- Basic, Bearer and PAT Support out of the box. Extensible handlers for others.
- Redirects supported
Features and releases [here](./RELEASES.md)
## Install
```
@@ -49,7 +51,11 @@ export NODE_DEBUG=http
## Node support
The http-client is built using the latest LTS version of Node 12. We also support the latest LTS for Node 6, 8 and Node 10.
The http-client is built using the latest LTS version of Node 12. It may work on previous node LTS versions but it's tested and officially supported on Node12+.
## Support and Versioning
We follow semver and will hold compatibility between major versions and increment the minor version with new features and capabilities (while holding compat).
## Contributing

7
RELEASES.md Normal file
View File

@@ -0,0 +1,7 @@
## Releases
## 1.0.1 to 1.0.3 - Adds proxy support.
## 1.0.4 - Started to add \<verb>Json() helper methods. Do not use this release for that. Use >= 1.0.5 since there was an issue with types.
## 1.0.5 - Adds \<verb>Json() helper methods for json over http scenarios.