Skip to content

Commit

Permalink
Merge pull request #12 from thefrontside/release-0.1.5
Browse files Browse the repository at this point in the history
Release 0.1.5
  • Loading branch information
cowboyd authored Mar 20, 2023
2 parents 7a18808 + f2b5704 commit e528c8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## \[0.1.5]

- migrate from Deno.test to BDD https://deno.com/blog/v1.21#bdd-style-testing
- fix bug where continuations were not re-raising the same error when invoked
multiple times https://github.com/thefrontside/continuation/pull/9
- add a `.tail()` method to both `resolve` and `reject` continuations that will
re-use the currently executing reduction loop rather than calling reduce
recursively and adding another JS call frame to the stack.
https://github.com/thefrontside/continuation/pull/11

## \[0.1.4]

Expand Down

0 comments on commit e528c8f

Please sign in to comment.