Skip to content

1.0.0

Compare
Choose a tag to compare
@VadimDez VadimDez released this 22 Jun 19:12
· 224 commits to master since this release

Changes

  • [#36] - Changed name tp ngx-filter-pipe.
  • [#38] - Added UMD bundle.

Breaking changes

  • Module name was changed from Ng2FilterPipeModule to FilterPipeModule.
  • UMD bundle for SYSTEMJS was added. Use /dist/bundles/ngx-filter-pipe.umd.js instead of /dist/index.js.
var packages = {
    ...
    'ngx-filter-pipe': { main: 'dist/bundles/ngx-filter-pipe.umd.js' }
}