You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import defect fixed, moved filters to own module
* Fixed defect where postal and lodash were not being imported
* Moved filters and related behavior to their own module
ES6 conversion + webpack build.
* Initial conversion to ES6, using webpack and babel.
* Updated sourcemaps and header generation.
* Separated index.js into ES6 modules and enabled support for ES6 classes.
* Updated Webpack build to properly require lodash in the UMD wrapper.
* Removed mocha task from gulpfile and changed npm test to alias gulp test.
* Get tests running in Karma and add coverage report.