Releases: techouse/qs
Releases · techouse/qs
1.0.7+1
1.0.7+1
- [FIX] fix optimization regressions introduced in v1.0.7
1.0.7
1.0.7
- [FIX] disable
DecodeOptions.decodeDotInKeys
by default to restore previous behavior - [FIX] optimize encoding performance under large data volumes, reduce memory usage
1.0.6
1.0.6
- [FEAT] add support for
Set
s - [CHORE] rename
_encode.allowEmptyArrays
to_encode.allowEmptyLists
- [CHORE] optimize
Utils.removeUndefinedFromList
method - [CHORE] delete dead code in
Utils.merge
method - [CHORE] fix typos in documentation
- [CHORE] add more tests
1.0.5
1.0.5
- [CHORE] get rid of unused
filter
variable inQS.encode
method
1.0.4
1.0.4
- [FIX] prevent
Utils.encode
method from encodingIterable
,Map
,Symbol
,Record
,Future
andUndefined
1.0.3
1.0.3
- [FIX] fix
Utils.isNonNullishPrimitive
method to enable encoding Enums
1.0.2
1.0.2
- [FEAT] add equatability to Undefined
- [CHORE] add more tests to raise coverage
1.0.1+2
1.0.1+1
1.0.1+1
- [CHORE] lower meta dependency from ^1.11.0 to ^1.9.1
- [CHORE] update documentation
- [CHORE] update example
- [CHORE] update readme