Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 644 Bytes

File metadata and controls

23 lines (13 loc) · 644 Bytes

UNRELEASED

Update dependencies to the most recent versions.

Eliminate "already refers to" compiler warnings with Clojure 1.11.x.

Code cleanup (warnings generated by clj-kondo).

0.2.2

clojure.contrib.inflect/datetime now supports diffs that represent a time in the future, as well as centuries and millennia diffs.

Fix pluralizing nouns that end in ff.

0.2.1

clojure.contrib.inflect/pluralize-noun now pluralizes a count of zero; previously any count less than or equal to 1 was considered singular.

Added clojure.contrib.humanize/duration and duration-terms to format a duration, in milliseconds, as a string.