Skip to content

Commit 85919bf

Browse files
committed
Update changelog
1 parent 5f79d10 commit 85919bf

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

changelog.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,45 @@
1+
Changelog
2+
=========
3+
4+
0.4.0 (2021-02-18)
5+
-------------------
6+
7+
* Update everything to latest curveball standards.
8+
* Publish on github packages
9+
10+
111
0.3.0 (2018-10-01)
2-
=================
12+
-----------------
313

414
* Mass-renamed httpCode to the more common httpStatus.
515
* Added all missing status codes.
616
* Fully unittested.
717

818

919
0.2.2 (2018-09-14)
10-
==================
20+
------------------
1121

1222
* Added `isHttpProblem()` helper function.
1323
* Added 408, 409, 410, 411, 412, 413.
1424

1525

1626
0.2.1 (2018-09-14)
17-
==================
27+
------------------
1828

1929
* The `allow` parameter from `MethodNotAllowed` is now optional.
2030
* Added 406, 407, 422.
2131

2232

2333
0.2.0 (2018-09-12)
24-
==================
34+
------------------
2535

2636
* Added `Unauthorized`, `PaymentRequired`, `Forbidden`.
2737
* Added support for `WWW-Authenticate` header for 401 responses and `Allow`
2838
for 405 responses.
2939

3040

3141
0.1.0 (2018-09-11)
32-
==================
42+
------------------
3343

3444
* Dropped `ClientError` and `ServerError` interfaces, they aren't useful in
3545
TS.
@@ -39,6 +49,6 @@
3949

4050

4151
0.0.1 (2018-09-11)
42-
==================
52+
------------------
4353

4454
* First version with just a few errors to test the ergonomics of this package.

0 commit comments

Comments
 (0)