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

Added

Changed

Fixed

[v0.0.71]

Added

  • Added a log preload which enables pretty printing with pino-pretty
  • Added a run configuration for the cloud run example

Changed

  • The log module now only uses the :message key in the json logging object we used to also write the message to a :msg key to make it compatible with pino but we now fixed it by configuring the correct key. This saves us logging every message twice.
  • Improved error logging. It now won't log the exception-date als cljs object anymore which cause a lot of unecessary logging. We now make use of the default error formatter but only make sure that we transform ex-data to a js object.

Fixed

[v0.0.67]

Added

  • New Brevo module

Changed

Fixed

[v0.0.64]

Added

  • New Rollbar module

Changed

  • Pino logger now instantiated by defonce instead of def

Fixed

[v0.0.61]

Added

Changed

Fixed

  • Request body gets converted to a bean before logging

[v0.0.58]

Added

  • Added express body parsers (json, raw, text, urlencoded)
  • Raw body parser now also accepts application/transit+json

Changed

Fixed

[v0.0.55]

Broken release. Do not use.

[v0.0.54]

Added

  • Added reitit-express library com.avisi-apps.gapsreitit-express
  • log modules is now also usable client side

Changed

  • log module now uses pino instead of bunyan

Fixed

[v0.0.48]

Fixed

  • Fix macro require of logging library for rcf preload

[v0.0.45]

Changed

  • Change namespaces for rcf and log module to be correct with jar namespace. Changed from avisi-apps.gaps to com.avisi-apps.gaps

[v0.0.41]

Added

  • Adds a Make command to trigger a release and update the changelog

Fixed

  • Fixed releasing by pushing a tag

0.0.30 - 2022-08-18

Was still fighting with automation the release process here don't use this version

Added

  • Added fulcro-google-remote library `com.avisi-apps.gaps/fulcro-google-remote-library
  • Added clj-kondo linting
  • Automated builds and release process

0.0.4 - 2022-08-11

Added

  • Added SCM config to published jars
  • Added documentation to com.avisi-apps.gaps/log

0.0.1 - 2022-08-11

Added

  • Added log library com.avisi-apps.gaps/log
  • Added rcf dev library com.avisi-apps.gaps/log
  • Added build script to build or release all projects

Can you improve this documentation? These fine people already did:
Mitchel Kuijpers, Jannick Joosten & Timo van der Kamp
Edit on GitHub

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

× close