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