Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@types/stream-mock

b4nst1.8kMITdeprecated2.0.1

This is a stub types definition. stream-mock provides its own type definitions, so you do not need this installed.

Stub TypeScript definitions entry for stream-mock, which provides its own types definitions

readme

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • Bumps handlebars from 4.1.2 to 4.5.3.

Added

  • new github workflow (with yml syntax)

Removed

  • travis CI

Fixed

  • Fix links in README

2.0.5 - 2019-07-01

Changed

  • travis config to deploy

2.0.4 - 2019-07-01

Added

  • This changelog file
  • Tests
  • Link to generate types in package.json /@RAnders00

Removed

  • _writev method as pushing to an array is always sequential
  • some duplicate code with super constructors (settings encoding, objecMode, etc...)

2.0.3 - 2019-06-27

Added

  • Node.js 12.x.x now tests in CI

Fixed

  • Stop using [readable/writable]ObjectMode as they are used has readonly properties in Node.js >= 12

2.0.2 - 2019-04-13

Changed

  • Refactor the entire project in typescript

1.2.0 - 2018-05-07

Added

  • Duplex stream mock

1.1.0 - 2018-05-07

Added

  • new flatData property added to WritableMock

1.0.2 - 2018-03-12

Added

  • more tests

Fixed

  • babel-runtime dependency
  • README lint (after codeclimate report)

1.0.1 - 2018-03-12

Fixed

  • typo in README

1.0.0 - 2018-03-12

Added

  • Create a readable stream for any iterable
  • Create a writable stream that puts its datas at your disposal
  • Can operate both in object and normal (Buffer) mode