Skip to content

Releases: vinsonchuong/heliograph

v7.0.0

15 Mar 03:14
1e4e795
Compare
Choose a tag to compare

7.0.0 (2023-03-15)

Features

  • scan: Add ability to accumulate running values (1e4e795)
  • scanWindow: Rename scan to scanWindow (dad7cd5)

BREAKING CHANGES

  • scanWindow: scan has been renamed

v6.0.0

13 Mar 17:53
de6bba5
Compare
Choose a tag to compare

6.0.0 (2023-03-13)

Bug Fixes

  • forEach: Remove forEach as it duplicates the consume sink (069b232)
  • sample: Change to a point-free interface for consistency with other operators (de6bba5)

BREAKING CHANGES

  • sample: The interface of sample has changed to support point-free use with pipe
  • forEach: The forEach operator has been removed.

v5.3.0

12 Mar 02:47
71e36fe
Compare
Choose a tag to compare

5.3.0 (2023-03-12)

Features

  • forEach: Add an operator for easy consumption of iterators (71e36fe)

v5.2.1

11 Mar 23:00
6a4685e
Compare
Choose a tag to compare

5.2.1 (2023-03-11)

Bug Fixes

  • fromClock: Avoid using recursion as most JS runtimes do not have TCO (6a4685e)

v5.2.0

11 Mar 04:11
8ed9610
Compare
Choose a tag to compare

5.2.0 (2023-03-11)

Features

  • sample: Add way to downsample async iterators (a058d55)

v5.1.0

08 Mar 17:29
8481ff2
Compare
Choose a tag to compare

5.1.0 (2023-03-08)

Features

  • fromEventTarget: Allow for observing a stream of DOM events. (8481ff2)

v5.0.4

10 Feb 04:14
1a5b3e3
Compare
Choose a tag to compare

5.0.4 (2023-02-10)

Bug Fixes

  • dependencies: Force a release with updated dependencies (1a5b3e3)

v5.0.3

23 May 00:05
99503a1
Compare
Choose a tag to compare

5.0.3 (2022-05-23)

Bug Fixes

  • dependencies: Update dependencies (99503a1)

v5.0.2

11 Jul 22:12
8bdff8c
Compare
Choose a tag to compare

5.0.2 (2021-07-11)

Bug Fixes

  • github-actions: Avoid packaging temp files in package (8bdff8c)

v5.0.1

11 Jul 01:46
ff4304d
Compare
Choose a tag to compare

5.0.1 (2021-07-11)

Bug Fixes

  • package.json: Add main field to fix deprecation warning (f3462ed)