Skip to content

Releases: adopted-ember-addons/ember-qunit-nice-errors

v.1.2.0 Broccoli persistent filter

25 Jan 11:56
Compare
Choose a tag to compare

Now the build time should be much faster because of broccoli-persistent-filter!

ECMAScript 2017 support

15 Jan 15:41
Compare
Choose a tag to compare

Thanks to @panthony for finding and upgrading the recast version, now async/await and all new features from ECMAScript 2017 should be supported!

Recast upgrade #52

v1.1.2

19 Aug 23:43
Compare
Choose a tag to compare

Second bug fix release in 1.1.x serie. This release includes a workaround for ignoring parsing errors in tests that use asynchronous functions in the project. We highly recommend you to upgrade.

Project Update

$ ember install ember-qunit-nice-errors

Community contributions

Happy testing!

v1.1.1

13 Aug 23:30
Compare
Choose a tag to compare

This release fixes a bug reported in #38. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main changes

  • Fix for bug reported in #38, when using the option completeExistingMessages
assert.expect(10);

Was being changed to

assert.expect('assert.expect(10)');

Community contributions

Happy testing!

v1.1.0

12 Aug 00:57
Compare
Choose a tag to compare

This release adds two configuration options, one to improve messages and one to override all assertions messages. It also adds one acceptance test. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main changes

  • Option showFileInfo, adds the line number and file path where the error occurred.
  • Option completeExistingMessages, indicates the addon to replace all assertions, including the ones with messages set by you.
  • Acceptance tests have been added to ensure that the build process is not affected, and the right changes are made to the builded files.

Community contributions

Happy testing!

v1.0.0

29 Jul 18:39
Compare
Choose a tag to compare

This release adds nice messages for all assertion types. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main changes

  • Add nice message for strictEqual, notStrictEqual, propEqual, notPropEqual, deepEqual and notDeepEqual assertion types. This means we are covering all QUnit assertions types.

Community contributions

  • #27 Add support for deepEqual and notDeepEqual (@fedekau)
  • #28 Add support for strictEqual and notStrictEqual (@fedekau)
  • #29 Add support for propEqual and notPropEqual (@fedekau)

Happy testing!

v0.1.0

16 Jul 15:10
Compare
Choose a tag to compare

This release adds nice messages for more assertion types. See the Main changes below for more information.

Project Update

$ ember install ember-qunit-nice-errors

Main changes

  • Add nice message for notOk, equal and notEqual assertion types

Community contributions

Happy testing!