Skip to content

Releases: ReactiveX/IxJS

v2.5.1

14 Jan 21:37
Compare
Choose a tag to compare
chore(release): 2.5.1

v2.5.0

13 Jan 03:34
Compare
Choose a tag to compare
chore(release): 2.5.0

IxJS v2.4.3 Release

04 Jan 00:16
Compare
Choose a tag to compare

New release of IxJS is now available. This includes a number of new features and improvements to existing APIs.

New APIs are available

The following APIs have been added to AsyncIterable

The following APIs have been added to Iterable

API Fixes

Bug Fixes

  • dependencies: add rxjs to the production dependencies list (54e5cf7)

v2.4.2

04 Jan 00:08
Compare
Choose a tag to compare
chore(release): 2.4.2

v2.4.1

03 Jan 23:10
Compare
Choose a tag to compare
chore(release): 2.4.1

9.2.0

19 Feb 04:57
Compare
Choose a tag to compare
chore(release): 2.3.5

v2.3.5

19 Feb 04:57
Compare
Choose a tag to compare

Bug Fixes

  • compile: adding some missing exports to deal with typescript 2.7.x compat issue (0b0c837), closes #214

Features

v2.3.4

29 Nov 01:08
Compare
Choose a tag to compare

Bug Fixes

  • typings: Fix optional predicate typings for user-defined typeguard predicates (fedd563)
  • typings: workaround typescript bugs when noImplicitAny or strictNullChecks are not true (ce03239)

v2.3.3

21 Nov 23:27
Compare
Choose a tag to compare

Reverts

v2.3.2

21 Nov 11:35
Compare
Choose a tag to compare

Bug Fixes

  • fromnodestream: enable fromnodestream tests, fix minification problems (#156) (745d763)
  • fromnodestream: type fromNodeStream to accept NodeJS.ReadableStream interface (3cbf2dd)
  • FromObservableAsyncIterable: Fix handling of asynchronously emitting Observables (#150) (2c7222c)
  • readme: fix lettable syntax (0e46181)

Features

  • as: Add static as convenience methods to wrap values as Async/Iterables (#154) (79a14c5)