We use Break Versioning. The version numbers follow a <major>.<minor>.<patch>
scheme with the following intent:
Bump | Intent |
---|---|
major | Major breaking changes -- check the changelog for details. |
minor | Minor breaking changes -- check the changelog for details. |
patch | No breaking changes, ever!! |
-SNAPSHOT
versions are preview versions for upcoming releases.
:parameters
and :result-selector
[1, 2, 3]ai.motiva/stepwise
!
or !!
to denote (non)-blockingcore/await-execution
is made privateinput
directly to handler-fn:before
/ :after
are renamed to :enter
/ :leave
, and data are tucked in :request
and :response
of the context.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close