-
-
Notifications
You must be signed in to change notification settings - Fork 157
release: 1.9.2 #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 1.9.2 #148
Conversation
|
i will do the rebase once #147 is merge |
28ba382 to
e1b481c
Compare
|
cc: @expressjs/express-tc |
UlisesGascon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I plan to do a release this week, but we need to decide first between #149 or #142. How urgent do you need the release @bjohansebas? Worse case scenario I can do a local publication release to unblock u.
|
Actually, this release is to unblock #144 so we can make changes to update libraries. |
|
While that’s happening, can you create the new branch, or would you like me to do it on |
|
Created |
Co-authored-by: Ulises Gascón <[email protected]>
What's included in the HISTORY.md
What's Changed
This will be included in the release details
🐞 Bug fixes
Icons for MIME types containing "+" were not displayed correctly - by @dougwilson in 4e7785c
fixed where file icons with MIME types containing the "+" character (such as image/svg+xml) were not displayed correctly. The bug occurred during the conversion of the MIME type to a CSS class name, since the "+" symbol is not valid in class names.
Improved error handling for malformed URIs by @rjoonas in #85
The HTTP response status code has been fixed for cases where the server receives a URI that cannot be properly decoded. It now returns a 400 (Bad Request) error instead of a 500 (Internal Server Error), more accurately reflecting that the issue is with the client’s request rather than the server itself.
🚀 Improvements
Sorting in
text/plainandapplication/jsonresponses by @dougwilson in 002a251Show font icon for more font types - by @dougwilson in 9d29665
Support has been expanded to display the font icon in directory listings. Now all font file formats will automatically show the corresponding icon, instead of only a few specific formats as before.
PRs
New Contributors
Full Changelog: v1.9.1...master