Skip to content

Releases: bigeasy/cadence

Cadence 0.0.10

02 Feb 00:26
Compare
Choose a tag to compare

Issue by Issue

  • Drop support for parameter inferred plain callbacks. #70.
  • Implement zero-to-many callback functions. #62.
  • Spell check and tidy prose. #69. #65.
  • Implement arrayed sub-cadences. #64.
  • Implement fix-up cadences. #61.
  • Fix snuggled parameters. #60.
  • Created a design document in design.markdown.

Cadence 0.0.9

02 Feb 00:25
Compare
Choose a tag to compare

Issue by Issue

  • New logic to specify order of parameters to subsequent function. #58.

Cadence 0.0.8

02 Feb 00:25
Compare
Choose a tag to compare

Issue by Issue

  • Rename async function to step. #55.
  • Exception when step arguments are invalid. #56.

Cadence 0.0.7

02 Feb 00:24
Compare
Choose a tag to compare

Issue by Issue

  • Step over to stop out of async. #47.
  • Add .js suffix to test file names. #54.
  • Update t/sizes and t/test to work with a POSIX shell.
  • Return cadence function directly instead of factory function. #49.
  • Moved build directory contents to t. #51.
  • Rename inner cadence function to async. #52.
  • Consume events from event emitters. #48.
  • An _ underbar as a step function name means to disable argument
    inference. #46. #25

Cadence 0.0.6

02 Feb 00:19
Compare
Choose a tag to compare

Issue by Issue

Released: Fri Jul 13 16:27:39 UTC 2012

  • Flatten arguments to inner cadence unless first arg is null. #44.

Cadence 0.0.5

02 Feb 00:17
Compare
Choose a tag to compare

Issue by Issue

  • Do not flatten arguments to async. #43.
  • Upgrade to Proof 0.0.14. #42.
  • Build on Windows. #41.

Cadence 0.0.4

01 Feb 19:07
Compare
Choose a tag to compare

Issue by Issue

  • No inference when there are no arguments. #40.

Cadence 0.0.3

01 Feb 19:05
Compare
Choose a tag to compare

Issue by Issue

  • Set context after uncaught error. #39.

Cadence 0.0.2

01 Feb 19:00
Compare
Choose a tag to compare

Issue by Issue

  • Remove object merge with cadence context. #38.

Cadence 0.0.1

01 Feb 18:56
Compare
Choose a tag to compare

Issue by Issue

Released: Sun Jul 8 04:28:52 UTC 2012

  • Base context specification test fixed. #37.
  • Sort out actual and expected. #36.
  • Test case for Proof set context. #35.
  • Variadic and external arguments. #34. #31.
  • Store ephemeral variables outside of cadence context. #33.
  • Pass parameters in from external function. #23.
  • Create change log. #32.
  • Return values to application. #14.
  • Early exit. #30.
  • Plain old callbacks. #29.
  • Immediate context assignment within step function. #28.
  • Application specified base context. #27.
  • Application specified alias for cadence. #16.
  • Error-only error handling step functions. #26.
  • Handle errors from parallel asynchronous calls. #8.
  • Branching. #24. #2.
  • Add Travis CI chicklet to README.md. #11.
  • Track minified size in Travis CI builds. #22. #21.
  • Parallel sub-cadences. #19.
  • Cadence context as stack. #4.
  • Application specified step function wrappers. #3.
  • Fix README.md examples. #9.
  • Build a Node.js style asynchronous function. #13.
  • Catch-all exception handling. #17. #12.
  • Rename test directories. #15.
  • Gather results from parallel executions. #10.
  • Infer context names from step function argument names. #7.