Releases: bigeasy/cadence
Releases · bigeasy/cadence
Cadence 0.0.20
Issue by Issue
- Finalize error handling. #117. #116. #116. #105.
- Implement conditional catch. #110.
- Test that first error is returned to outer callback. #114.
- Implement finalizers. #111.
- Test that a fixup is not called with an error. #111.
- Implement try and catch functions. #109.
- Remove shifted callbacks. #112.
- Upgrade to Proof 0.0.30. #106.
Cadence 0.0.19
Issue by Issue
- Change function index of calling cadence from sub-cadence. #104.
Cadence 0.0.18
Issue by Issue
- Create a named function to jump within the cadence. #102.
Cadence 0.0.17
Issue by Issue
- Fix arrayed event handlers. #100.
Cadence 0.0.16
Cadence 0.0.15
Cadence 0.0.14
Cadence 0.0.13
Cadence 0.0.12
Issue by Issue
- Propagate
this
. #84. - Use identity operator in check for early return. #82.
- Build
callback
object in_async
. - Rename
arguments
property toargs
. - Move sizes indent from
t/sizes
tot/test
. - More tests for fix-up cadences.
- Remove
if
statement to test for invoke callback. #66. - Fix cadence return values. #76.
- Fix arity.
- Remove hidden context. #75.
- Remove timeouts. #80.
- Use
Error
to indicate subsequent error handler. #68. - Remove wrap option. #78.
- Remove 'use strict'.
- Ensure reentrancy. #74.
- Remove underscore to indicate zero arity. #73.
Cadence 0.0.11
Issue by Issue
- Make default arity of scalars zero. #71.