packages feed

antigen-0.3.0.0: CHANGELOG.md

# Revision history for antigen

## 0.3.0.0

* Rename `fickle*` to `faulty*`
* Add `antiJust`, `antiNonEmpty`, `antiDistinctPair`

## 0.2.0.0

* Rename `antiNum` and `antiBool` to `fickleNum` and `fickleBool`
* Rename `antiTry` and `antiTryGen` to `fickleTry` and `fickleTryGen`

## 0.1.2.0

* Fixed `sized` and `resize` implementations for `AntiGen`
* Added utility functions:
  - `(||!)`
  - `antiNum`
  - `antiBool`
  - `antiChoose`
  - `antiChooseBounded`
  - `antiTry`
  - `antiTryGen`
  - `antiPositive`
  - `antiNonPositive`
  - `antiNegative`
  - `antiNonNegative`

## 0.1.0.0

* First version. Released on an unsuspecting world.