Skip to content

Commit

Permalink
fix: remove 204 return falsey & add default expressjs behavior on emp… (
Browse files Browse the repository at this point in the history
#412)

* fix: remove 204 return falsey & add default expressjs behavior on empty-void return

* chore: update changelog for cant set headers
  • Loading branch information
rsaz authored Nov 30, 2024
1 parent 81933b6 commit f17992c
Show file tree
Hide file tree
Showing 3 changed files with 1,133 additions and 1,154 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project from 6.4.4 forward will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -12,17 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed can't set headers after they are sent (#255 / #412)

## [6.4.7]

### Fixed
- Updated `inversify` and `express` dependencies to be peer dependnecies as stated in the docs.

- Updated `inversify` and `express` dependencies to be peer dependnecies as stated in the docs.

## [6.4.4]

### Added

### Changed
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`)

- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`)

### Fixed
- Change JsonContent to return object rather than string (#379 / #378)

- Change JsonContent to return object rather than string (#379 / #378)
Loading

0 comments on commit f17992c

Please sign in to comment.