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

v0.6 - Bugs fixes, new hooks, and hook tests #109

Merged
merged 27 commits into from
Mar 24, 2016
Merged

v0.6 - Bugs fixes, new hooks, and hook tests #109

merged 27 commits into from
Mar 24, 2016

Conversation

ekryski
Copy link
Member

@ekryski ekryski commented Mar 21, 2016

I'm splitting my local work into two PRs to make it easier to review and migrate to. This one has a bunch of bug fixes, some breaking changes to hooks, and adds a bunch of hook tests.

Changes

if (Array.isArray(hook.data)) {
hook.data.forEach(item => {
setId(item);
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: hook.data.forEach(setId);

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -1,23 +1,29 @@
import bcrypt from 'bcrypt';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After merging this I'll update #113 if necessary

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@daffl
Copy link
Member

daffl commented Mar 24, 2016

Awesome! Just a couple of notes. Then :shipit:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants