Skip to content

Releases: linksplatform/Data

[C#] 0.7.3

31 Dec 05:59
52085f3
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.7.3

Delete extension with TLink is added.

[C#] 0.7.2

29 Dec 17:32
c5018c8
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.7.2

ILinks Create, Update, Delete extensions without handlers are added for backward compability.

[C#] 0.7.1

27 Dec 15:43
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.7.1

WriteHandler, ReadHandler delegates are added.

[C#] 0.7.0

24 Dec 06:39
58f07f0
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.7.0

Microsoft.SourceLink.GitHub dependency is updated from 1.0.0 to 1.1.1.
Handler callback parameter is added for ILinks CUD operation methods.
ILinks Each method parameters order is changed to preserve single style across all ILinks methods.

[C#] 0.6.0

20 Dec 07:39
c0ed256
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.6.0

ILinks.Delete() return type is changed from void to TLinkAddress.
IUniLinksCRUD.Delete() reture type is changed from void to TLinkAddress.
Restrictions parameter name is renamed to restriction.
ILinks.Create() parameter renamed from restrictions to substitution.

[C#] 0.5.0

14 Aug 12:02
3bf5420
Compare
Choose a tag to compare

[C#] 0.4.1

05 Aug 16:53
cf4fd6e
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.4.1

Platform.Numbers dependency updated from 0.5.0 to 0.5.1.

[C#] 0.4.0

03 Aug 16:56
e447e53
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.4.0

.NET 5 support is added.
Platform.Threading dependency updated from 0.2.1 to 0.3.0.
Platform.Numbers dependency updated from 0.4.1 to 0.5.0.

[C#] 0.3.1

17 Jul 12:20
5475984
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.3.1

ILinks interface is covered with comments draft.
Point class now retuns Size property value from Count property.
Platform.Numbers dependency updated from 0.4.0 to 0.4.1.
Platform.Threading dependency updated from 0.2.0 to 0.2.1.
Platform.Setters dependency updated from 0.1.0 to 0.2.0.

0.3.0

24 Feb 12:32
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.Data/0.3.0

Lowest supported version of .NET Framework is now 4.7.2.
Platform.Numbers dependency updated from 0.3.0 to 0.4.0.
Platform.Threading dependency updated from 0.1.1 to 0.2.0.
Platform.Setters dependency updated from 0.0.3 to 0.1.0.
Refactoring.
Comments updated.
Issues fix.