Skip to content

Releases: reconbot/streaming-iterables

v8.0.1

09 Sep 00:38
89f5fc0
Compare
Choose a tag to compare
  • fix: Add type information to exports.* in package.json so esmodules have types (#295) aac38c9
  • fix: the build

Thanks to @dotboris and @cj-christoph-gysin for helping debug and fix it.

v8.0.0...v8.0.1

v8.0.0

10 Aug 00:28
7b97703
Compare
Choose a tag to compare
  • chore: upgrade to dts-buddy from api-extractor and fix tests (#297) 0697988
  • upgrade to dts-buddy from api-extractor
  • upgrade rollup, typescript, eslint and cleanup the build process.
  • Mocha stopped working figured out the module override but had already migrated to node:test which is cool so I'm keeping it

BREAKING CHANGE: dropping support for nodes older than 18 - probably will still work but build tools no longer work. Only building and testing on node 20

v7.1.0

24 Aug 23:18
a47a18c
Compare
Choose a tag to compare
  • docs: add docs for takeWhile and takeLast (#287) 57a2f1e
  • fix: add NonNullable to flatmap output (#286) aca5ccd
  • feat: implement takeWhile and takeLast (#283) ba71461
  • a few deps were updated a lot

v7.0.4...v7.1.0

Fix builds

01 May 20:52
907531a
Compare
Choose a tag to compare

v7.0.3...v7.0.4

fixed some types and upgraded build pipeline

01 May 20:47
31f96c6
Compare
Choose a tag to compare
  • chore: upgrade build tooling (#282) 9f1992f
  • chore(deps): update dependency prettier to v2.6.2 91a4281
  • chore(deps): update dependency typescript to v4.6.4 5fa1006

v7.0.2...v7.0.3

Dependencies Release

01 May 13:43
a691bc6
Compare
Choose a tag to compare

This release has some minor code changes due to linting and better type checking. Feel free to skip it.

  • chore: finish removing tslint 9fdfcc7
  • chore(deps): update dependency c8 to v7.11.2 cf15449
  • chore(deps): update dependency @types/mocha to v9.1.1 3d3a43e
  • chore(deps): pin dependencies 8295786
  • chore: move to eslint (#281) c9bd7e5
  • chore(deps): update dependency @types/chai to v4.3.1 95ac4c1
  • chore(deps): pin dependencies 23c134d
  • chore(deps-dev): bump @types/sinon from 10.0.10 to 10.0.11 (#250) 3ea1a2d
  • chore(deps-dev): bump sinon from 13.0.1 to 13.0.2 (#270) 825ea82
  • chore(deps-dev): bump tslib from 2.3.1 to 2.4.0 (#271) 758033f
  • chore(deps-dev): bump @microsoft/api-extractor from 7.19.4 to 7.23.0 (#272) e80c6a0
  • chore(deps-dev): bump @types/node from 17.0.27 to 17.0.30 (#274) 2c4ba32
  • chore(deps): update actions/checkout action to v3 (#278) 5300dc1
  • chore(deps): update actions/setup-node action to v3 (#279) a4f9231
  • chore: switch to renovate (#276) 51e5c3e

v7.0.1...v7.0.2

v7.0.1

26 Apr 22:46
bde8373
Compare
Choose a tag to compare

v7.0.0

26 Apr 22:43
cf46443
Compare
Choose a tag to compare
  • fix: package-lock 9f3f2e0
  • chore: drop node 10 and 12 support as they're EOL (#273) be86214
  • chore(deps-dev): bump ts-node from 10.4.0 to 10.7.0 (#258) 2f83ac6
  • chore(deps-dev): bump @types/node from 17.0.14 to 17.0.27 (#266) 9d375b7
  • chore(deps-dev): bump mocha from 9.2.0 to 9.2.2 (#259) 3f0f2f5
  • chore(deps-dev): bump typescript from 4.5.5 to 4.6.3 (#262) a8cef12
  • docs: add docs in the ts definitions (#268) 347517b
  • feat: drop which skips items in an iterator (#267) 804191a
  • docs: markdown lint of readme eb14226

v6.2.0...v7.0.0

v6.2.0

06 Feb 13:51
949994c
Compare
Choose a tag to compare

feat: Add throttle (#241) ea8d1ff

Throttles iterable at a rate of limit per interval without discarding data. Useful for throttling rate limited APIs.

  • limit can be greater than 0 but less than Infinity.
  • interval can be greater than or equal to 0 but less than Infinity.

v6.1.0...v6.2.0

v6.1.0

04 Feb 03:52
c2b1d73
Compare
Choose a tag to compare

Lots of chores but one great feature by @richardscarrott

Chores;

  • chore: fixup tests (#246) ebfc11a
  • chore: ignore code of conduct file (pay attention to the code) 1c4e707
  • chore(deps-dev): bump typescript from 4.4.4 to 4.5.4 (#222) 5661592
  • chore(deps-dev): bump @types/chai from 4.2.18 to 4.3.0 (#218) 9f0df7f
  • chore(deps-dev): bump @types/node from 16.4.0 to 17.0.8 (#230) c59cc00
  • chore(deps-dev): bump @types/node from 16.4.0 to 17.0.8 (#230) ca89747
  • chore(deps-dev): bump @microsoft/api-extractor from 7.18.3 to 7.19.4 (#231) 2727b89
  • chore(deps-dev): bump mocha from 9.1.2 to 9.1.3 (#214) 0f00b62
  • chore(deps-dev): bump ts-node from 10.2.1 to 10.4.0 (#216) ee57972
  • chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 (#213) 1a32177
  • Create CODE_OF_CONDUCT.md 4d6ef46
  • chore(deps-dev): bump mocha from 9.1.1 to 9.1.2 (#211) ef1d5d2
  • chore(deps-dev): bump typescript from 4.4.2 to 4.4.3 (#210) 40d1314
  • chore(deps-dev): bump typescript from 4.3.2 to 4.4.2 (#208) b5da794
  • chore(deps-dev): bump ts-node from 10.2.0 to 10.2.1 (#206) c49e426
  • chore(deps-dev): bump tslib from 2.3.0 to 2.3.1 (#205) 590dc00
  • chore: daily is a big chore for little benefit 961ea4f
  • chore(deps-dev): bump mocha from 9.0.2 to 9.1.1 (#209) bb624b4
  • chore(deps-dev): bump ts-node from 10.0.0 to 10.2.0 (#204) 8a1e0c0
  • chore(deps-dev): bump @types/node from 16.3.2 to 16.4.0 (#202) d4d4521
  • chore(deps-dev): bump @microsoft/api-extractor from 7.18.2 to 7.18.3 (#199) ba58a57
  • chore(deps-dev): bump @types/node from 16.0.0 to 16.3.2 (#198) c425e04
  • chore(deps-dev): bump @microsoft/api-extractor from 7.17.1 to 7.18.2 (#197) c5bcfd3
  • chore(deps-dev): bump @microsoft/api-extractor from 7.16.1 to 7.17.1 (#188) 068d4f4
  • chore(deps-dev): bump @types/node from 15.0.2 to 16.0.0 (#190) c89db49
  • chore(deps-dev): bump mocha from 9.0.1 to 9.0.2 (#189) e1c0991
  • chore(deps-dev): bump tslib from 2.2.0 to 2.3.0 (#182) 826a647
  • chore(deps-dev): bump mocha from 9.0.0 to 9.0.1 (#184) 7ffe6b9
  • chore(deps-dev): bump mocha from 8.3.2 to 9.0.0 (#179) dec54ed

v6.0.0...v6.1.0