jmap 4.8.0
jmap: ^4.8.0 copied to clipboard
A minimal library to work with JSON decoded maps and lists in a type-safe way.
4.8.0 #
- Implicit conversion from int to double.
4.7.0 #
- Add
keys.
4.6.0 #
- Add
getJmapOrNullWithPath.
4.5.0 #
- Add
getObject.
4.4.0 #
- Add
containsKey.
4.3.1 #
- Downgrade
collectionfor 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
toLowerCasewhen adding entries.
3.0.0 #
- Make
ignoreCasea required parameter.
2.1.0 #
- Add
ignoreCase.
2.0.0 #
- Breaking change: Renamed
getMaptogetJMap. - Breaking change: Renamed
getListtogetJList. - Added
JMap.allocJMap.
1.3.0 #
- Added
JMap.deepCloneandJList.deepClone.
1.2.1 #
- Added
length,isEmpty, andisNotEmptygetters.
1.1.0 #
- Add
JMap.getDescription.
1.0.0 #
- Initial version.