-
Notifications
You must be signed in to change notification settings - Fork 0
Beta #1
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
Merged
Merged
Beta #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.0.0-beta.1 (2023-03-24) ### Bug Fixes * **transform:** change the success status code ([7e789a1](7e789a1)) * **transform:** fix to change 416 response condition ([2509e90](2509e90)) ### Features * add content-range header and partilize content ([165d180](165d180)) * **bytes:** export BytesRange and add description ([253386f](253386f)) * **content_range:** add content range field deserializer ([0fe7759](0fe7759)) * **middleware:** add range middleware factory ([1926b02](1926b02)) * **middleware:** add rangeRequest, contentRange and acceptRanges middleware ([03e8d6b](03e8d6b)) * **mod:** export types of interface ([8687894](8687894)) * **parser:** add range header parser ([4d5a9ab](4d5a9ab)) * **ranges:** add ByteRange implementation ([1741e1d](1741e1d)) * rename field name to `rangeUnit` from `unit` ([41aa7da](41aa7da)) * **transform:** add response transformer for range headers ([0f1700c](0f1700c)) * **transform:** add to transformer for `accept-ranges` header field ([5f7f226](5f7f226)) * **transform:** change Range interface and transform response interface ([ff78387](ff78387)) * **types:** add Range API ([50d9eab](50d9eab))
# [1.0.0-beta.2](1.0.0-beta.1...1.0.0-beta.2) (2023-03-25) ### Bug Fixes * **transform:** change the range unit equality to case insensitive ([16d547e](16d547e)) ### Features * **content_range:** add checking format of content-range header ([169b15d](169b15d)) * **mod:** remove unrelated types ([068dd87](068dd87)) * **types:** change range interface, update docs ([28b2da9](28b2da9)) * **types:** remove object method types ([2409a96](2409a96))
…eader is none strictly
# [1.0.0-beta.3](1.0.0-beta.2...1.0.0-beta.3) (2023-03-26) ### Bug Fixes * **transform:** remove unnecessary requirements ([43900d8](43900d8)) ### Features * **accept_ranges:** add accept-ranges header parser and check that header is none strictly ([980f9b4](980f9b4))
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.