Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file, which follows the conventions of keepachangelog.com. This project adheres to Semantic Versioning.

Unreleased

0.3.2 - 2018-09-07

Added

  • Add a :parser field to defenv that sets a custom function as the value parser.

Fixed

  • Fixed bug preventing EnvironmentMap from being used with find and select-keys.

0.3.1 - 2017-02-02

Fixed

  • Fixed bug preventing EnvironmentMap from being used with merge and into via conj.

0.3.0 - 2017-01-19

Added

  • Add envoy.core/declare-env-attr! helper to add new attribute schemas to envoy.

Fixed

  • Fixed bug with defenv attributes outside the normal schema when TRACE logging is enabled.

0.2.1 - 2016-10-05

Added

  • Add envoy.core/clear-accesses! helper function.

Fixed

  • Implement clojure.lang.IFn/applyTo so that compile-time environment lookups work properly.

0.2.0 - 2016-10-03

Changed

  • Rename envoy.behavior ns to envoy.check.

Added

  • Add envoy.core/set-env! REPL helper function.

0.1.0 - 2016-09-30

Initial release.

Can you improve this documentation?Edit on GitHub

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

× close