# v0.3.0 (2015-10-06)


## Features

- **contracts:** add contract generator `instanceOf`
  ([9629969c](https://github.com/Frikki/categories-js.git/commits/9629969c764de7c794635b36a6ff03ad28164c49),
   [#15]([object Object]/15))


# v0.2.0 (2015-10-02)


## Features

- **contracts:**
    - add contract for RegExp
    ([9ded214e](https://github.com/Frikki/categories-js.git/commits/9ded214e745b8ea3e03149104ef8602aa73a074e))
    - add contract for Date
    ([0ce771d5](https://github.com/Frikki/categories-js.git/commits/0ce771d59719665f5d6c9d80136b5e6f32ce7dba))
    - add contract for Array
    ([3e1ba8f9](https://github.com/Frikki/categories-js.git/commits/3e1ba8f9da6d8aabac7649b983a2fe1c9c1ba760))
    - add contract for nonnegative integers
    ([b399d3fe](https://github.com/Frikki/categories-js.git/commits/b399d3fe0aa48ead7bb5e69203fcda341c158245))
    - add contract for integers
    ([2b32aebe](https://github.com/Frikki/categories-js.git/commits/2b32aebee2115030d34e40775e16363479c6a5bf))


## Breaking Changes

- **contracts:** due to [fc5acc06](https://github.com/Frikki/categories-js.git/commits/fc5acc06732afcd9cc46e0b9c787dda894de9701),
 

Before:
- `bool(value)`
- `num(value)`
- `obj(value)`
- `str(value)`

After:
- `boolean(value)`
- `number(value)`
- `object(value)`
- `str(value)`

Closes #2



# v0.1.1 (2015-09-28)


# v0.1.0 (2015-09-28)


## Features

- **contracts:**
    - add contract for numbers
    ([733b142f](https://github.com/Frikki/categories-js.git/commits/733b142f7b692a19f1b6f06467ff23a5b3a8ee52),
     [#1]([object Object]/1))
    - add contract for booleans
    ([6bfaf690](https://github.com/Frikki/categories-js.git/commits/6bfaf6906c2183a1a821c4bd1134007767e59390))
    - add contract for objects
    ([29d4a930](https://github.com/Frikki/categories-js.git/commits/29d4a9304feab4c5026a7f3c3eef965b096d1b0a))
    - add allow string
    ([8060359e](https://github.com/Frikki/categories-js.git/commits/8060359e599a226a4a4c412b2f4408de2ebe6707))
    - add allow function
    ([300bae3a](https://github.com/Frikki/categories-js.git/commits/300bae3a4d27490be75dde421e9fe00240b49a13))
    - add allow anything
    ([30aefe46](https://github.com/Frikki/categories-js.git/commits/30aefe465361d590810f207f6e5d617695e54458))


