Releases: liquidprojections/LiquidProjections
Releases · liquidprojections/LiquidProjections
2.0.1
- {Fix} The assembly versions were not set correctly.
2.0.0
- {New} Added the possibility to restart a subscription if the projector is ahead of the event source.
- {Breaking} Removed the
IEventStore
interface and replaced it with theCreateSubscription
delegate.
1.4.1
- {Fix} Removed the cyclic dependency in LiquidProjections.Abstractions
1.4.0
- {Changed} Extracted the types that an event store implementation needs to a separate
LiquidProjections.Abstractions
package.
1.3.0
- {New} Switched the core LiquidProjections assemblies to .NET Standard 1.1 and the RavenDB implementation to .NET Standard to 1.3
1.2.1
1.1.1
1.1.0
1.0.2
1.0.1
- {Fix} The checkpoint passed to the event store is the last checkpoint that was processed, not the first checkpoint that should be processed (by @corvansteijn) - #77