Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 278 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 278 Bytes

dec Change Log

1.0.2 - Unreleased

  • Upgrade to Clojure 1.9

1.0.1 - 2016-02-17

Changed

  • enflat and explode now take an options map to specify a custom delimiter instead of keyword args, e.g.:

    (enflat {:foo.bar "1"} {:delimiter "."})