- assert_str_equal: fix comparison on non-equal length strings
- add strn variants (#4, @tj)
- assertion-macros: cleanup whitespace
- assertion-macros: remove
ASSERTIONS_VERSION
- assertion-macros: refactor syntax for ISO standards
- Makefile: simplify building binaries
- Add assert_null and assert_not_null
- Add travis
- Refactor examples
- Counters and privates should be static
- Fix version and header define
- package: change assertion-macros.h -> assertion-macros
- explicitly start failed assertions at 0
- Initial Release