Releases: linksplatform/Data
0.2.2
https://www.nuget.org/packages/Platform.Data/0.2.2
Platform.Numbers dependency updated from 0.2.3 to 0.3.0.
0.2.1
https://www.nuget.org/packages/Platform.Data/0.2.1
No more usages of obsolete classes inside Hybrid logic.
0.2.0
https://www.nuget.org/packages/Platform.Data/0.2.0
Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Numbers dependency updated from 0.2.1 to 0.2.3.
Platform.Threading dependency updated from 0.1.0 to 0.1.1.
Platform.Setters dependency updated from 0.0.2 to 0.0.3.
LinkAddress and Point are now classes.
Point class now implements IList, to represent the full point.
Added support for external references to ILinksExtensions.
Added support for easy initialization of external references ranges in LinksConstants.
LinksConstants.IsInnerReference method renamed to IsInternalReference.
LinksConstants.PossibleInnerReferencesRange property renamed to InternalReferencesRange.
LinksConstants.PossibleExternalReferencesRange property renamed to ExternalReferencesRange.
LinksConstantsExtensions.IsInnerReference method renamed to IsInternalReference.
Classses moved from Platform.Data.Doublets:
- Hybrid
- AddressToRawNumberConverter
- RawNumberToAddressConverter
Added Hybrid.SignedValue property.
Added LinksLimitReachedExceptionBase abstract class.
Added LinksConstantsBase abstract class.
Added missing constructors for exceptions.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Tests added.
Refactoring, performance optimizations, issues fix.
This release is not backward compatible with the previous 0.1.1 release.
Platform.Numbers dependency updated from 0.2.0 to 0.2.1, the minimum supported version of .NET Framework is now 4.7.1
https://www.nuget.org/packages/Platform.Data/0.1.1
The minimum supported version of .NET Framework is now 4.7.1.
Platform.Numbers dependency updated from 0.2.0 to 0.2.1.
Project file updated to support multiple build environments: dotnet, Travis CI, MonoDevelop, and Visual Studio.
Travis CI configuration updated to support automatic NuGet package publishing.
Added support for .NET Framework 4.6.1, dependencies updated, LinksConstants simplified and updated, ISequence interface deleted, ILinks interface updated
https://www.nuget.org/packages/Platform.Data/0.1.0
Added support for net461 (.NET Framework 4.6.1).
Platform.Numbers dependency updated from 0.1.1 to 0.2.0.
Platform.Threading dependency updated from 0.0.5 to 0.1.0.
Platform.Setters dependency updated from 0.0.1 to 0.0.2.
LinksConstants simplified, there is only one inheritable class now.
Added LinksConstants.Skip constant.
There are now two ranges in LinksConstants, describing references restrictions.
Added LinksConstantsExtensions.
ISequence interface deleted, ILinks interface updated to support both links and sequences.
Added LinkAddress struct, that implements IList for better performance.
Code comments updated.
Tags updated.
License update to support usage as an unmodified dynamic library in larger projects of any kind.
Refactoring, issues fix.
This release is not backward compatible with the previous 0.0.3 release.
Platform.Numbers dependency updated from 0.1.0 to 0.1.1
https://www.nuget.org/packages/Platform.Data/0.0.3
Platform.Numbers dependency updated from 0.1.0 to 0.1.1.
Using new EnsureExtensions, dependencies updated
https://www.nuget.org/packages/Platform.Data/0.0.2
Platform.Threading dependency updated from 0.0.4 to 0.0.5.
Platform.Numbers dependency updated from 0.0.2 to 0.1.0.
Platform.Helpers dependency replaced with Platform.Setters (0.0.1).
Using new EnsureExtensions.
XML documentation file generation turned on.
Travis CI connected.
Refactoring, issues fix.