Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

Throwing exceptions (part 2) #102

Closed aramk closed 9 years ago

aramk commented 9 years ago

This is a continuation of https://github.com/matb33/meteor-collection-hooks/pull/68. I've merged in the latest master and added a simple test. I think it's a useful addition and I'm currently using it for adding validation rules by throwing exceptions in hooks.

matb33 commented 9 years ago

It's been busy on my end -- I will look at this as soon as I can. Thank you for the pull request!

aramk commented 9 years ago

Sure that's understandable :)

matb33 commented 9 years ago

I ended up implementing this line-by-line in 0.7.15, while referring to your implementation and making changes as needed. Your work is very much appreciated -- it made it so much easier to implement. I've added your name to the Contributors section as well.

aramk commented 9 years ago

:+1: awesome thanks for that!