Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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