Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.33 KB

CHANGES.md

File metadata and controls

35 lines (24 loc) · 1.33 KB

1.0 - 14 Jul 2023

This release moves the repository to clj-commons; we thank Thura Hlaing's efforts in initiating this project. As part of this move, the Maven artifact coordinates have changed, as well as the namespaces.

Added

  • Tools build building and deployment
  • Github actions CI

Changed

Fixed

  • Code cleanup (warnings generated by clj-kondo)
  • Eliminate "already refers to" compiler warnings with Clojure 1.11.x

Closed Issues

0.2.2 - 15 Oct 2016

clj-commons.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

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

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