Liking cljdoc? Tell your friends :D

Changes Between 1.0.0 and 1.1.0

Unsigned Types

GitHub issue: #30.

Contributed by WickedShell.

UUID Type

UUID type is a new type for serializing java.util.UUID type:

(let [s    (spec :first-field  (uuid-type))
      b    (compose-buffer s)
      uuid (java.util.UUID/randomUUID)]
    (set-field b :first-field uuid)
    (get-field b :first-field))

GitHub issue: #25.

Contributed by Aaron France.

ByteBuffer Order Preserved

Underlying byte buffer order is now preserved by buffy.core/wrapped-buffer.

GitHub issue: #32.

Contributed by Willi Ballenthin.

Improved Hexdump Formatting

GitHub issue: #28.

Contributed by Ning Sun.

Fewer Reflection Warnings

GitHub issue: #31.

Contributed by WickedShell.

Can you improve this documentation? These fine people already did:
Michael Klishin & Alex Petrov
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close