- #26 Fixed Ember CLI 3.7.x compatibility issue (@Turbo87)
- #22 Update "ember-cli-babel" to v6.9.0 (@Turbo87)
- #16 Matcher will use
includes
behavior for Strings andmatch
behavior for RegExp. Prevents strings with regex operators from incorrectly evaluated. (@workmanw, @MichalBryxi) - #14 Prevent caught assertions from being logged. (@kturney)
- #8 Fixed bug that caused exception if a warning or deprecation occurred outside of the test scope. (@workmanw)
- #6 Improved the implementation of
expectAssertion
to handle assertions thrown inside of a runloop. (@workmanw)
- Added repository information to the
package.json
so it could be located my NPM and Ember Observer. (@workmanw)
- #3 Fixed issue that occurred when fingerprint test files (@workmanw)
- #1 Initial implementation (@workmanw)