Skip to content

Commit fca07b8

Browse files
author
github-actions
committed
🖉 Update changelog with v3.0.0
1 parent c41ad86 commit fca07b8

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

changelog.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11

22

3+
## [v3.0.0](https://github.com/devlooped/TableStorage/tree/v3.0.0) (2021-07-01)
4+
5+
[Full Changelog](https://github.com/devlooped/TableStorage/compare/v2.0.2...v3.0.0)
6+
7+
:sparkles: Implemented enhancements:
8+
9+
- Don't fail if deleting non-existent entity, return false instead [\#50](https://github.com/devlooped/TableStorage/issues/50)
10+
- Switch from TableEntity to ITableEntity in the non-generic repository for flexibility [\#48](https://github.com/devlooped/TableStorage/issues/48)
11+
- For PutAsync, allow selecting Replace vs Merge behavior [\#46](https://github.com/devlooped/TableStorage/issues/46)
12+
- When deleting entities, return boolean status for success/failure [\#51](https://github.com/devlooped/TableStorage/pull/51) (@kzu)
13+
- Allow additional properties in table entity repository [\#49](https://github.com/devlooped/TableStorage/pull/49) (@kzu)
14+
- Support merge strategy when updating entities [\#47](https://github.com/devlooped/TableStorage/pull/47) (@kzu)
15+
16+
:hammer: Other:
17+
18+
- Document usage of \[Browsable\(false\)\] to skip persistence [\#45](https://github.com/devlooped/TableStorage/issues/45)
19+
320
## [v2.0.2](https://github.com/devlooped/TableStorage/tree/v2.0.2) (2021-06-23)
421

522
[Full Changelog](https://github.com/devlooped/TableStorage/compare/v2.0.1...v2.0.2)
623

724
:sparkles: Implemented enhancements:
825

926
- Allow annotating record constructor parameters with PartitionKey/RowKey [\#43](https://github.com/devlooped/TableStorage/issues/43)
10-
- Allow persisting entities as documents [\#25](https://github.com/devlooped/TableStorage/pull/25) (@kzu)
1127

1228
:twisted_rightwards_arrows: Merged:
1329

@@ -54,6 +70,7 @@
5470
- Avoid creating a separate Task for lazily initialization of CloudTable [\#23](https://github.com/devlooped/TableStorage/issues/23)
5571
- No need to use DynamicTableEntity when deleting [\#21](https://github.com/devlooped/TableStorage/issues/21)
5672
- When doing a PutAsync, use InsertOrMerge instead of InsertOrReplace [\#20](https://github.com/devlooped/TableStorage/issues/20)
73+
- Allow persisting entities as documents [\#25](https://github.com/devlooped/TableStorage/pull/25) (@kzu)
5774

5875
:bug: Fixed bugs:
5976

@@ -79,6 +96,10 @@
7996

8097
[Full Changelog](https://github.com/devlooped/TableStorage/compare/v1.1.0...v1.1.1)
8198

99+
:sparkles: Implemented enhancements:
100+
101+
- Force factory method usage for default implementations [\#14](https://github.com/devlooped/TableStorage/issues/14)
102+
82103
:bug: Fixed bugs:
83104

84105
- Fix usage in package description [\#15](https://github.com/devlooped/TableStorage/issues/15)
@@ -89,7 +110,6 @@
89110

90111
:sparkles: Implemented enhancements:
91112

92-
- Force factory method usage for default implementations [\#14](https://github.com/devlooped/TableStorage/issues/14)
93113
- Apply factory method defaults to TableRepository/TablePartition constructors [\#13](https://github.com/devlooped/TableStorage/issues/13)
94114

95115
## [v1.0.4](https://github.com/devlooped/TableStorage/tree/v1.0.4) (2021-05-16)

0 commit comments

Comments
 (0)