Skip to content

Releases: candid82/joker

v1.5.8

19 Nov 01:40

Choose a tag to compare

Fixes

  • fixed binary target arch in release script

v1.5.7

14 Nov 10:44

Choose a tag to compare

Linter improvements

  • make cljs linter recognize global interfaces (e.g. IUUID, IComparable etc)

v1.5.6

21 Aug 18:29

Choose a tag to compare

General improvements

  • Add indentation support to joker.json/write-string.

v1.5.2

15 Aug 00:31

Choose a tag to compare

General improvements

  • Allow :/ keyword.

v1.5.0

27 May 22:09

Choose a tag to compare

General improvements

  • add NaN?, abs, infinite?, parse-boolean, parse-double, parse-long, partitionv, partitionv-all, splitv-at, repl to joker.core.

Linter improvements

  • add add-tap, remove-tap and tap> to ClojureScript linter
  • add seq-to-map-for-destructuring to Clojure linter
  • add stream related functions (stream-into!, stream-into!, stream-seq!, stream-transduce!) to Clojure linter

v1.4.1

21 Feb 02:21

Choose a tag to compare

General improvements

  • Make build stable: #491

Formatter improvements

  • Fix #uuid formatting inside a set literal: #511

v1.4.0

07 Jul 00:02

Choose a tag to compare

General improvements

  • Added joker.url/parse-query function.
  • Added joker.io/read function.
  • Build executables for Free/Net/OpenBSD. Thanks @dbohdan !

Fixes

  • Close file in load-file. Thanks @testwill !

v1.3.5

07 Mar 02:06

Choose a tag to compare

Fixes

  • joker.json/write-string serializes empty collections as null: #498 (thanks @eko234 !)

v1.3.4

26 Dec 19:41

Choose a tag to compare

General improvements

v1.3.3

21 Dec 16:28

Choose a tag to compare

Linter improvements

  • add abs to cljs (thanks @harold !)

General improvements

  • Create a_data.go in a reproducible way (thanks @bmwiedemann !)