Releases: candid82/joker
Releases · candid82/joker
v1.4.0
General improvements
- Added
joker.url/parse-query
function.
- Added
joker.io/read
function.
- Build executables for Free/Net/OpenBSD. Thanks @dbohdan !
Fixes
v1.3.5
Fixes
joker.json/write-string
serializes empty collections as null
: #498 (thanks @eko234 !)
v1.3.3
Linter improvements
General improvements
- Create a_data.go in a reproducible way (thanks @bmwiedemann !)
v1.3.1
General improvements
- joker.git/add-path and joker.git/add-commit functions
Linter improvements
- add parse-uuid to cljs (#489)
v1.3.0
General improvements
- Added
joker.git
namespace to standard library.
Performance improvements
- Added
ArrayVector
type for small vectors.
- Fixed hash for collections.
- Implemented
kvreduce
for HashMap
.
- Added
Reduce
interface (implemented by Vector
and ArrayVector
).
v1.2.0
General improvements
- add control over markdown rendering options (#487) (thanks @wnh!)
Linter improvements
v1.1.0
General improvements
- Added
update-keys
and update-vals
functions to joker.core
(from Clojure v1.11).
Linter improvements
- Added function signatures for new clojure.core functions from Clojure v1.11 (e.g.
abs
, NaN?
etc).
v1.0.1
General improvements
- Added ability to spawn child processes and send signals to them (#482)
Fixes
- Don't include stack trace in parse error message in joker.tool.cli (#470)