Releases: kwonoj/rx-sandbox
Releases · kwonoj/rx-sandbox
Release 2.0.5
Release 2.0.3
- Bump up dependencies
Release 2.0.2
Release 2.0.1
Release v2.0.0
Release 2.0.0-beta.3
2.0.0-beta.3 (2020-11-06)
Bug Fixes
- sandboxinstance: expose scheduler instance (6ada7a5)
Features
- creattestscheduler: support flush with native async tick (93a99a4)
- marbleassert: jasmine style toEqual() matcher (6dcc7f8)
- sandbox: accept config object (3464710)
- sandbox: expose interface to create async flush scheduler (f20fb40)
- sandbox: support to create async flush instance (b9c5e71)
BREAKING CHANGES
- sandboxinstance: scheduler no longer expose
maxFrame
property. use
property returned bysandbox.create()
. - sandbox: no longer directly export signatures for utilities,
such asgetMessages
due to overloaded signature behaviors. Use
RxSandboxInstance['name']
orRxAsyncSandboxInstance['name']
instead
to pick up signatures.
Release 1.0.4
Release 2.0.0-beta.2
2.0.0-beta.2 (2020-10-23)
Bug Fixes
- testmessage: update types, rx@7 support (f23cf4d)
BREAKING CHANGES
- sandbox: require rx >= 7.0.0-beta.8
Release 2.0.0-beta.1
2.0.0-beta.1 (2020-06-02)
build
- tsconfig: update tsconfig (748ea40)
Features
- sandbox: support 7.x (d8220f8)
BREAKING CHANGES
- tsconfig: require es2015 supported runtime
- sandb8x: require rx >= 7.x