- Ensures wrapDelegate returns a value
- Fixed #41
- Fixes Leading Whitespace in watch expression still causes parse error
- Fixed #29
- Killed the bug of horrible that prevented values from being output.
- Caused by 1.1.3.
- Fixed #16, #14, #15, #5.
- Killed the exponential increase in $$listenerCount.
- Fixed #5
- Killed some odd looking whitespace.
- Partially fixed an issue with object literals in notifier expressions
- Reference issues: #3, #4.
- Added:
Notifier
factory to allow setting up notification namespaces without a bind-notifier directive. - Added: ngDoc!
- Added: CHANGELOG.md.
- Added:
Notifier
entry in README. - Added: @license property to src.
- Changed: Refactored a bunch of the source code (mucho better naming).
- Changed: Cleaned up the README.
- Changed: Removed bloat data from internal $broadcast events.
- Changed: Renamed module to
angular.bind.notifier
. - Changed: Updated the README to reflect the latest changes.
- Changed: Changed from JSON to JS Object notation in bind-notifier directive.
- Changed: Squashed /src folder into a single file.
- Added: Added TravisCI integration.
- Fixed: Removed npm entry of README.
- Added: Added support for multiple notifier namespaces.
- Fixed: Fixed bug that prevented deep watches.
- Changed: Reverted 0.0.3
- Changed: Removed internal dependency on lodash.
- Changed: Changed the main entry point of .json files.
- Fixed: Fixed the build process.
- Initial release.