Releases: taoensso/tempura
Releases · taoensso/tempura
v1.5.4 (2024-06-05)
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.
v1.5.3 - 2022 Oct 27
[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/ptaoussanis/tempura/wiki
- New: Add
new-tr-fn
for creatingtr
partials with fn-local cache. - BREAKING:
wrap-ring-request
(alpha) API changes, see commit ed688af for details.
[com.taoensso/tempura "1.4.0"]
v1.4.0 - 2022 Oct 17
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
v1.3.0 - 2022 May 12
[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
v1.2.1 - 2018 Apr 15
v1.2.0 - 2018 Mar 11
v1.1.2 - 2017 Mar 28
v1.1.1 - 2017 Feb 18
[com.taoensso/tempura "1.1.1"]
- Fix: broken unit tests
v1.1.0 - 2017 Feb 16
[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