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 1f4b860
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

## [3.1.0] - 2024-02-16
## [3.1.0] - 2024-02-17

### 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 1f4b860

Please sign in to comment.