Skip to content

Latest commit

 

History

History
412 lines (273 loc) · 25.8 KB

CHANGELOG.md

File metadata and controls

412 lines (273 loc) · 25.8 KB

v1.0.0 (2020-08-31)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

  • #273 Update instructions for Typescript integration to use 1.0.0-beta.9 (@tomichal)

🏠 Internal

Committers: 6

v1.0.0-beta.8 (2019-01-02)

🐛 Bug Fix

Committers: 1

v1.0.0-beta.7 (2018-11-28)

🐛 Bug Fix

Committers: 3

v1.0.0-beta.6 (2018-09-19)

🐛 Bug Fix

🏠 Internal

Committers: 1

v1.0.0-beta.5 (2018-09-09)

💥 Breaking Change

🐛 Bug Fix

🏠 Internal

Committers: 4

v1.0.0-beta.4 (2018-04-26)

🚀 Enhancement

  • #179 Removing unused dependency exists-sync which fixes the deprecation warning from ember-cli. (@selvaa89)
  • #164 Use the parent registry for determining JS extensions. (@dfreeman)
  • #169 Update babel-plugin-istanbul. (@charlesdemers)
  • #163 Remove merge-coverage and explicit parallel option. (@adamjmcgrath)

🐛 Bug Fix

  • #166 Revert "Remove merge-coverage and explicit parallel option (#163)". (@adamjmcgrath)

Committers: 4

v1.0.0-beta.3 (2018-02-13)

🚀 Enhancement

Committers: 1

v1.0.0-beta.2 (2018-02-06)

🚀 Enhancement

🏠 Internal

Committers: 2

v1.0.0-beta.1 (2018-02-01)

🐛 Bug Fix

  • #153 Add back "Avoid throwing errors while requiring files for coverage" #64. (@adamjmcgrath)

🏠 Internal

Committers: 2

v1.0.0-beta.0

Pull Requests

Full Changelog

Merged pull requests:

v0.4.1 (2017-06-27)

v0.4.0 (2017-06-27)

Full Changelog

Closed issues:

  • Enabling coverage with enabled Babel plugin fails #123
  • ember coverage-merge does not merge the coverage report generated from different test type say unit and functional? #122
  • Running with COVERAGE=true generates additional tests that fail #114
  • Plugin fails with ember-cli 2.13 and useBabelInstrumenter: true #111
  • Parsing async/await crashes #108
  • Coverage failing with version 0.3.6 and up #75

Merged pull requests:

  • [Fixes #111] Update dependencies, get babel instrumenter working #115 (paulcwatts)
  • Improve ES7 error message #109 (sukima)

v0.3.12 (2017-04-08)

Full Changelog

Closed issues:

  • Cannot parse async/await #106
  • Produce coverage report if environment variable COVERAGE is set to true before running ember test #104
  • readable/accurate template reports with Glimmer2? #96
  • Question: option to fail a build if coverage result is below a given percentage? #95
  • CI hangs when updating 0.3.8 => 0.3.9 #88
  • new error in 0.3.7 #65
  • Work with ember test --server, not with ember test #57
  • How to view coverage files? #44
  • Use configPath instead of hard-coded "config" #42

Merged pull requests:

  • Fixes #42 use configPath instead of hard-coded config #100 (eddie-ruva)

v0.3.11 (2017-01-19)

Full Changelog

Closed issues:

  • ember-test never terminates with COVERAGE=true #81

Merged pull requests:

  • Move rsvp package to dependencies #94 (samtsai)
  • Add test for parallel configuration and coverage-merge command. #92 (jdenly)

v0.3.10 (2017-01-05)

Full Changelog

Closed issues:

  • What is the best way to wdio or selenium test on the instrumented code and the coveragae result #84
  • [Q]: What is the best way to integrate ember-cli-code-coverage with ember-exam #80
  • "Error: request aborted" on >= v0.3.0 #39

Merged pull requests:

  • Use synchronous control flow when making synchronous requests #87 (DingoEatingFuzz)
  • Add coverage-merge command and parallel configuration #83 (jdenly)

v0.3.9 (2016-12-22)

Full Changelog

Closed issues:

  • Excludes options for config/converage.js doesn't seem to work #78
  • conflict with yadda require() #66
  • The coverage summary json is missing a '}' in the end #47

Merged pull requests:

v0.3.8 (2016-11-07)

Full Changelog

Closed issues:

  • Handle app in addon case #70
  • Unify code to correct file names in coverage output #67
  • ESLint? #59

Merged pull requests:

v0.3.7 (2016-11-02)

Full Changelog

Closed issues:

  • Issue with ember-page-object #63

Merged pull requests:

  • Avoid throwing errors while requiring files for coverage. #64 (rwjblue)

v0.3.6 (2016-11-01)

Full Changelog

Closed issues:

  • Does not include untested files #20

Merged pull requests:

  • Factor in unused/unrequired files in to coverage % #62 (kategengler)

v0.3.5 (2016-10-31)

Full Changelog

Closed issues:

  • Addon Support: Properly name files in lcov.info #36

Merged pull requests:

  • Update README.md with Pretender example. #60 (HallDJack)
  • Add ability to pass addonName and fix paths #58 (rwwagner90)
  • Cosmetics for docs, renamed function name and parameter name #54 (nfc036)

v0.3.4 (2016-10-10)

Full Changelog

Closed issues:

  • Missing coverage information in top-level addons in 0.3.3. #53

Merged pull requests:

  • return actual name not function from _parentName #52 (nfc036)

v0.3.3 (2016-10-07)

Full Changelog

Closed issues:

  • Addon support: no coverage for addon files on Windows #48
  • No coverage when addon and package name don't match #45
  • Mocha phantom addon coverage issue in master causing a global error. #32

Merged pull requests:

  • Use posix paths for dealing with modules. #50 (rwjblue)
  • Handle addons with different package names #46 (dfreeman)

v0.3.2 (2016-09-19)

Full Changelog

Closed issues:

  • Integration components support #40
  • Addon tests never exit #37

Merged pull requests:

v0.3.1 (2016-09-15)

Full Changelog

Closed issues:

  • Add code coverage #34

Merged pull requests:

v0.3.0 (2016-09-14)

Full Changelog

Closed issues:

  • does not work with addons #26
  • Does not appear to work with decorators #25
  • No Coverage generated got following error #21
  • Support Addon Coverage #14

Merged pull requests:

  • Support Addon Coverage #31 (rwjblue)
  • Processed addon js files #30 (EWhite613)
  • Avoid requiring jQuery for sending the coverage report back. #24 (rwjblue)
  • Try catch around instrumenter. So it spits out a clearer error #22 (EWhite613)

v0.2.2 (2016-06-30)

Full Changelog

Closed issues:

  • Enabling useBabelInstrumenter results in "Unknown option: direct.includePolyfill" error #18
  • Should .hbs files be taken into account? #17

Merged pull requests:

  • Add includePolyfill to removed babel options. #19 (rwjblue)

v0.2.1 (2016-06-22)

Full Changelog

Closed issues:

  • Coverage is against transpiled ES5 Code #12

Merged pull requests:

  • Update ember-cli-release to allow easier releasing. #16 (rwjblue)
  • Report Correct Line Numbers for esnext #15 (sandersky)

v0.2.0 (2016-06-21)

Full Changelog

Closed issues:

  • paths in "lcov.info" don't relate to project setup #8
  • files from addons bleed into coverage results #7
  • Change config file name? #4

Merged pull requests:

  • Filter out files from addons, fix file paths, and rename config file #11 (sandersky)
  • Add ember-cli-mirage min version to README.md #3 (benoror)

v0.1.2 (2016-05-15)

Full Changelog

Closed issues:

  • Take over the 'ember-cli-istanbul' package? #6
  • Testem global not found #1

Merged pull requests:

  • Allow users config to override the default config. #5 (rwjblue)

v0.1.1 (2016-05-05)

Full Changelog

v0.1.0 (2016-05-03)

Full Changelog

v0.0.1 (2016-05-03)

* This Change Log was automatically generated by github_changelog_generator