What's Changed
- Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #322
- Move to Mocha tests by @harryadel in #320
- Replace tinytest with Mocha
- Code architecture improvements and refactoring for better maintainability
- Extracted magic strings to constants for improved code safety
- Improved options merging logic with clear precedence documentation
- Enhanced hook controller implementation using factory functions
- Maintained backward compatibility with Meteor 2.16+
- Fixed Tracker reactivity breaking when
before.findOnehook is registered (GitHub Issue #323)- Uses
Tracker.withComputationto preserve reactive context across async boundaries
- Uses
Full Changelog: v2.0.0...v2.1.0