All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2022-10-17)
- Update to Angular 12 and Ivy publication.
3.0.0 (2020-08-24)
- sanitizer: Remove DOM implementation as unnecessary and update docs accordingly, remove CSS sanitation by default (#56) (d50cbdd)
2.2.0 (2020-03-31)
- pipe: config is now optional (888ef8b)
2.1.0 (2020-03-11)
- service: implements now Angular Sanitizer insted of extending it to prevent problems in Ivy projects (2e7f7a7)
2.0.1 (2020-02-26)
2.0.0 (2019-11-05)
1.1.4 (2019-09-09)
- package-json: update peer dependencies
1.1.3 (2019-09-02)
- dependencies: set dependencies to be backwards compatible with Angular 6-7 (906b61d)
1.1.2 (2019-09-02)
- dependencies: make compatible with Angular 7 (7b3963a)
1.1.1 (2019-09-02)
- types: preserve ReadonlyArray in compiled code to support older TypeScript versions (387e87b)
1.1.0 (2019-08-30)
- css: support sanitizing CSS through provided handler (be0d3a6)
- NgDompurifySanitizer: make service a single point of entrance to be able to attach hooks to DOMPurify in its constructor later (78ccfe9)
Initial release of NgDompurify. This library implements DOMPurify as Angular entire DomSanitizer and as standalone Sanitizer or Pipe. It delegates sanitizing to DOMPurify and supports the same configuration.