rindle
Version:
Collection of utilities for working with Streams
83 lines (50 loc) • 1.94 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.1] - 2017-04-08
# v3.0.1
## (2026-02-18)
* Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
# v3.0.0
## (2025-09-23)
* Update jsdoc-to-markdown to v9 and regenerate the README [Thodoris Greasidis]
* Drop the getStreamFromString method [Thodoris Greasidis]
# v2.0.0
## (2025-09-22)
* Drop Bluebird in favor of native Promises [Thodoris Greasidis]
* Drop support for callbacks in favor of Promises [Thodoris Greasidis]
* Drop support for nodejs < 20 [Thodoris Greasidis]
* Block the creation of package-lock.json [Thodoris Greasidis]
* Replace balenaCI with flowzone [Thodoris Greasidis]
* Drop no longer used hound, travis & appveyor ymls [Thodoris Greasidis]
# v1.3.6
## (2020-04-20)
* Remove lodash dependency [Pagan Gazzard]
# v1.3.5
## (2020-04-20)
* Switch to balena-lint for linting [Pagan Gazzard]
* Update to gulp 4 [Pagan Gazzard]
## 1.3.4 - 2019-01-30
* Should import lodash methods independently to reduce bundle size [Thodoris Greasidis]
## 1.3.3 - 2019-01-30
* Tests: Fix missing semicolon warning [Thodoris Greasidis]
## 1.3.2 - 2019-01-29
* Travis: Drop 0.x node workers in favor of v6, 8, 10 [Thodoris Greasidis]
### Changed
- Updated bluebird to ^3.5.0
- Updated lodash to ^4.17.4
### Fixed
- Fixed tests with the latest version of string-to-stream
## [1.3.0] - 2016-02-15
### Added
- Implement `getStreamFromString()`.
## [1.2.0] - 2015-11-17
### Added
- Implement `onEvent()`.
## [1.1.0] - 2015-11-16
### Added
- Implement `pipeWithEvents()`.
[1.4.0]: https://github.com/jviotti/rindle/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/jviotti/rindle/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jviotti/rindle/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/jviotti/rindle/compare/v1.0.0...v1.1.0