Skip to content

Commit 7f62711

Browse files
authored
Merge pull request #1081 from kwonoj/bump-release
build(release): release 2.0.5
2 parents 6d799b9 + 6d97481 commit 7f62711

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
`RxSandbox` is test suite for RxJS, based on marble diagram DSL for easier assertion around Observables.
88
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* supports rxjs@7.0.1 and above.
99

10+
## Maintenance notes
11+
12+
This project is still maintained. I consider this project as feature complete so there is not much activity going on. I'll be updating time to time as new upstream RxJS releases, but do not have much plan to add new features. If you're experiencing issues with latest RxJS, please open issue with reproducible test case. I'll try to fix as soon as possible.
13+
1014
## What's difference with `TestScheduler` in RxJS?
1115

1216
RxJs core itself includes its own [`TestScheduler`](https://github.com/ReactiveX/rxjs/blob/c63de0d380a923987aab587720473fad1d205d71/docs_app/content/guide/testing/marble-testing.md#testing-rxjs-code-with-marble-diagrams) implementation. With latest updates, it have different semantics around how to translate [`virtual frame` and `time progression`](https://github.com/ReactiveX/rxjs/blob/c63de0d380a923987aab587720473fad1d205d71/docs_app/content/guide/testing/marble-testing.md#time-progression-syntax) also slightly different api surfaces based on callbacks. RxSandbox aims to provide test interface with below design goals, bit different to core's test scheduler.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rx-sandbox",
3-
"version": "2.0.4",
4-
"description": "Marble diagram DSL based test suite for RxJS 6",
3+
"version": "2.0.5",
4+
"description": "Marble diagram DSL based test suite for RxJS 6/7",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"lint-staged": {

0 commit comments

Comments
 (0)