Karma Jspm Versions Save

1.1.5

9 years ago

This patch release of karma-jspm includes the following bug fixes and improvements.

  • #50: Updated LICENSE file
  • #48: Support for running karma + karma-jspm from a directory that doesn't contain the karma.conf.js config file.
  • #47: Configuration option to allow overriding System.paths during test runs.

1.1.3

9 years ago

Merge pull request #33 from Workiva/ie8Fix

CP-344 Karma-jspm IE8 fix

1.1.4

9 years ago

Merge pull request #35 from capaj/patch-1

CP-380 properly declare variables as local, not as globals

1.1.2

9 years ago

This release fixes a pathing issue that would prevent System.import from working on a Windows machine.

1.1.1

9 years ago

karma-jspm will now default packages configuration to values in the package.json if they are not provided in the karma configuration.

1.1.0

9 years ago

In this Release

Support for ignoring jspm bundle configurations. karma-jspm will ignore bundles by default but can be configured not to with a simple configuration option. (#17)

1.0.1

9 years ago

Improvements

  • Support for [email protected] - loader files are named without the version. (#11)
  • Builds using TravisCI

Bugfixes

  • Remove usage of Array.map in adapter.js to prevent breaking in older browsers like IE8 (#12)

1.0.0

9 years ago

This release removes the necessity of configuring proxies for Karma. Instead we use SystemJS' ability to set a baseUrl. If you were previously using karma-jspm, you should remove the proxies configuration from your karma.conf.js

Another addition is adding an error handler to the System.import calls/promises so that if SystemJS encounters an error requiring something, it will no longer fail silently leaving you wondering why the tests aren't running.