Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Added ability to specify resolve listeners for stream events
Browse files Browse the repository at this point in the history
(before the events are emitted).

This commit introduces a backwards-incompatible change to the interface
of the resolveInput function, while bumping the package version from
2.0.0 to 2.0.1. Such a breaking change would normally warrant a major
version bump (from 2.0.0 to 3.0.0). However, this change can also be
described as bug fix to a 2.0.0 design flaw. We believe no one is using
2.0.0 yet and a patch change is an effective way of ensuring that the
2.x.x branch follows the new interface.

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
  • Loading branch information
pdcastro committed Feb 4, 2019
1 parent d6cf3cd commit 300ea2f
Show file tree
Hide file tree
Showing 6 changed files with 4,263 additions and 131 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.DS_Store
.vscode
# Ignore generated test files
src/**/*.js
Expand Down
Loading

0 comments on commit 300ea2f

Please sign in to comment.