- [FIX] - fixes #156 - running scroll logics outside of angular's zone
- [MAINTAINANCE] - code refactor - removing factories to rely more pure functional methods in PositionResolver, AxisResolver
- [NEW] - added '[infiniteScroll]' by Angular's styleguide. [infinite-scroll] will be deprecated in future version.
- reduced bundle size with imports for RxJS Observable and Subscription objects #126.
- removed old code directory from repo
- Fixes #147 - (InfiniteScrollModule is not an NgModule)
- Added Angular 4 support
- New starter code base (based on angular-library-starter)
- reverted the fix of #126
- fixes #126
- added custom scrollable container from #108
- refactored infinite scroller to smaller modules with composition
- added "models" - includes interfaces for development
- added changelog.md
- (refactor(scroll): replaces throttle with debounce)