This project uses Break Versioning.
Dep/s: Tempura is on Clojars.
Versioning: Tempura uses Break Versioning.
This is a non-breaking maintenance release that updates dependencies and introduces a new wiki.
[com.taoensso/tempura "1.5.3"]
This is a major maintenance release that should be non-breaking for most users.
- New: Wiki docs at https://github.com/taoensso/tempura/wiki
- New: Add
new-tr-fn
for creatingtr
partials with fn-local cache. - BREAKING:
wrap-ring-request
(alpha) API changes, see commit ed688af18de2 for details.
[com.taoensso/tempura "1.4.0"]
This is a minor maintenance release that should be non-breaking.
- New: [Experimental] Add
:experimental/compact-vectors?
option toget-default-resource-compiler
- New: [Experimental] Add
:default-tag
option todefault-resource-compiler
- Update dependencies
[com.taoensso/tempura "1.3.0"]
This is a minor maintenance release that should be non-breaking for the vast majority of users.
-
BREAKING: Now requires Clojure 1.7+
-
BREAKING: Markdown output no longer interprets ~~ as strikeout. (That syntax is now reserved).
-
[#26] New: Make
get-default-resource-compiler
public (@mt0erfztxt) -
Impl: Some minor performance improvements
[com.taoensso/tempura "1.2.1"]
This is a non-breaking hotfix release.
- [#21] Fix: edge-case preventing blank
:missing
vals (@kaosko)
[com.taoensso/tempura "1.2.0"]
This is a non-breaking maintenance release.
- [#20] Fix: bug with arg-only resources (@DjebbZ)
- Impl: Bump dependencies, incl. ClojureScript
[com.taoensso/tempura "1.1.2"]
This is a non-breaking hotfix release.
- [#9] Fix: Typo was breaking :missing-resource-fn (@brjann)
[com.taoensso/tempura "1.1.1"]
- Fix: broken unit tests
[com.taoensso/tempura "1.1.0"]
- BREAKING: Throw on missing
:__load-resource
files (used to fail silently) - [#5] New: Added experimental utils:
load-resource-at-runtime
,load-resource-at-compile-time
- Impl: Normalize locale casing:
:en-GB
<=>:en-gb
[com.taoensso/tempura "1.0.0"]
Non-breaking v1.0.0 release.
- Fix: [#4]
tr
doc-string typo
[com.taoensso/tempura "1.0.0-RC4"]
- BREAKING: Ring middleware: use namespaced keys.
- [#3] New: Make
parse-http-accept-header
public (@yogthos).
[com.taoensso/tempura "1.0.0-RC3"]
Initial public release. Sorry for taking so long to finally document+publish this!