- Added template context management
- Notifications now use ChangeDetectionStrategy.OnPush
- Extended position to support "middle" and "center" as options
- Refactored build system to support AOT and Angular version 5.
- Title and content now support TemplateRef and HTML
- Removed BrowserAnimationModule from SimpleNotificationsModule. BrowserAnimationsModule now needs to be imported in the projects module to use the library.
- Added warn toast notification type
- Updated tsconfig to target es5
- Version 0.5 has had some mayor refactoring
- Update to angular 4.0.1
- Folder structure refactor
- All types are now exported
- A lot of minor bug fixes