-
-
Notifications
You must be signed in to change notification settings - Fork 0
🐛 fix encode dot in keys #37
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
Changes from 13 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ad183a1
:safety_vest: enforce decodeDotInKeys and allowDots option consistenc…
techouse 063cc5a
:bug: fix dot notation encoding in key splitter; handle top-level dot…
techouse c93546b
:white_check_mark: add tests for allowDots and decodeDotInKeys consis…
techouse 9fab5d6
:white_check_mark: add comprehensive tests for encoded dot behavior i…
techouse 50d4954
:recycle: refactor DecodeOptions to support legacy decoders and unify…
techouse 6463554
:white_check_mark: add tests for encoded dot handling in keys and cus…
techouse bcbc1da
:bug: fix list limit enforcement and unify key/value decoding in parser
techouse 8adba03
:fire: remove unused import of DecodeKind from qs.dart
techouse ded63d7
:bulb: update decode.dart comments to clarify key decoding and dot/br…
techouse 8f05037
:bulb: clarify DecodeOptions docs for allowDots and decodeDotInKeys i…
techouse 4da9a47
:recycle: simplify custom decoder handling in DecodeOptions; remove d…
techouse 00913be
:white_check_mark: update tests to use new decoder signature with Dec…
techouse 61e8b05
:truck: move _dotToBracketTopLevel to QS extension as static helper; …
techouse b102a4d
:bug: preserve leading dot in key decoding except for degenerate ".["…
techouse e1a29c9
:white_check_mark: add tests for leading and double dot handling with…
techouse e75b21d
:fire: remove legacy dynamic decoder fallback tests and helper class
techouse c9c6a7b
:bug: fix list limit check to account for current list length when sp…
techouse 8f47a6a
:bug: fix parameter splitting to correctly enforce limit and wrap exc…
techouse 5e0466d
:white_check_mark: fix custom percent-decoding logic to handle non-en…
techouse e6924e2
:bulb: update cleanRoot comment
techouse 47e155b
:bulb: clarify negative listLimit behavior and list growth checks in …
techouse 029b12f
:bulb: clarify listLimit negative value behavior and throwOnLimitExce…
techouse 4d32fcd
:white_check_mark: improve decode tests for nested list handling, lis…
techouse 69445f7
:bulb: update comments
techouse 398ef76
:bulb: clarify handling of percent-encoded dots in keys and list grow…
techouse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.