packages feed

assert4hs-core-0.1.0: ChangeLog.md

# Changelog for assert4hs

## 0.1.0

- Initial release
- Assertions for `Either` type
- Assertions for `Maybe` type
- Assertions for `List` type
- Assertions for `Exceptions`
- Basic assertions for `Foldable` types
- Implementation of core assertions
- assertion over infinitive data structure or not terminating predicates do not hang all test and timeout is reported
- the timeout for assertion is configurable now

## Unreleased changes