Releases: practicalli/clojure-cli-config
Releases · practicalli/clojure-cli-config
2023-04-26 Alias & Library version updates
Alias and library version updates
Minor breaking change: :env/dev
and env/test
renamed to :dev/env
and :test/env
- Added
** yaml support in portal for:repl/reloaded
and:dev/reloaded
aliases
** Integrant REPL support for:repl/reloaded
and:dev/reloaded
aliases
** nREPL support for:repl/inspect
**project/templates
alias for use with deps-new, providing Practialli designed project templates
**project/create-local
to support development of Practialli project templates
** ci: antq library versions scheduled GitHub workflow - Changed
** remove find-deps from:repl/reloaded
and:dev/reloaded
aliases to avoid reload clash with add-libs dependency
** Breaking: rename:env/test
to:test/env
(drop:env
as qualifier)
** Breaking: rename:env/dev
to:dev/env
(drop:env
as qualifier) - Deprecated
**:security/nvd
- should be used as an installed tool to avoid false positives - Updated
** ci: MegaLinter Java Image version v6.22.2
** ci: setup-clojure version 10.3
** inspect: portal version 0.38.2
** alias: update rebel readline aliases to loadclojure.main/repl-requires
to include add-lib, add-libs and sync-deps for hotloading libraries on the classpath
** release version of practicalli/project-templates inproject/create
&project/templates
aliases
**project/create
to include Practialli designed project templates as a dependency
** readme: Clojure Projects section - exampleproject/create
commands, de-emphasising project/new alias
** Update library versions usingclojure -T:search/outdated
(see changelog for details)