Skip to content

Releases: kofno/jsonous

v2.1.1

30 Sep 12:48
Compare
Choose a tag to compare

2.1.1 (2017-09-30)

Bug Fixes

  • nullable: Re-export nullable from 'jsonous' module (d312fbc)

v2.1.0

30 Sep 12:37
Compare
Choose a tag to compare

2.1.0 (2017-09-30)

Features

  • nullable: Add a decoder that can handle null values (820ff72)

v2.0.1

30 Sep 03:23
Compare
Choose a tag to compare

2.0.1 (2017-09-30)

Bug Fixes

  • docs: Updated readme to show non-function primitives (b673ac1)

Date decoder and const Decoders

06 Aug 12:13
Compare
Choose a tag to compare

string, boolean, and number decoders have always been functions. I decided to make them const to reduce the overhead of using those decoders (they are used quite a lot). This is a breaking change, hence the major version bump.

I also added a new Date decoder.

Docs have been updated.

See all the changes here: v1.1.1...v2.0.0

You can get this release from npm.

Re-exported core decoder combinators

24 Apr 13:29
Compare
Choose a tag to compare

Oops! Forgot to reexport all the neat combinators I built. Also, fixed documentation in the readme (typos).

jsonous is Live!

24 Apr 13:27
Compare
Choose a tag to compare

First release of jsonous json decoder.