Liking cljdoc? Tell your friends :D

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

[0.3.1] - 2019-07-19

Added

  • Added a more general version of map->pg-jsonb, called coll->pg-jsonb. It accepts not only maps, but any Clojure collection.

Fixed

  • A couple of typos in README.md (thanks to @lucassousaf and @bgalartza for spotting them!)

0.3.0 - 2019-07-18

Fixed

  • Several operations where creating their log entries with the wrong keywords, which would mislead anyone reading the logs. It has now been fixed.

0.2.0 - 2019-07-18

Changed

  • Relaxed the spec on map->pg-jsonb. Previously we only accepted maps, now we also accept nil (which is converted into the null JSON value).
  • Added unit tests to check for that new supported case.

0.1.0 - 2019-07-16

  • Initial commit

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close