antigen-0.4.0.0: CHANGELOG.md
# Revision history for antigen
## 0.4.0.0
* Add `antiSamePair`
* Add `faultyNumRange`
* Add hierarchical annotations with `withAnnotation` and `(#!)`
* Add `ZapResult` with annotation tracking
* Add `zapAntiGenResult` to get full zap metadata
* Add `prettyZapResult` for displaying zap results
* Add weighted decision points with `scaleWeight` and `reweigh`
* Add `replicateMNorm` for normalized list generation
* Remove `tryZapAntiGen` (use `zapAntiGenResult` instead)
## 0.3.1.0
* Add `tryZapAntiGen`
## 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.