Skip to content

Releases: clj-time/clj-time

Release 0.15.2

07 Aug 17:51
Compare
Choose a tag to compare

Release 0.15.1

24 Oct 18:33
Compare
Choose a tag to compare
  • Add adjust for intervals to fix #257

Release 0.15.0

12 Oct 17:07
Compare
Choose a tag to compare
  • Add tagged literal support (in clj-time.coerce) (#255, @jconti).
  • DateTime can be converted to-edn and can be printed as #clj-time/date-time "...".
  • data_readers.clj provides the conversion from that back to DateTime.

Release 0.14.5

10 Oct 16:53
Compare
Choose a tag to compare
  • Update Joda Time to 2.10 (#254, @novalis).
  • Update various dev/test dependencies; clean up spec_test.clj to avoid Clojure refer warnings.
  • Drop oraclejdk7 from test matrix (we still support openjdk7); add openjdk8; test Clojure 1.10 on Java 8+ only (#253).
  • Switch to versions.deps.co for tracking outdated dependencies (#252, @v-kolesnikov).

Release 0.14.4

16 May 06:31
Compare
Choose a tag to compare
  • On Clojure 1.9 and later, ReadableInstant now extends to Inst, providing inst? and inst-ms on most Joda Time types (#248, #249)

Release 0.14.3

08 Apr 07:17
Compare
Choose a tag to compare
  • Added deprecation notice and recommendation to move to Java Time (and clojure.java-time.
  • Clarified behavior of functions when passed nil (due to how Joda Time handles null objects).
  • Update to Joda Time 2.9.9.
  • Drop Clojure 1.6.0 support.
  • Refactor code to be more idiomatic (mostly when instead of if).

Release 0.14.2

13 Nov 18:11
Compare
Choose a tag to compare

Fixes the type hint problem introduced by 0.14.1.

Release 0.14.1 BROKEN

12 Nov 18:05
Compare
Choose a tag to compare

This release is broken -- the type hints were added in a way that forced users to import classes -- use 0.14.2 instead!

  • Adds type hints to function returns.
  • Adds week-year function.
  • Switches from clojure.spec to clojure.spec.alpha for compatibility with recent Clojure 1.9 builds.

Release 0.14.0

13 Jul 20:19
Compare
Choose a tag to compare

New in this release:

  • Add from-epoch.
  • Clarify today-at is UTC.
  • Add optional clj-time.spec namespace (requires Clojure 1.9 Alpha 17).
  • Add clj-time.types namespace with type-based predicates.

Release 0.13.0

28 Dec 01:02
Compare
Choose a tag to compare

Update Joda Time to 2.9.7 (#223).