Skip to content

Releases: kwonoj/rx-sandbox

Release 2.0.5

24 Jul 23:55
7f62711
Compare
Choose a tag to compare
  • Bump up dependencies

Release 2.0.3

10 Oct 03:41
27228c8
Compare
Choose a tag to compare
  • Bump up dependencies

Release 2.0.2

18 May 22:35
d5e1983
Compare
Choose a tag to compare

2.0.2 (2021-05-18)

Bug Fixes

  • testmessage: wide notificationtype (b167aff)

Release 2.0.1

18 May 22:05
4931860
Compare
Choose a tag to compare

2.0.1 (2021-05-18)

Bug Fixes

  • getmessages: update return type (c2037bd)

Release v2.0.0

18 May 21:26
b1bbcde
Compare
Choose a tag to compare

2.0.0 (2021-05-18)

Features

  • sandbox: support v7.0.1 (3f40757)

Release 2.0.0-beta.3

06 Nov 18:44
eb30e74
Compare
Choose a tag to compare
Release 2.0.0-beta.3 Pre-release
Pre-release

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 by sandbox.create().
  • sandbox: no longer directly export signatures for utilities,
    such as getMessages due to overloaded signature behaviors. Use
    RxSandboxInstance['name'] or RxAsyncSandboxInstance['name'] instead
    to pick up signatures.

Release 1.0.4

02 Nov 23:58
2c9f20c
Compare
Choose a tag to compare

1.0.4 (2020-11-02)

Bug Fixes

Release 2.0.0-beta.2

23 Oct 18:51
47c25b1
Compare
Choose a tag to compare
Release 2.0.0-beta.2 Pre-release
Pre-release

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

03 Jun 03:49
4644d0e
Compare
Choose a tag to compare
Release 2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2020-06-02)

build

  • tsconfig: update tsconfig (748ea40)

Features

BREAKING CHANGES

  • tsconfig: require es2015 supported runtime
  • sandb8x: require rx >= 7.x

Release 1.0.3

23 Jun 20:25
cb8bdbc
Compare
Choose a tag to compare

1.0.3 (2019-06-23)

Bug Fixes

  • create: relate maxframevalue to frametimefactor (81587e8)