Skip to content

Releases: funcool/octet

Version 1.1.2

25 Aug 10:30
b70ebdb
Compare
Choose a tag to compare

Version 1.1.2

Date: 2018-10-25

  • Upgrade netty.
  • Fix compatibility issues with clojure 1.10

Version 1.1.1

25 Aug 10:32
790c6fc
Compare
Choose a tag to compare

Version 1.1.1

Date: 2018-04-24

  • Update netty and fix warnings on jdk9.

Version 1.1.0

25 Aug 10:32
da84ee1
Compare
Choose a tag to compare

Version 1.1.0

Date: 2018-01-15

  • Add for reference specs (allows to have dynamic specs where the
    length is stored in another spec).

Version 1.0.1

25 Aug 10:32
535e756
Compare
Choose a tag to compare

Version 1.0.1

Date: 2016-11-15

  • Fix cljs compiler warnings about undeclared vars (thanks to @skrat)

1.0.0

19 Sep 08:14
7824f5b
Compare
Choose a tag to compare
  • Update netty-buffer to 4.1.5.Final
  • Add support for dynamicaly set byte order. (May be a BREAKING CHANGE because now octet does not respects the buffer byteorder and always set the default or dynamically set one).

0.2.0

04 Nov 15:52
Compare
Choose a tag to compare
  • Add into helper that has similar semantics with clojure into. Given a spec and
    appropriate data it creates the buffer of exact size for the spec and writes the
    data to it.
  • Add platform independent way se the buffer capacity.
  • Fix cljs compatibility issues in string specs.
  • Add support to write and read from a collection of byte buffers.
  • Add repeat composition type spec.
  • Add dynamic vector* type spec.
  • Add unsigned version of primitives typespecs: uint16, uint32 uint64, ubyte.
  • Convert to conditional readers (clojure 1.7 is now the minimum clojure
    version required).
  • Add proper externs for enable advanced compilation.