Releases: ryanheath/RavenDB-NodaTime
Releases · ryanheath/RavenDB-NodaTime
3.6.1
4.0.0
3.6.0
3.5.0
- Support RavenDB 3.5
3.0.0
- Support NodaTime 1.3.0
- Support RavenDB 3.0.3528
2.5.10
- Support NodaTime 1.3.0
2.5.9
- Fix a bug with
AsLocalDate
in an index - Adding a new extension method for simplification purposes:
LocalDate.DaysBetween
2.5.8
- Ensure compatibility with NodaTime 1.2.0 and future RavenDB 3
- Fixed a bug in how
LocalDate
resolves when calculated from a static index - Dropped the .Net 4.5 projects. The 4.0 builds work just fine in both 4.0 and 4.5.
- Misc code cleanup
2.5.7
- Update to RavenDB 2.5.2700
- Fix issue with
AsZonedDateTime
in index map.
2.5.6
Uses [RavenMethod] from RavenDB 2.5.2671 to enable NodaTimeField methods to be called as extension methods.