All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Readme: intro update.
- Ability to test the testing callback with optional arguments using
argsLength
.
- numbersAlmostEqual failed to work with optional arguments.
- Added DivShot config.
Woot! A stable release!
No new functionality, but the code has been severely refractored.
All boilerplate code in assertion definitions and assertion tests has been moved to helpers.
It is now very easy to add new assertions and test them. Chime in!
stringsEqualNoWhitespace
datesEqual
- Fixed Travis badge image URL.
- Added code sample for 'smallerThan'.
largerThan
,largerThanOrEqual
,smallerThan
,smallerThanOrEqual
- Adjusted assertions formatting.
- Added a note that
arraysSameMembers
is safe to compare Ember models.
arrayContains
- Assertion footprint formatting.
- Moar badges!
- Filled in the description field in
package.json
.
- v0.2.0 marked as yanked.
- Filled out repo and homepage fields in
package.json
.
numbersAlmostEqual
accepts an optional precision value, 6 by default.
- Message generatino is extracted into a reusable helper.
- Added a link for the Travis badge.
numbersAlmostEqual
- Added Travis badge.
- Formatting.
- Fixed method footprints.
- Added code examples.
- Fixed version numbers in Changelog.
Initial release.
isFalse
arraysSameMembers
arraysSameMembersOrdered