jmap 4.6.0
jmap: ^4.6.0 copied to clipboard
A minimal library to work with JSON decoded maps and lists in a type-safe way.
4.6.0 #
- Add
getJmapOrNullWithPath
.
4.5.0 #
- Add
getObject
.
4.4.0 #
- Add
containsKey
.
4.3.1 #
- Downgrade
collection
for compat issues.
4.3.0 #
- Remove
allocJMap
. - Switch a faster case-insensitive map implementation.
3.1.1 #
- Return inlined JMap in allocJMap
3.1.0 #
- No need to call
toLowerCase
when adding entries.
3.0.0 #
- Make
ignoreCase
a required parameter.
2.1.0 #
- Add
ignoreCase
.
2.0.0 #
- Breaking change: Renamed
getMap
togetJMap
. - Breaking change: Renamed
getList
togetJList
. - Added
JMap.allocJMap
.
1.3.0 #
- Added
JMap.deepClone
andJList.deepClone
.
1.2.1 #
- Added
length
,isEmpty
, andisNotEmpty
getters.
1.1.0 #
- Add
JMap.getDescription
.
1.0.0 #
- Initial version.