This project uses Break Versioning (https://www.taoensso.com/break-versioning)
This is a minor, housekeeping update. Bumps some dependencies, etc.
- CHANGE: Moved most utils to external
encore
dependency.
- Previous Ring middleware could wipe session under certain circumstances. This has been fixed.
- BREAKING: All relevant fns now take an explicit config arg and test-subject id (you can use the
*ts-id*
thread-local binding for this). - BREAKING: Renamed
mab-commit!
->commit!
,pr-mab-results
->pr-results
.
- BREAKING: Drop Clojure 1.3 support.
- Some minor bug fixes.
- Add support for config inheritence.
:my-app.buttons/sign-up
config will be merged from:default
,:my-app
,:my-app.buttons
,:my-app.buttons/sign-up
.