omnimodel 1.0.9
omnimodel: ^1.0.9 copied to clipboard
Model complex data and access it in an easy and safe way
Changelog #
1.0.9 #
- Improved documentation
OmniModel.fromMap()now accepts anyMapand automatically converts it by usingtoString()on keysOmniModel.similar()allows to extract the key that is most similar to the provided oneOmniModelPreferences.similarityBackendcan be used to change the similarity algorithm used
1.0.8 #
- Changed the similarity algorithm for keys from
levenshteinto a customsimilarityConvolution
1.0.7 #
- OmniModelPreferences
enforceLowerCaseKeysfix
1.0.6 #
- OmniModelPreferences
enforceLowerCaseKeys
1.0.5 #
- Added project lints to enforce style
- Exposed extension methdods
levenstheinon String anddeepUpdateon Map - Get the entries of an OmniModel directly using
entries
1.0.4 #
- Fixed a problem in which in certain situations, calling
tokenAsModelwould throw an exception.
1.0.3 #
- Fixed a problem in which in certain situations, calling
tokenAsModelwould throw an exception.
1.0.2 #
- Examples.
1.0.1 #
- Tests.
1.0.0 #
- Initial version.