Skip to content

Releases: reconbot/streaming-iterables

Drop Node 10 Support

08 Jun 21:56
Compare
Choose a tag to compare

Node 10 is EOL, no changes beyond that.

  • chore: drop node 10 support (#180) 9199a03
  • chore(deps-dev): bump ts-node from 9.1.1 to 10.0.0 (#174) 6760433
  • chore(deps-dev): bump typescript from 4.2.3 to 4.3.2 (#176) aeae14e
  • chore(deps-dev): bump @microsoft/api-extractor from 7.15.1 to 7.16.1 (#178) c6a611e
  • docs: Minor fixes in README (#177) 9daf5cb
  • chore(deps-dev): bump @types/node from 14.14.37 to 15.0.2 (#167) c2e048c
  • chore(deps-dev): bump rollup from 2.44.0 to 2.47.0 (#169) 8b82e93
  • chore(deps-dev): bump @microsoft/api-extractor from 7.13.2 to 7.15.1 (#165) 5d8fb4a
  • chore(deps-dev): bump c8 from 7.6.0 to 7.7.2 (#164) 860e1b4
  • chore(deps-dev): bump tslib from 2.1.0 to 2.2.0 (#156) 8be4b1d
  • chore(deps-dev): bump @types/chai from 4.2.14 to 4.2.18 (#166) a958d70
  • chore(deps-dev): bump typescript from 4.1.3 to 4.2.3 (#153) a7bbab7
  • chore(deps-dev): bump mocha from 8.2.1 to 8.3.2 (#152) f120f9e
  • chore(deps-dev): bump chai from 4.2.0 to 4.3.4 (#139) bfb601d
  • chore(deps-dev): bump @types/node from 14.14.21 to 14.14.37 (#147) 0dd1339
  • chore(deps-dev): bump rollup from 2.43.1 to 2.44.0 (#151) 3d13a66
  • chore(deps-dev): bump @microsoft/api-extractor from 7.13.0 to 7.13.2 (#132) 76b1ddb
  • chore(deps-dev): bump c8 from 7.4.0 to 7.6.0 (#125) cd779a0
  • chore(deps-dev): bump rollup from 2.36.2 to 2.43.1 (#148) 7241aa7
  • chore(deps-dev): bump rollup from 2.36.1 to 2.36.2 (#107) 657ac6a

v5.0.4...v6.0.0

minor update to deps and ts4

15 Jan 20:45
Compare
Choose a tag to compare
  • fix example 1c05d19
  • upgrade c8 (#106) 3062f15
  • chore(deps-dev): bump @microsoft/api-extractor from 7.9.22 to 7.13.0 (#104) 512652b
  • chore(deps-dev): bump mocha from 8.1.3 to 8.2.1 (#102) 81c4056
  • chore(deps-dev): bump rollup from 2.28.2 to 2.36.1 (#103) 6c16324
  • upgrade typescript to 4x (#105) bbc8a48
  • chore(deps-dev): bump @types/chai from 4.2.12 to 4.2.14 (#101) f184ef4
  • chore(deps-dev): bump tslib from 2.0.0 to 2.1.0 (#97) 86120cf
  • chore(deps-dev): bump ts-node from 8.10.2 to 9.1.1 (#87) f9bb7a0
  • chore(deps-dev): bump prettier from 2.0.5 to 2.2.1 (#85) 39ab93c
  • chore(deps-dev): bump @types/mocha from 8.0.3 to 8.2.0 (#99) d905b55
  • chore(deps-dev): bump @types/node from 14.0.27 to 14.14.21 (#98) 9c852f4
  • chore(deps-dev): bump @microsoft/api-extractor from 7.9.2 to 7.9.22 (#64) c23867a

v5.0.3...v5.0.4

parallelMap had one extra parallel execution then it should

27 Sep 05:04
Compare
Choose a tag to compare

A few things in this release but mostly #58

  • parallelMap no longer runs one extra mapping function at a time then it should
  • parallelMap can now run with a parallelism of 1 which would just use map() as it’s faster
  • buffer now takes 0 as an input which just returns the passed in iterable as it’s faster

commits

  • docs: spelling c6f8a30
  • chore(deps-dev): bump c8 from 7.2.1 to 7.3.1 (#56) da1e4be
  • chore(deps-dev): bump rollup from 2.23.0 to 2.28.2 (#57) 5f204c2
  • chore(deps-dev): bump mocha from 8.0.1 to 8.1.3 (#48) 073f0c1
  • chore(deps-dev): bump @types/mocha from 8.0.0 to 8.0.3 (#41) 22c096d
  • chore(deps-dev): bump tslint from 6.1.2 to 6.1.3 (#35) 7158232
  • docs: spelling on the readme (#59) b5f26e1
  • fix: parallelMap had one extra parallel execution then it should (#58) af26282
  • chore(deps-dev): bump @types/chai from 4.2.11 to 4.2.12 (#29) ab40210
  • chore(deps-dev): bump rollup from 2.21.0 to 2.23.0 (#28) 5e22e22
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 (#24) 7ad2be3
  • chore(deps-dev): bump @types/node from 14.0.24 to 14.0.27 (#32) b78a778
  • chore(deps-dev): bump typescript from 3.9.6 to 3.9.7 (#23) 39d3e7a
  • chore(deps-dev): bump @types/node from 14.0.23 to 14.0.24 (#26) 3459e06
  • chore(deps-dev): bump @microsoft/api-extractor from 7.8.15 to 7.9.2 (#17) bee9ebf
  • chore(deps-dev): bump c8 from 7.2.0 to 7.2.1 (#20) 2f9e99d
  • chore(deps-dev): bump @types/mocha from 7.0.2 to 8.0.0 (#21) c7518db
  • chore(deps-dev): bump @types/node from 14.0.19 to 14.0.23 (#22) d134cbf
  • chore(deps-dev): bump @types/node from 14.0.14 to 14.0.19 (#16) 3e8fc48
  • chore(deps-dev): bump rollup from 2.18.2 to 2.21.0 (#15) a890022

v5.0.2...v5.0.3

v5.0.2

03 Jul 18:56
Compare
Choose a tag to compare
  • Add c8 for code coverage reporting fail on less than 95% coverage (#9) 85f9af8
  • Use the exports object in package.json for node 14 (#8) 382b961

BREAKING: You can't import files any longer only exports. (Not doing a semver major as this is only a few hours after 5.0.0 and this is an edge case.)

v5.0.1...v5.0.2

v5.0.1

02 Jul 19:38
Compare
Choose a tag to compare
  • chore(deps-dev): bump rollup from 2.18.1 to 2.18.2 (#7) 8e9b093
  • Export another forgotten type 492b148
  • Add a better CI badge link 8912e81
  • Fix test status badge and change copyright back to myself 4f8f46a
  • Drop the asyncIterator symbol polyfill as it’s not needed on node 10 a159bcd
  • Create dependabot.yml 7544999

v5.0.0...v5.0.1

v5.0.0

02 Jul 03:54
Compare
Choose a tag to compare
  • Create SECURITY.md 5dce917
  • Upgrade deps and test on node 14 (#6) 65745f3
    • Add node 14 to the actions workflow for testing
    • Update api extractor and move back to a .json config file
    • Update tslint and prettier and fix issues therein
    • Update all warnings from api extractor, all external facing types are now exported

BREAKING CHANGES

  • Renamed some type names that were previously unexpected but were used by exported functions.
  • Fixed some exported type definitions to be more correct.
  • Dropping node 8 and targeting Node 10/ES2018.

v4.1.2...v5.0.0

race to the memory limit

18 Jan 20:23
Compare
Choose a tag to compare
  • fix: memory leak w/slow sources in parallel-merge and in write-to-stream (#5) b5180bb
  • chore: remove travis.yml fae22d0
  • chore: setup github actions for testing (#3) cb4a562

v4.1.1...v4.1.2