Skip to content

Releases: steveszc/ember-cli-memory-leak-detector

Vampires

16 Mar 17:03
Compare
Choose a tag to compare
  • Enhancement: adds timeout config option (#38)
  • Refactor: converts to monorepo structure (#37)

The Comeback Kid

12 Mar 22:31
Compare
Choose a tag to compare
  • Breaking change: config.error is now config.failTests (7c9fbbe)
  • Improved error handling when we fail to connect to the test chrome instance (7c9fbbe)
  • Adds documentation to README.md for running ember test --environment=production (6bbc305)
  • Adds documentation to CONTRIBUTING.md for debugging memory leak detection (e4a78c6)

Synthetic

08 Mar 23:16
Compare
Choose a tag to compare
  • 'App' is now implicitly ignored and no longer needs to be specified in the ignoreClasses configuration
  • Major refactor of how memory leak detections are reported. Replaces the global error and console-ui logging with an actual QUnit test. Falls back to a generic Testem test result if QUnit is not in use (ex when using mocha)

Jason

04 Feb 22:36
Compare
Choose a tag to compare

Transferred repo from truecoach org to steveszc

Daytona

13 Dec 02:08
fbc8848
Compare
Choose a tag to compare

Now supports memory leak detection for addons (#25 )
Various improvements to internals (#28, #29)
Now provides console warning with any ignored classes that were leaked (#30)

Sunset

04 Dec 18:40
dd1bf90
Compare
Choose a tag to compare
Sunset Pre-release
Pre-release

Improved performance and cli output.
Now tested and has CI!

Endless Summer

17 Nov 17:06
313c66a
Compare
Choose a tag to compare
Endless Summer Pre-release
Pre-release

Includes all core functionality.