Skip to content

Releases: dnbkr/cygnals

v0.4.0

09 Apr 14:11
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

includes react hook to use a readable in a react component

v0.3.0

09 Apr 09:34
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

moved the npm package build process from tsc to dnt, which simplifies a great deal, provides a commonjs package option via npm and also lays the groundwork for react integration

v0.2.0

08 Apr 12:26
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

added new DOM utility fromEvent

v0.1.1

08 Apr 09:46
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

includes a minor tweak to internal types to facilitate more runtimes (NodeJS specifically)

v0.1.0

08 Apr 08:13
Compare
Choose a tag to compare

Full Changelog: https://github.com/dnbkr/cygnals/commits/v0.1.0

first release of the library, includes the functions:

  • state
  • from
  • readonly
  • limit
  • debounce limitation
  • unwrapPromise
  • fulfilled
  • pending
  • rejected