- [Idea] Colourful output support using AvisoNovate/pretty
- [Idea] Install coloured, pretty-printing fns using Puget: https://github.com/greglook/puget
- Dependency update
- Use bract.core 0.6.2
- Upgrade tools.namespace to 1.1.0
- New features
- Add namespace
bract.dev.repl
for REPL support (withclojure.repl
vars andhelp
fn)
- Add namespace
- Documentation
- Add cljdoc badge
- Reformat docstring for cljdoc
- Add documentation page with usage instructions
- Upgrade bract.core to 0.6.1
- Upgrade bract.core to 0.6.0
- Use bract.core 0.5.1
- Use bract.core 0.5.0
- [BREAKING CHANGE] Do not return context from
bract.dev.reload
functions (for REPL usability)reinit
(by extensionreset
andgo
)
- Use bract.core 0.4.1
- Use the GA version of bract.core 0.4.0
- Use bract.core 0.4.0-alpha2
- Use bract.core 0.4.0-alpha1
- Use bract.core 0.3.1
- Fix docstring of
bract.dev.reload/go
- Use bract.core 0.3
- [BREAKING CHANGE] Move
verbose
function tobract.core
module
- Moved into
bract.dev
module (bract.dev.reload
namespace) - Compatibility with Reloaded workflow
- Function
verbose
to regulate verbose mode
- REPL based dev/test (with reinit) support