Skip to content

Commit

Permalink
feat(CHANGELOG): Update for version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-andgar committed Feb 17, 2024
1 parent f4b010b commit ea43182
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.1.0] - 2024-02-16

### Added - 3.1.0

Added new methods to the `HttpStatus` class for checking HTTP status code ranges. Includes `isInformationHttpStatusCode`, `isSuccessfulHttpStatusCode`, `isRedirectHttpStatusCode`, `isClientErrorHttpStatusCode`, and `isServerErrorHttpStatusCode`. These methods facilitate categorizing HTTP status codes without manual comparisons.

## [3.0.0] - 2024-02-12

### Removed - 3.0.0
Expand Down Expand Up @@ -87,7 +93,6 @@
## [2.1.0] - 2024-02-10

- Expanded the Dart SDK compatibility range to '<4.0.0'.
-

## [2.0.1] - 2024-02-10

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: http_status
description: Constants enumerating the HTTP status codes in Dart. All status codes defined in RFC1945 (HTTP/1.0, RFC2616 (HTTP/1.1), and RFC2518 (WebDAV) are supported.
version: 3.0.0
version: 3.1.0
repository: https://github.com/DartForge/http_status
issue_tracker: https://github.com/DartForge/http_status/issues
homepage: https://github.com/DartForge/http_status
Expand Down

0 comments on commit ea43182

Please sign in to comment.