Releases: karma-runner/karma-jasmine
Releases · karma-runner/karma-jasmine
v1.0.1
Bug Fixes
- grunt: load 'build' grunt task and make a pre-req for releasing(1861ae0)
v0.3.8
Bug Fixes
Features
- adapter: add executedExpectationsCount to result (666c207)
v0.3.7
Bug Fixes
- adapter: allow grep option to work regardless of position (e8f2c6e), closes #102
v0.3.6
Bug Fixes
- adapter: check if
relevantStack
array is empty (8a0d901)
- adapter: remove duplicate function expression (ef533ab)
- adapter: remove error message from stack prior to processing stack (57c64e8)
- Drop karma as a peerDependency. (16f2a96)
Features
- adapter: do not filter out karma/jasmine frames from stack if the stack consists entirely (616b1b9)
- allow booting in a JS-only environment (edbeea1)
v0.3.5
Features
- add grep option like in karma-mocha (4213b18)
v0.3.4
Bug Fixes
- adapter: cleanup error stack trace (ee4a020)
v0.3.3
Features
- boot: expose Jasmine 2.x methods (207018b)
v0.3.2
Bug Fixes
- This fixes #63 Jasmine__TopLevel__Suite in error message (4931b67), closes #63
v0.3.1
Bug Fixes
- resolving spec names for suites without parents (b112ad1)