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 33db17f commit 0010fe8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@

### 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.
- 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.

### Fixed - 3.1.0

- Added earlyHints 103 in HttpStatus.fromCode for this missing element.

### Changed - 3.1.0

- Documentation Enhanced: Improved documentation for `readme.md`, offering clearer guidelines and usage examples.

## [3.0.0] - 2024-02-12

Expand Down

0 comments on commit 0010fe8

Please sign in to comment.