Releases: devlooped/TableStorage
Releases · devlooped/TableStorage
v4.0.0-alpha
v3.2.0
v3.1.1
v3.1.1 (2021-08-29)
✨ Implemented enhancements:
- Add API docs for all packages #64
🔀 Merged:
- Add missing API docs and fix all docs warnings #65 (@kzu)
- Bump files with dotnet-file sync #63 (@kzu)
- Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 #62 (@dependabot[bot])
- Bump MessagePack from 2.2.85 to 2.2.113 #55 (@dependabot[bot])
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v3.0.0 (2021-07-01)
✨ Implemented enhancements:
- Don't fail if deleting non-existent entity, return false instead #50
- Switch from TableEntity to ITableEntity in the non-generic repository for flexibility #48
- For PutAsync, allow selecting Replace vs Merge behavior #46
- When deleting entities, return boolean status for success/failure #51 (@kzu)
- Allow additional properties in table entity repository #49 (@kzu)
- Support merge strategy when updating entities #47 (@kzu)
🔨 Other:
- Document usage of [Browsable(false)] to skip persistence #45