Skip to content

Releases: bigeasy/cadence

Cadence 0.0.20

02 Feb 01:06
Compare
Choose a tag to compare

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

02 Feb 01:09
Compare
Choose a tag to compare

Issue by Issue

  • Change function index of calling cadence from sub-cadence. #104.

Cadence 0.0.18

02 Feb 01:04
Compare
Choose a tag to compare

Issue by Issue

  • Create a named function to jump within the cadence. #102.

Cadence 0.0.17

02 Feb 01:04
Compare
Choose a tag to compare

Issue by Issue

  • Fix arrayed event handlers. #100.

Cadence 0.0.16

02 Feb 01:04
Compare
Choose a tag to compare

Issue by Issue

  • Measure test coverage using Istanbul and report test coverage using
    Coveralls. #94. #95.
  • Rework event building into the step.event and step.error functions #99.
  • Fix global variable namespace leak.
  • Test with Node.js 0.10.
  • Add support for Bower. #93.
  • README.md editing. #92

Cadence 0.0.15

02 Feb 01:03
Compare
Choose a tag to compare

Issue by Issue

  • Handle errors from sub-cadences. #79.
  • Specify zero-to-many in step constructor, not in arry constructor. #81.
  • Tidy .gitignore.
  • Set arity and specify arity of event handlers. #91.

Cadence 0.0.14

02 Feb 00:32
Compare
Choose a tag to compare

Issue by Issue

  • Handle error events. #89. #83.
  • Use strings to indicate an event handler. #63. #50.
  • Shift arguments for callbacks with no error message. #85.

Cadence 0.0.13

02 Feb 00:31
Compare
Choose a tag to compare

Issue by Issue

  • Check for error handler on fix-up cadence error. #88.
  • Check for error handler on sub-cadence error. #86.
  • Add contribution guide.
  • Upgrade Proof to 0.0.23.

Cadence 0.0.12

02 Feb 00:34
Compare
Choose a tag to compare

Issue by Issue

  • Propagate this. #84.
  • Use identity operator in check for early return. #82.
  • Build callback object in _async.
  • Rename arguments property to args.
  • Move sizes indent from t/sizes to t/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

02 Feb 00:27
Compare
Choose a tag to compare

Issue by Issue

  • Make default arity of scalars zero. #71.