Releases: dnbkr/cygnals
Releases · dnbkr/cygnals
v0.4.0
v0.3.0
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
Full Changelog: v0.1.1...v0.2.0
added new DOM utility fromEvent
v0.1.1
Full Changelog: v0.1.0...v0.1.1
includes a minor tweak to internal types to facilitate more runtimes (NodeJS specifically)
v0.1.0
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