rxjs-marbles
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,8 @@ | ||
<a name="4.0.2"></a> | ||
## [4.0.2](https://github.com/cartant/rxjs-marbles/compare/v4.0.1...v4.0.2) (2018-05-18) | ||
### Bug fixes | ||
* Fix an error message. ([55b8a92](https://github.com/cartant/rxjs-marbles/commit/55b8a92)) | ||
<a name="4.0.1"></a> | ||
@@ -23,2 +30,10 @@ ## [4.0.1](https://github.com/cartant/rxjs-marbles/compare/v4.0.0...v4.0.1) (2018-05-18) | ||
To continue using the now deprecated behaviour, you would make these changes: | ||
```diff | ||
- import { cases, marbles } from "rxjs-marbles/mocha"; | ||
+ import { configure } from "rxjs-marbles/mocha"; | ||
+ const { cases, marbles } = configure({ run: false }); | ||
``` | ||
<a name="3.0.1"></a> | ||
@@ -25,0 +40,0 @@ ## [3.0.1](https://github.com/cartant/rxjs-marbles/compare/v3.0.0...v3.0.1) (2018-04-26) |
@@ -101,3 +101,3 @@ "use strict"; | ||
function notSupported(name) { | ||
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'."); | ||
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'."); | ||
} |
@@ -82,3 +82,3 @@ import { TestScheduler } from "rxjs/testing"; | ||
function notSupported(name) { | ||
return new Error(`${name} is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'.`); | ||
return new Error(`${name} is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'.`); | ||
} |
@@ -99,3 +99,3 @@ import { TestScheduler } from "rxjs/testing"; | ||
function notSupported(name) { | ||
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'."); | ||
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'."); | ||
} |
@@ -46,4 +46,4 @@ { | ||
"unpkg": "./bundles/rxjs-marbles.umd.js", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"ava": {} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
941130