Releases: b-social/epilogue
Releases · b-social/epilogue
Epilogue v0.6
What's Changed
- Epilogue Jars are no longer AOT compiled as this caused versioning issues. (#2)
- Bumped dependencies. (#2)
- Updated examples.
- Using
bb
as task runner. - Jar is now built with Java 11+ to further maximise compatibility.
Full Changelog: v0.5...v0.6
Epilogue v0.5
- Upgraded dependencies.
- Data passed to logging macros is now optional when using the new single arity variants.
Full Changelog: v0.4...v0.5
Epilogue v0.4
Logging context quality of life improvements.
- Simplified the logging context, by removing the extra atom (breaking change).
- Added
set-default-context!
function.
Full Changelog: v0.3...v0.4
Epilogue v0.3
Expanded doc-strings and re-added clj-kondo config exports.
Epilogue v0.2
Incremental improvements.
- Added the
raise
helper macro, which logs then throws. - Renamed
:throwable
to:cause
(breaking change). - Renamed the
source
key tologger.source
. - Improved completeness of documentation.
- Switched from Leiningen to tools.deps + tools.build.
Full Changelog: v0.1...v0.2
Epilogue v0.1
Initial release! 🎉