1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
httpcode 0.3.0
==============
### NEW FEATURES
* Added support for additional non-official HTTP status codes, and filled in some missing details for some status codes (#6)
### MINOR IMPROVEMENTS
* added tests (#7)
httpcode 0.2.0
==============
### NEW FEATURES
* Many http codes now with verbose explanation of the status code, but
returning the verbose explanation is optional (with default false) (#3)
* Added more status codes (#2)
### MINOR IMPROVEMENTS
* Fix cat and dog status code base URLs to https (#4)
httpcode 0.1.0
==============
### NEW FEATURES
* Released to CRAN.
|