Skip to content

v4.0.0

Compare
Choose a tag to compare
@trxcllnt trxcllnt released this 01 Sep 01:07
· 61 commits to master since this release

Bug Fixes

  • aborterror: add Symbol.hasInstance method to AbortSignal (c9d9f1e)
  • closure: fixing indexing (8692d0c)
  • debounce: fix AsyncIterable debounce and reenable tests (480996e)
  • extremaBy: fixing extrema/minBy (297d6e4)
  • maxby-spec: fix maxby test (2699e40)
  • minification: fix test failures breaking due to aggressive closure-compiler minification (a888ce8)
  • specs: fixing tests for single (2793801)
  • tests: Fix bad max test (3a853ee)
  • tests: Fixing tests (0affef1)
  • tests: Fixing tests (c0a3e68)
  • tests: Get closure working on tests (4c0705f)

Build System

  • jest: disable jest test caching (92a1978)
  • typescript: update typescript, tslib, and google-closure-compiler versions (37d66b3)

chore

Code Refactoring

  • abortsignal: remove AbortSignal interface (8ed7fca)

Continuous Integration

  • travis: update to the latest npm (d53de73)

Documentation

  • AsyncIterable: Add basic async-iterable docs (11c2037)
  • CHANGELOG: 4.0.0 (4cedaa8)
  • creation: split creation/converting (e8dfa97)
  • IxJS: Adding basic overview (10abfdc)

Features

  • Abort: Add basic abortsignal support (a66a7c8)

  • Abort: Add basic abortsignal support (07ba58c)

  • Abort: Add more aborts (b7832a6)

  • Abort: add more throws if aborted (2a489e1)

  • Abort: fix debounce (954ce58)

  • Abort: Fix most operators (08a4c08)

  • Abort: fix reduce (6e848f1)

  • Abort: Formatting (d9e75ef)

  • Abort: Update all JSDocs (313a1b4)

  • asasynciterable: add AsyncIterableTransform stream (e3d12a1)

  • min/max: Fix min and max (37e7c0a)

  • never: Adds never (64a9c31)

  • Adding converting docs and links (6c493ae)

  • Updating through withLatestFrom (79be89c)

  • Adding docs through map (cf6a509)

Styles

  • specs: reorder expected vs. actual comparisons for error-throwing tests (3cc1d8d)

Tests

  • umd: import test utils to fix missing window global when testing webpack-minified UMD bundles (111f854)