All Versions
29
Latest Version
Avg Release Cycle
81 days
Latest Release
380 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.0 Changes
May 17, 2022- โ ADDED: Optional encryption for JSON-file content
-
v2.2.3 Changes
June 13, 2021- ๐ FIXED: Update of typed arrays
- ๐ FIXED: Update of dynamic arrays in dynamic objects
- ๐ FIXED: Updates and full text search for objects with null collections
-
v2.2.2 Changes
February 26, 2020- ๐ FIXED: GetKeys when collection is empty
-
v2.2.1 Changes
October 11, 2019- ๐ FIXED: Single item sync methods to use non-async commit
-
v2.2.0 Changes
April 06, 2019- โ ADDED: DocumentCollection Update, Replace and Delete-methods with id-value parameter
-
v2.1.0 Changes
January 30, 2019- ๐ FIXED: Single item dynamic converter. Returns lists correctly, regional fixes for dates and number types.
- ๐ FIXED: Copy values inside collection of strings correctly
- ๐ CHANGED: On add, if collection is empty and item's id is set, that id value is used instead of generated one
- โก๏ธ CHANGED: On update, case of the first character of property's name is insensitive. E.g. Name can be updated with Name or name.
-
v2.0.1 Changes
December 14, 2018- ๐ CHANGED: GetItem to return null for not found nullable type
- ๐ FIXED: Add id-value correctly for fields with string type when collection is empty
-
v2.0.0 Changes
July 04, 2018- ๐ CHANGED: Target to netstandard 2.0
- โ ADDED: Support for single items
- โ ADDED: GetKeys method, removed old ListCollections method
- ๐ CHANGED: ObjectExtensions to internal class
-
v1.8.0 Changes
November 22, 2017- DataStore to implement IDisposable
-
v1.7.2 Changes
October 29, 2017- ๐ Include missing xml documentation file