Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Releases: axelo/elmish-core-ts

v0.0.2-alpha

02 May 04:04
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release
  • Better typings for Maybe and Task.succeed / Task.fail
  • Task.attempt will propagate thrown exceptions, allowing better integration with frameworks that use exceptions as control flow
  • New task Task.now that resolves to current time

v0.0.1-alpha

02 May 03:59
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Initial release to test it in real world use cases