Skip to content

Commit f5e5020

Browse files
committed
Bump the version to 1.0.0 and add a NEWS file.
1 parent 21c910d commit f5e5020

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: httpproblems
22
Title: Report Errors in Web Applications with 'Problem Details' (RFC 7807)
3-
Version: 0.0.0.9000
3+
Version: 1.0.0
44
Authors@R:
55
c(person(given = "Aaron", family = "Jacobs", role = c("aut", "cre"),
66
email = "[email protected]"))

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# httpproblems 1.0.0
2+
3+
* Initial release. **httpproblems** provides tools for emitting the "Problem Details" structure defined in
4+
[RFC 7807](https://tools.ietf.org/html/rfc7807). It is intended to help R users report errors from
5+
HTTP APIs in a consistent, standard way.
6+
7+
* Provides `http_problem()` for creating the Problem Details structure, plus several helper functions for HTTP 400 Bad Request, 404 Not Found, 401 Unauthorized, 403 Forbidden, 409 Conflict, and 500 Internal Server Error.
8+
9+
* Provides `stop_for_*()` variants that signal a custom condition for these problems.
10+
11+
* Provides `http_problem_types()` for listing built-in type and title entries.

0 commit comments

Comments
 (0)