All notable changes to the "FilterPipeNgx" angular pipe for filtering arrays of objects will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- CI github tests on PR and push to master.
- CI github badge in the README.md file.
- @types/jasmine in the dev dependencies.
- From angular 8.x to 9.x.
- Contributing section in the README.md file.
- npm scripts from packagr to build.
- Some badges to the README.md file.
- Problem with the dependencies that made the test not run anymore.
- README.md location of the ngmodule (from declarations to imports).
- Class will be imported from 'FilterPipe' to 'FilterModule' to avoid build to production errors.
- Some extra gifs in the README.md file.
- Stackblitz example in the README.md file.
- lodash.deburr as an internal dependency.
- The pipe is working, and the tests are running.
- Published to npmjs.com as a beta to test it out in other projects.