Skip to content

Hydra 0.9.0

Compare
Choose a tag to compare
@malcommac malcommac released this 04 Feb 13:37
· 256 commits to master since this release

First Public Release

This is the first public release of Hydra.
All tests are passed the library supports the following features:

  • Promise class support following operators:
    • always
    • valide
    • timeout
    • any
    • all
    • pass
    • recover
    • map
    • zip
    • defer
    • retry
  • Initial support for await operator (or ..!,.., see the doc)