github Azure/azure-functions-durable-js 1.5.0
Durable Functions for JavaScript 1.5.0

latest releases: v3.1.0, v2.1.4, 3.0.1...
2 years ago

Durable Functions for JavaScript 1.5.0

Durable Functions for JavaScript 1.5.0 is a minor release with exciting improvements for the TypeScript experience.

npm package

https://www.npmjs.com/package/durable-functions

Enchancements

  • Enabled a simpler unit-testing experience for JS/TS (#262)

  • Improved our TypeScript type system, especially around Entities (#195)

    • These new changes use generics to make the exposed type system more consumable to end users. When building entities, you can now specify the type of an entity's internal state and input. You can find an example here. Thank you @aaronpowell for your contributions here! ✨✨

Don't miss a new azure-functions-durable-js release

NewReleases is sending notifications on new releases.