Releases: LiamMorrow/Storks
Release 1.2.2
This release adds a few core data communicators
Storks
[Feature] Added InMemoryDataCommunicator to allow for in memory data store
[Feature] Added LocalFileDataCommunicator to allow for storing data on the local file system
[Feature] Added DelegatedDataCommunicator to allow for a quick way to manage your own data store without creating a full implementation
Storks.AzureStorage
- [Update] Updated to reflect the changes in the core library
Get it via nuget:
Core Library - https://www.nuget.org/packages/Storks/
Azure Implementation - https://www.nuget.org/packages/Storks.AzureStorage/
Release 1.1.0
This release strengthens the API by removing unnecessary boilerplate
Storks
- [Redesign] Removed interface for IStoreBackedProperty. This stops the need to cast on every retrieval call
- [Compat] Made IStoreBackedPropertyController implement IDisposable. This allows its use in dependency injection frameworks
- [Redesign] Made the default StoreBackedPropertyController implementation take a DataRetriever in its constructor
Storks.AzureStorage
- [Update] Updated to reflect the changes in the core library
Get it via nuget:
Core Library - https://www.nuget.org/packages/Storks/
Azure Implementation - https://www.nuget.org/packages/Storks.AzureStorage/
First Release
This release marks the first publish to nuget.
It encompasses:
- The core library for abstracting sideloaded data
- An implementation of the core library for azure storage
Get it via nuget:
Core Library - https://www.nuget.org/packages/Storks/
Azure Implementation - https://www.nuget.org/packages/Storks.AzureStorage/