File: NEWS.md

package info (click to toggle)
r-cran-httpcode 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
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.