Skip to content

Releases: lordofdestiny/streams-ts

v1.1.1

01 Mar 03:16
Compare
Choose a tag to compare

Summary

  • Fixed various errors in documentation examples
  • Updated github action files

Full Changelog: v1.1.0...v1.1.1

streams-ts v1.1.0

01 Mar 01:04
Compare
Choose a tag to compare

Summary

Now all methods of Stream class throw when called with invalid arguments.
Updated documentation with additional information useful when browsing Stream methods.

Full Changelog: v1.0.1...v1.1.0

stream-ts v1.0.1

29 Feb 15:47
Compare
Choose a tag to compare

What's Changed

  • Updated README.md to explain installation process

stream-ts v1.0.0

29 Feb 16:00
Compare
Choose a tag to compare

Initial release

I am proud to announce the first version of streams-ts library. There is a large number of stream operations included in the first release.
There are 3 collectors, 7 stream factories, 10 stream transformers and 26 stream terminators! You can read all about them in the documentation here : https://lordofdestiny.github.io/streams-ts/classes/Stream.html.

The npm package is available through GitHub Package Repository, and will soon be available through npm. Be sure to authenticate with your GitHub token when installing the package through GPR.

Full Changelog: https://github.com/lordofdestiny/streams-ts/commits/v1.0.0