Skip to content

Releases: ryanheath/RavenDB-NodaTime

3.6.1

30 Sep 15:21
Compare
Choose a tag to compare

Patch release to support an easy transition to more the convenient date time structures stored in your RavenDB db

4.0.0

05 Aug 16:57
Compare
Choose a tag to compare
  • Support RavenDB 4.0.6+

3.6.0

02 Sep 22:33
Compare
Choose a tag to compare
  • Support Noda Time 2.0+
  • Support .NET Standard 1.3+ (client only)
  • Drop support for ZonedDateTime comparisons in a static index. (See #17)

3.5.0

01 Mar 22:10
Compare
Choose a tag to compare
  • Support RavenDB 3.5

3.0.0

15 Jan 08:32
Compare
Choose a tag to compare
  • Support NodaTime 1.3.0
  • Support RavenDB 3.0.3528

2.5.10

15 Jan 08:29
Compare
Choose a tag to compare
  • Support NodaTime 1.3.0

2.5.9

06 Apr 09:52
Compare
Choose a tag to compare
  • Fix a bug with AsLocalDate in an index
  • Adding a new extension method for simplification purposes: LocalDate.DaysBetween

2.5.8

06 Apr 06:49
Compare
Choose a tag to compare
  • 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

05 Sep 01:15
Compare
Choose a tag to compare
  • Update to RavenDB 2.5.2700
  • Fix issue with AsZonedDateTime in index map.

2.5.6

07 Aug 21:06
Compare
Choose a tag to compare

Uses [RavenMethod] from RavenDB 2.5.2671 to enable NodaTimeField methods to be called as extension methods.