Skip to content

Magic IndexDB v1.0.12 Release Notes

Latest
Compare
Choose a tag to compare
@magiccodingman magiccodingman released this 10 Mar 23:16
· 102 commits to master since this release

πŸš€ Hotfix/Patch

πŸ“’ NuGet Release: Magic.IndexedDb v1.0.12

This hotfix/patch resolves issues that were created from and prior to version 1.0.11.

πŸ”¨ Bug Fixes

βœ” Resolved Skip complex query issues.
βœ” Fixed null value serialization issues.
βœ” Corrected error which fixes/allows developers to compare to nulls like, (x.DateOfBirth == null) or (x.DateOfBirth != null). Note for reference the Equals and !Equals are supported operations as well.
βœ” Fixed multiple edge case Not Equals != scenarios.

The Last V1 Update

This is the very last update of version 1. For V1 documentation please go to:
click here to go to the legacy documentation for v1.0.12

There is zero additional expected support for V1 as version 2.0 will be the next evolution of this project.