diff --git a/.github/workflows/check-and-update.yml b/.github/workflows/check-and-update.yml new file mode 100644 index 000000000..44736966c --- /dev/null +++ b/.github/workflows/check-and-update.yml @@ -0,0 +1,28 @@ +name: Check and update + +on: + push: + branches: + - master + schedule: + - cron: '0 */2 * * *' + +jobs: + build: + runs-on: macOS-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-node@v3 + with: + node-version: '18.x' + - name: Set git user + run: | + git config --global user.email cedric@ninja-squad.com + git config --global user.name cexbrayat + git remote set-url origin https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/cexbrayat/angular-cli-diff.git + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Generate new version + run: ./newVersion.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..5bc4238ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ponyracer/README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..5530a622a --- /dev/null +++ b/README.md @@ -0,0 +1,800 @@ +# Angular CLI diff + +This repository exposes an Angular CLI app generated with +`ng new ponyracer` with each version of Angular CLI. + +A dedicated branch per version makes changes very easy +to watch. For example: + +* https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0...1.2.0 +* https://github.com/cexbrayat/angular-cli-diff/compare/1.1.3...1.4.0 + +See table below for the complete list. + +Note that this is inspired by [RN diff](https://github.com/ncuillery/rn-diff). + +This is a small project that we needed to keep our ebook [Become a ninja with Angular](https://books.ninja-squad.com/angular) +and our [online training about Angular](https://angular-exercises.ninja-squad.com) up to date, +we hope it can be useful for you too! + +## Version changes + +Version|Compare view|Stats +----|----|---- +18.1.0-next.0|[18.0.2...18.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.2...18.1.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +18.0.2|[18.0.1...18.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.1...18.0.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.1|[18.0.0...18.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0...18.0.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.0|[18.0.0-rc.3...18.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-rc.3...18.0.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +18.0.0-rc.3|[18.0.0-rc.2...18.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-rc.2...18.0.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.0-rc.2|[18.0.0-rc.1...18.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-rc.1...18.0.0-rc.2)| 2 files changed, 6 insertions(+), 6 deletions(-) +18.0.0-rc.1|[18.0.0-rc.0...18.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-rc.0...18.0.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.0-rc.0|[18.0.0-next.5...18.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-next.5...18.0.0-rc.0)| 2 files changed, 3 insertions(+), 6 deletions(-) +18.0.0-next.5|[18.0.0-next.4...18.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-next.4...18.0.0-next.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.0-next.4|[18.0.0-next.3...18.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-next.3...18.0.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.0-next.3|[18.0.0-next.2...18.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-next.2...18.0.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +18.0.0-next.2|[18.0.0-next.1...18.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-next.1...18.0.0-next.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +18.0.0-next.1|[18.0.0-next.0...18.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/18.0.0-next.0...18.0.0-next.1)| 4 files changed, 10 insertions(+), 6 deletions(-) +18.0.0-next.0|[17.3.8...18.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.8...18.0.0-next.0)| 2 files changed, 12 insertions(+), 12 deletions(-) +17.3.8|[17.3.7...17.3.8](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.7...17.3.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.3.7|[17.3.6...17.3.7](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.6...17.3.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +17.3.6|[17.3.5...17.3.6](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.5...17.3.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.3.5|[17.3.4...17.3.5](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.4...17.3.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.3.4|[17.3.3...17.3.4](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.3...17.3.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.3.3|[17.3.2...17.3.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.2...17.3.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.3.2|[17.3.1...17.3.2](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.1...17.3.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.3.1|[17.3.0...17.3.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.0...17.3.1)| 2 files changed, 2 insertions(+), 3 deletions(-) +17.3.0|[17.3.0-rc.0...17.3.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.3.0-rc.0...17.3.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +17.3.0-rc.0|[17.2.3...17.3.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.3...17.3.0-rc.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +17.2.3|[17.2.2...17.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.2...17.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.2.2|[17.2.1...17.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.1...17.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.2.1|[17.2.0...17.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.0...17.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.2.0|[17.2.0-rc.0...17.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.0-rc.0...17.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +17.2.0-rc.0|[17.2.0-next.1...17.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.0-next.1...17.2.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.2.0-next.1|[17.2.0-next.0...17.2.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.2.0-next.0...17.2.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.2.0-next.0|[17.1.4...17.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.4...17.2.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +17.1.4|[17.1.3...17.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.3...17.1.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.3|[17.1.2...17.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.2...17.1.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.2|[17.1.1...17.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.1...17.1.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.1|[17.1.0...17.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0...17.1.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.0|[17.1.0-rc.1...17.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0-rc.1...17.1.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +17.1.0-rc.1|[17.1.0-rc.0...17.1.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0-rc.0...17.1.0-rc.1)| 1 file changed, 3 insertions(+), 3 deletions(-) +17.1.0-rc.0|[17.1.0-next.3...17.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0-next.3...17.1.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.0-next.3|[17.1.0-next.2...17.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0-next.2...17.1.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.0-next.2|[17.1.0-next.1...17.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0-next.1...17.1.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.1.0-next.1|[17.1.0-next.0...17.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.1.0-next.0...17.1.0-next.1)| 1 file changed, 3 insertions(+), 3 deletions(-) +17.1.0-next.0|[17.0.10...17.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.10...17.1.0-next.0)| 3 files changed, 13 insertions(+), 14 deletions(-) +17.0.10|[17.0.9...17.0.10](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.9...17.0.10)| 2 files changed, 6 insertions(+), 6 deletions(-) +17.0.9|[17.0.8...17.0.9](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.8...17.0.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.8|[17.0.7...17.0.8](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.7...17.0.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.7|[17.0.6...17.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.6...17.0.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.6|[17.0.5...17.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.5...17.0.6)| 2 files changed, 3 insertions(+), 2 deletions(-) +17.0.5|[17.0.4...17.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.4...17.0.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.4|[17.0.3...17.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.3...17.0.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.3|[17.0.2...17.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.2...17.0.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.2|[17.0.1...17.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.1...17.0.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.1|[17.0.0...17.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0...17.0.1)| 4 files changed, 5 insertions(+), 6 deletions(-) +17.0.0|[17.0.0-rc.5...17.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-rc.5...17.0.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +17.0.0-rc.5|[17.0.0-rc.4...17.0.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-rc.4...17.0.0-rc.5)| 3 files changed, 47 insertions(+), 81 deletions(-) +17.0.0-rc.4|[17.0.0-rc.3...17.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-rc.3...17.0.0-rc.4)| 3 files changed, 285 insertions(+), 398 deletions(-) +17.0.0-rc.3|[17.0.0-rc.2...17.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-rc.2...17.0.0-rc.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +17.0.0-rc.2|[17.0.0-rc.1...17.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-rc.1...17.0.0-rc.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.0-rc.1|[17.0.0-rc.0...17.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-rc.0...17.0.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.0-rc.0|[17.0.0-next.9...17.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.9...17.0.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.0-next.9|[17.0.0-next.8...17.0.0-next.9](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.8...17.0.0-next.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.0-next.8|[17.0.0-next.7...17.0.0-next.8](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.7...17.0.0-next.8)| 2 files changed, 6 insertions(+), 6 deletions(-) +17.0.0-next.7|[17.0.0-next.6...17.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.6...17.0.0-next.7)| 4 files changed, 9 insertions(+), 8 deletions(-) +17.0.0-next.6|[17.0.0-next.5...17.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.5...17.0.0-next.6)| 8 files changed, 24 insertions(+), 40 deletions(-) +17.0.0-next.5|[17.0.0-next.4...17.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.4...17.0.0-next.5)| 1 file changed, 3 insertions(+), 3 deletions(-) +17.0.0-next.4|[17.0.0-next.3...17.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.3...17.0.0-next.4)| 7 files changed, 23 insertions(+), 10 deletions(-) +17.0.0-next.3|[17.0.0-next.0...17.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/17.0.0-next.0...17.0.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +17.0.0-next.0|[16.2.14...17.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.14...17.0.0-next.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +16.2.14|[16.2.13...16.2.14](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.13...16.2.14)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.13|[16.2.12...16.2.13](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.12...16.2.13)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.12|[16.2.11...16.2.12](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.11...16.2.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.11|[16.2.10...16.2.11](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.10...16.2.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.10|[16.2.9...16.2.10](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.9...16.2.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.9|[16.2.8...16.2.9](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.8...16.2.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.8|[16.2.7...16.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.7...16.2.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.7|[16.2.6...16.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.6...16.2.7)| 2 files changed, 5 insertions(+), 6 deletions(-) +16.2.6|[16.2.5...16.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.5...16.2.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.5|[16.2.4...16.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.4...16.2.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.4|[16.2.3...16.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.3...16.2.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.3|[16.2.2...16.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.2...16.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.2|[16.2.1...16.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.1...16.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.1|[16.2.0...16.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0...16.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0|[16.2.0-rc.1...16.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-rc.1...16.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.2.0-rc.1|[16.2.0-rc.0...16.2.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-rc.0...16.2.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0-rc.0|[16.2.0-next.4...16.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-next.4...16.2.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0-next.4|[16.2.0-next.3...16.2.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-next.3...16.2.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0-next.3|[16.2.0-next.2...16.2.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-next.2...16.2.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0-next.2|[16.2.0-next.1...16.2.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-next.1...16.2.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0-next.1|[16.2.0-next.0...16.2.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.2.0-next.0...16.2.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.2.0-next.0|[16.1.8...16.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.8...16.2.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.1.8|[16.1.7...16.1.8](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.7...16.1.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.7|[16.1.6...16.1.7](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.6...16.1.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.6|[16.1.5...16.1.6](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.5...16.1.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.5|[16.1.4...16.1.5](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.4...16.1.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.4|[16.1.3...16.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.3...16.1.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.3|[16.1.2...16.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.2...16.1.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.2|[16.1.1...16.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.1...16.1.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.1|[16.1.0...16.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.0...16.1.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.0|[16.1.0-rc.0...16.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.0-rc.0...16.1.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.1.0-rc.0|[16.1.0-next.2...16.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.0-next.2...16.1.0-rc.0)| 1 file changed, 4 insertions(+), 4 deletions(-) +16.1.0-next.2|[16.1.0-next.1...16.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.0-next.1...16.1.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.0-next.1|[16.1.0-next.0...16.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.1.0-next.0...16.1.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.1.0-next.0|[16.0.6...16.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.6...16.1.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.0.6|[16.0.5...16.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.5...16.0.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.5|[16.0.4...16.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.4...16.0.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.4|[16.0.3...16.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.3...16.0.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.3|[16.0.2...16.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.2...16.0.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.2|[16.0.1...16.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.1...16.0.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.1|[16.0.0...16.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0...16.0.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +16.0.0|[16.0.0-rc.4...16.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-rc.4...16.0.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.0.0-rc.4|[16.0.0-rc.3...16.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-rc.3...16.0.0-rc.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.0-rc.3|[16.0.0-rc.2...16.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-rc.2...16.0.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.0-rc.2|[16.0.0-rc.1...16.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-rc.1...16.0.0-rc.2)| 1 file changed, 3 insertions(+), 3 deletions(-) +16.0.0-rc.1|[16.0.0-rc.0...16.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-rc.0...16.0.0-rc.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.0.0-rc.0|[16.0.0-next.7...16.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.7...16.0.0-rc.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.0.0-next.7|[16.0.0-next.6...16.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.6...16.0.0-next.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.0-next.6|[16.0.0-next.5...16.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.5...16.0.0-next.6)| 2 files changed, 5 insertions(+), 9 deletions(-) +16.0.0-next.5|[16.0.0-next.4...16.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.4...16.0.0-next.5)| 1 file changed, 4 insertions(+), 4 deletions(-) +16.0.0-next.4|[16.0.0-next.3...16.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.3...16.0.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.0-next.3|[16.0.0-next.2...16.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.2...16.0.0-next.3)| 1 file changed, 3 insertions(+), 3 deletions(-) +16.0.0-next.2|[16.0.0-next.1...16.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.1...16.0.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +16.0.0-next.1|[16.0.0-next.0...16.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/16.0.0-next.0...16.0.0-next.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +16.0.0-next.0|[15.2.11...16.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.11...16.0.0-next.0)| 2 files changed, 11 insertions(+), 11 deletions(-) +15.2.11|[15.2.10...15.2.11](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.10...15.2.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.10|[15.2.9...15.2.10](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.9...15.2.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.9|[15.2.8...15.2.9](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.8...15.2.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.8|[15.2.7...15.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.7...15.2.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.7|[15.2.6...15.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.6...15.2.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.6|[15.2.5...15.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.5...15.2.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.5|[15.2.4...15.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.4...15.2.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.4|[15.2.3...15.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.3...15.2.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.3|[15.2.2...15.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.2...15.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.2|[15.2.1...15.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.1...15.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.1|[15.2.0...15.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0...15.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.0|[15.2.0-rc.0...15.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0-rc.0...15.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +15.2.0-rc.0|[15.2.0-next.4...15.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0-next.4...15.2.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.0-next.4|[15.2.0-next.3...15.2.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0-next.3...15.2.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.0-next.3|[15.2.0-next.2...15.2.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0-next.2...15.2.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.0-next.2|[15.2.0-next.1...15.2.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0-next.1...15.2.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.0-next.1|[15.2.0-next.0...15.2.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.2.0-next.0...15.2.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.2.0-next.0|[15.1.6...15.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.6...15.2.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +15.1.6|[15.1.5...15.1.6](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.5...15.1.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.5|[15.1.4...15.1.5](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.4...15.1.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.4|[15.1.3...15.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.3...15.1.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.3|[15.1.2...15.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.2...15.1.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.2|[15.1.1...15.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.1...15.1.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.1|[15.1.0...15.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.0...15.1.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.0|[15.1.0-rc.0...15.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.0-rc.0...15.1.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +15.1.0-rc.0|[15.1.0-next.3...15.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.0-next.3...15.1.0-rc.0)| 1 file changed, 13 insertions(+), 13 deletions(-) +15.1.0-next.3|[15.1.0-next.2...15.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.0-next.2...15.1.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.0-next.2|[15.1.0-next.1...15.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.0-next.1...15.1.0-next.2)| 1 file changed, 3 insertions(+), 3 deletions(-) +15.1.0-next.1|[15.1.0-next.0...15.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.1.0-next.0...15.1.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.1.0-next.0|[15.0.5...15.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.5...15.1.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +15.0.5|[15.0.4...15.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.4...15.0.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.4|[15.0.3...15.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.3...15.0.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.3|[15.0.2...15.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.2...15.0.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.2|[15.0.1...15.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.1...15.0.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.1|[15.0.0...15.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0...15.0.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.0|[15.0.0-rc.5...15.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-rc.5...15.0.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +15.0.0-rc.5|[15.0.0-rc.4...15.0.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-rc.4...15.0.0-rc.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.0-rc.4|[15.0.0-rc.3...15.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-rc.3...15.0.0-rc.4)| 1 file changed, 3 insertions(+), 3 deletions(-) +15.0.0-rc.3|[15.0.0-rc.2...15.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-rc.2...15.0.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.0-rc.2|[15.0.0-rc.1...15.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-rc.1...15.0.0-rc.2)| 1 file changed, 3 insertions(+), 3 deletions(-) +15.0.0-rc.1|[15.0.0-rc.0...15.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-rc.0...15.0.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.0-rc.0|[15.0.0-next.6...15.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.6...15.0.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.0-next.6|[15.0.0-next.5...15.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.5...15.0.0-next.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +15.0.0-next.5|[15.0.0-next.4...15.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.4...15.0.0-next.5)| 1 file changed, 3 insertions(+), 3 deletions(-) +15.0.0-next.4|[15.0.0-next.3...15.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.3...15.0.0-next.4)| 4 files changed, 2 insertions(+), 49 deletions(-) +15.0.0-next.3|[15.0.0-next.2...15.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.2...15.0.0-next.3)| 9 files changed, 12 insertions(+), 120 deletions(-) +15.0.0-next.2|[15.0.0-next.1...15.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.1...15.0.0-next.2)| 3 files changed, 10 insertions(+), 9 deletions(-) +15.0.0-next.1|[15.0.0-next.0...15.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/15.0.0-next.0...15.0.0-next.1)| 2 files changed, 2 insertions(+), 18 deletions(-) +15.0.0-next.0|[14.2.13...15.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.13...15.0.0-next.0)| 1 file changed, 13 insertions(+), 13 deletions(-) +14.2.13|[14.2.12...14.2.13](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.12...14.2.13)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.12|[14.2.11...14.2.12](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.11...14.2.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.11|[14.2.10...14.2.11](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.10...14.2.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.10|[14.2.9...14.2.10](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.9...14.2.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.9|[14.2.8...14.2.9](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.8...14.2.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.8|[14.2.7...14.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.7...14.2.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.7|[14.2.6...14.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.6...14.2.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.6|[14.2.5...14.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.5...14.2.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.5|[14.2.4...14.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.4...14.2.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.4|[14.2.3...14.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.3...14.2.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.3|[14.2.2...14.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.2...14.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.2|[14.2.1...14.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.1...14.2.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +14.2.1|[14.2.0...14.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.0...14.2.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +14.2.0|[14.2.0-rc.0...14.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.0-rc.0...14.2.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.0-rc.0|[14.2.0-next.2...14.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.0-next.2...14.2.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.0-next.2|[14.2.0-next.1...14.2.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.0-next.1...14.2.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.0-next.1|[14.2.0-next.0...14.2.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.2.0-next.0...14.2.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.2.0-next.0|[14.1.3...14.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.3...14.2.0-next.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +14.1.3|[14.1.2...14.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.2...14.1.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.2|[14.1.1...14.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.1...14.1.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.1|[14.1.0...14.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0...14.1.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.0|[14.1.0-rc.3...14.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0-rc.3...14.1.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +14.1.0-rc.3|[14.1.0-next.4...14.1.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0-next.4...14.1.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.0-next.4|[14.1.0-next.3...14.1.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0-next.3...14.1.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.0-next.3|[14.1.0-next.2...14.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0-next.2...14.1.0-next.3)| 1 file changed, 5 insertions(+), 5 deletions(-) +14.1.0-next.2|[14.1.0-next.1...14.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0-next.1...14.1.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.0-next.1|[14.1.0-next.0...14.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.1.0-next.0...14.1.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.1.0-next.0|[14.0.7...14.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.7...14.1.0-next.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +14.0.7|[14.0.6...14.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.6...14.0.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.6|[14.0.5...14.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.5...14.0.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.5|[14.0.4...14.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.4...14.0.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.4|[14.0.3...14.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.3...14.0.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.3|[14.0.2...14.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.2...14.0.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.2|[14.0.1...14.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.1...14.0.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.1|[14.0.0...14.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0...14.0.1)| 2 files changed, 3 insertions(+), 7 deletions(-) +14.0.0|[14.0.0-rc.3...14.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-rc.3...14.0.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +14.0.0-rc.3|[14.0.0-rc.2...14.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-rc.2...14.0.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-rc.2|[14.0.0-rc.1...14.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-rc.1...14.0.0-rc.2)| 1 file changed, 3 insertions(+), 3 deletions(-) +14.0.0-rc.1|[14.0.0-rc.0...14.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-rc.0...14.0.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-rc.0|[14.0.0-next.13...14.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.13...14.0.0-rc.0)| 2 files changed, 12 insertions(+), 12 deletions(-) +14.0.0-next.13|[14.0.0-next.12...14.0.0-next.13](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.12...14.0.0-next.13)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.12|[14.0.0-next.11...14.0.0-next.12](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.11...14.0.0-next.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.11|[14.0.0-next.10...14.0.0-next.11](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.10...14.0.0-next.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.10|[14.0.0-next.9...14.0.0-next.10](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.9...14.0.0-next.10)| 1 file changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.9|[14.0.0-next.8...14.0.0-next.9](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.8...14.0.0-next.9)| 1 file changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.8|[14.0.0-next.7...14.0.0-next.8](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.7...14.0.0-next.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.7|[14.0.0-next.6...14.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.6...14.0.0-next.7)| 2 files changed, 4 insertions(+), 5 deletions(-) +14.0.0-next.6|[14.0.0-next.5...14.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.5...14.0.0-next.6)| 1 file changed, 2 insertions(+), 3 deletions(-) +14.0.0-next.5|[14.0.0-next.4...14.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.4...14.0.0-next.5)| 1 file changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.4|[14.0.0-next.3...14.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.3...14.0.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.3|[14.0.0-next.2...14.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.2...14.0.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.2|[14.0.0-next.1...14.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.1...14.0.0-next.2)| 1 file changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.1|[14.0.0-next.0...14.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/14.0.0-next.0...14.0.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +14.0.0-next.0|[13.3.11...14.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.11...14.0.0-next.0)| 2 files changed, 12 insertions(+), 12 deletions(-) +13.3.11|[13.3.10...13.3.11](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.10...13.3.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.10|[13.3.9...13.3.10](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.9...13.3.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.9|[13.3.8...13.3.9](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.8...13.3.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.8|[13.3.7...13.3.8](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.7...13.3.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.7|[13.3.6...13.3.7](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.6...13.3.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.6|[13.3.5...13.3.6](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.5...13.3.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.5|[13.3.4...13.3.5](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.4...13.3.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.4|[13.3.3...13.3.4](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.3...13.3.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.3|[13.3.2...13.3.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.2...13.3.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.2|[13.3.1...13.3.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.1...13.3.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.1|[13.3.0...13.3.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.3.0...13.3.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.3.0|[13.2.6...13.3.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.6...13.3.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +13.2.6|[13.2.5...13.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.5...13.2.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.5|[13.2.4...13.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.4...13.2.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.4|[13.2.3...13.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.3...13.2.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.3|[13.2.2...13.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.2...13.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.2|[13.2.1...13.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.1...13.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.1|[13.2.0...13.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.0...13.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.0|[13.2.0-rc.1...13.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.0-rc.1...13.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +13.2.0-rc.1|[13.2.0-rc.0...13.2.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.0-rc.0...13.2.0-rc.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +13.2.0-rc.0|[13.2.0-next.2...13.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.0-next.2...13.2.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.2.0-next.2|[13.2.0-next.1...13.2.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.0-next.1...13.2.0-next.2)| 1 file changed, 4 insertions(+), 4 deletions(-) +13.2.0-next.1|[13.2.0-next.0...13.2.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.2.0-next.0...13.2.0-next.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +13.2.0-next.0|[13.1.4...13.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.4...13.2.0-next.0)| 1 file changed, 3 insertions(+), 3 deletions(-) +13.1.4|[13.1.3...13.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.3...13.1.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.1.3|[13.1.2...13.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.2...13.1.3)| 2 files changed, 11 insertions(+), 15 deletions(-) +13.1.2|[13.1.1...13.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.1...13.1.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.1.1|[13.1.0...13.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.0...13.1.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +13.1.0|[13.1.0-rc.0...13.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.0-rc.0...13.1.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.1.0-rc.0|[13.1.0-next.3...13.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.0-next.3...13.1.0-rc.0)| 1 file changed, 4 insertions(+), 4 deletions(-) +13.1.0-next.3|[13.1.0-next.2...13.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.0-next.2...13.1.0-next.3)| 4 files changed, 68 insertions(+), 2 deletions(-) +13.1.0-next.2|[13.1.0-next.1...13.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.0-next.1...13.1.0-next.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.1.0-next.1|[13.1.0-next.0...13.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.1.0-next.0...13.1.0-next.1)| 1 file changed, 3 insertions(+), 3 deletions(-) +13.1.0-next.0|[13.0.4...13.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.4...13.1.0-next.0)| 1 file changed, 3 insertions(+), 3 deletions(-) +13.0.4|[13.0.3...13.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.3...13.0.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.3|[13.0.2...13.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.2...13.0.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.2|[13.0.1...13.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.1...13.0.2)| 2 files changed, 8 insertions(+), 25 deletions(-) +13.0.1|[13.0.0...13.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0...13.0.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +13.0.0|[13.0.0-rc.3...13.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-rc.3...13.0.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-rc.3|[13.0.0-rc.2...13.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-rc.2...13.0.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-rc.2|[13.0.0-rc.1...13.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-rc.1...13.0.0-rc.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-rc.1|[13.0.0-rc.0...13.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-rc.0...13.0.0-rc.1)| 1 file changed, 4 insertions(+), 4 deletions(-) +13.0.0-rc.0|[13.0.0-next.9...13.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.9...13.0.0-rc.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.9|[13.0.0-next.8...13.0.0-next.9](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.8...13.0.0-next.9)| 3 files changed, 4 insertions(+), 4 deletions(-) +13.0.0-next.8|[13.0.0-next.7...13.0.0-next.8](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.7...13.0.0-next.8)| 2 files changed, 4 insertions(+), 11 deletions(-) +13.0.0-next.7|[13.0.0-next.6...13.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.6...13.0.0-next.7)| 1 file changed, 4 insertions(+), 4 deletions(-) +13.0.0-next.6|[13.0.0-next.5...13.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.5...13.0.0-next.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-next.5|[13.0.0-next.4...13.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.4...13.0.0-next.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-next.4|[13.0.0-next.3...13.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.3...13.0.0-next.4)| 1 file changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.3|[13.0.0-next.2...13.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.2...13.0.0-next.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-next.2|[13.0.0-next.1...13.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.1...13.0.0-next.2)| 1 file changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.1|[13.0.0-next.0...13.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-next.0...13.0.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +13.0.0-next.0|[12.2.18...13.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.18...13.0.0-next.0)| 4 files changed, 13 insertions(+), 17 deletions(-) +12.2.18|[12.2.17...12.2.18](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.17...12.2.18)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.17|[12.2.16...12.2.17](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.16...12.2.17)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.16|[12.2.15...12.2.16](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.15...12.2.16)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.15|[12.2.14...12.2.15](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.14...12.2.15)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.14|[12.2.13...12.2.14](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.13...12.2.14)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.13|[12.2.12...12.2.13](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.12...12.2.13)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.12|[12.2.11...12.2.12](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.11...12.2.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.11|[12.2.10...12.2.11](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.10...12.2.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.10|[12.2.9...12.2.10](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.9...12.2.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.9|[12.2.8...12.2.9](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.8...12.2.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.8|[12.2.7...12.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.7...12.2.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.7|[12.2.6...12.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.6...12.2.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.6|[12.2.5...12.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.5...12.2.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.5|[12.2.4...12.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.4...12.2.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.4|[12.2.3...12.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.3...12.2.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.3|[12.2.2...12.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.2...12.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.2|[12.2.1...12.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.1...12.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.1|[12.2.0...12.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.0...12.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +12.2.0|[12.2.0-rc.0...12.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.0-rc.0...12.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.2.0-rc.0|[12.2.0-next.3...12.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.0-next.3...12.2.0-rc.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.2.0-next.3|[12.2.0-next.2...12.2.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.0-next.2...12.2.0-next.3)| 1 file changed, 13 insertions(+), 13 deletions(-) +12.2.0-next.2|[12.2.0-next.0...12.2.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.2.0-next.0...12.2.0-next.2)| 2 files changed, 15 insertions(+), 13 deletions(-) +12.2.0-next.0|[12.1.4...12.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.4...12.2.0-next.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +12.1.4|[12.1.3...12.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.3...12.1.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.1.3|[12.1.2...12.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.2...12.1.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.1.2|[12.1.1...12.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.1...12.1.2)| 3 files changed, 32 insertions(+), 47 deletions(-) +12.1.1|[12.1.0...12.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.0...12.1.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.1.0|[12.1.0-next.6...12.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.0-next.6...12.1.0)| 2 files changed, 18 insertions(+), 11 deletions(-) +12.1.0-next.6|[12.1.0-next.5...12.1.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.0-next.5...12.1.0-next.6)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.1.0-next.5|[12.1.0-next.4...12.1.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.0-next.4...12.1.0-next.5)| 1 file changed, 13 insertions(+), 13 deletions(-) +12.1.0-next.4|[12.1.0-next.3...12.1.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.0-next.3...12.1.0-next.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.1.0-next.3|[12.1.0-next.2...12.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.1.0-next.2...12.1.0-next.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.1.0-next.2|[12.0.5...12.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.5...12.1.0-next.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.5|[12.0.4...12.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.4...12.0.5)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.4|[12.0.3...12.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.3...12.0.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.3|[12.0.2...12.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.2...12.0.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.2|[12.0.1...12.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.1...12.0.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.1|[12.0.0...12.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0...12.0.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.0|[12.0.0-rc.3...12.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-rc.3...12.0.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.0-rc.3|[12.0.0-rc.2...12.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-rc.2...12.0.0-rc.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.0-rc.2|[12.0.0-rc.1...12.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-rc.1...12.0.0-rc.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.0-rc.1|[12.0.0-rc.0...12.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-rc.0...12.0.0-rc.1)| 2 files changed, 12 insertions(+), 26 deletions(-) +12.0.0-rc.0|[12.0.0-next.9...12.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.9...12.0.0-rc.0)| 6 files changed, 20 insertions(+), 123 deletions(-) +12.0.0-next.9|[12.0.0-next.8...12.0.0-next.9](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.8...12.0.0-next.9)| 1 file changed, 12 insertions(+), 12 deletions(-) +12.0.0-next.8|[12.0.0-next.7...12.0.0-next.8](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.7...12.0.0-next.8)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.0-next.7|[12.0.0-next.6...12.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.6...12.0.0-next.7)| 1 file changed, 11 insertions(+), 11 deletions(-) +12.0.0-next.6|[12.0.0-next.5...12.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.5...12.0.0-next.6)| 2 files changed, 12 insertions(+), 152 deletions(-) +12.0.0-next.5|[12.0.0-next.4...12.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.4...12.0.0-next.5)| 7 files changed, 20 insertions(+), 47 deletions(-) +12.0.0-next.4|[12.0.0-next.3...12.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.3...12.0.0-next.4)| 3 files changed, 41 insertions(+), 33 deletions(-) +12.0.0-next.3|[12.0.0-next.2...12.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.2...12.0.0-next.3)| 1 file changed, 12 insertions(+), 12 deletions(-) +12.0.0-next.2|[12.0.0-next.1...12.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.1...12.0.0-next.2)| 1 file changed, 13 insertions(+), 13 deletions(-) +12.0.0-next.1|[12.0.0-next.0...12.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/12.0.0-next.0...12.0.0-next.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.0-next.0|[11.2.19...12.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.19...12.0.0-next.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.19|[11.2.18...11.2.19](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.18...11.2.19)| 1 file changed, 1 insertion(+), 1 deletion(-) +11.2.18|[11.2.17...11.2.18](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.17...11.2.18)| 1 file changed, 2 insertions(+), 2 deletions(-) +11.2.17|[11.2.16...11.2.17](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.16...11.2.17)| 1 file changed, 2 insertions(+), 2 deletions(-) +11.2.16|[11.2.15...11.2.16](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.15...11.2.16)| 1 file changed, 1 insertion(+), 1 deletion(-) +11.2.15|[11.2.14...11.2.15](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.14...11.2.15)| 1 file changed, 1 insertion(+), 1 deletion(-) +11.2.14|[11.2.13...11.2.14](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.13...11.2.14)| 1 file changed, 1 insertion(+), 1 deletion(-) +11.2.13|[11.2.12...11.2.13](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.12...11.2.13)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.12|[11.2.11...11.2.12](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.11...11.2.12)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.11|[11.2.10...11.2.11](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.10...11.2.11)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.10|[11.2.9...11.2.10](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.9...11.2.10)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.9|[11.2.8...11.2.9](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.8...11.2.9)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.8|[11.2.7...11.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.7...11.2.8)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.7|[11.2.6...11.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.6...11.2.7)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.6|[11.2.5...11.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.5...11.2.6)| 2 files changed, 25 insertions(+), 20 deletions(-) +11.2.5|[11.2.4...11.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.4...11.2.5)| 2 files changed, 13 insertions(+), 12 deletions(-) +11.2.4|[11.2.3...11.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.3...11.2.4)| 1 file changed, 10 insertions(+), 10 deletions(-) +11.2.3|[11.2.2...11.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.2...11.2.3)| 2 files changed, 30 insertions(+), 49 deletions(-) +11.2.2|[11.2.1...11.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.1...11.2.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.1|[11.2.0...11.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.0...11.2.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.0|[11.2.0-rc.1...11.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.0-rc.1...11.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.2.0-rc.1|[11.2.0-rc.0...11.2.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.0-rc.0...11.2.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +11.2.0-rc.0|[11.2.0-next.0...11.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.2.0-next.0...11.2.0-rc.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +11.2.0-next.0|[11.1.4...11.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.4...11.2.0-next.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +11.1.4|[11.1.3...11.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.3...11.1.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +11.1.3|[11.1.2...11.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.2...11.1.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.1.2|[11.1.1...11.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.1...11.1.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.1.1|[11.1.0...11.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0...11.1.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +11.1.0|[11.1.0-rc.0...11.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0-rc.0...11.1.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.1.0-rc.0|[11.1.0-next.4...11.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0-next.4...11.1.0-rc.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.1.0-next.4|[11.1.0-next.3...11.1.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0-next.3...11.1.0-next.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.1.0-next.3|[11.1.0-next.2...11.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0-next.2...11.1.0-next.3)| 2 files changed, 14 insertions(+), 12 deletions(-) +11.1.0-next.2|[11.1.0-next.1...11.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0-next.1...11.1.0-next.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +11.1.0-next.1|[11.1.0-next.0...11.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.1.0-next.0...11.1.0-next.1)| 3 files changed, 14 insertions(+), 14 deletions(-) +11.1.0-next.0|[11.0.7...11.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.7...11.1.0-next.0)| 2 files changed, 13 insertions(+), 12 deletions(-) +11.0.7|[11.0.6...11.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.6...11.0.7)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.6|[11.0.5...11.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.5...11.0.6)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.5|[11.0.4...11.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.4...11.0.5)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.4|[11.0.3...11.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.3...11.0.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.3|[11.0.2...11.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.2...11.0.3)| 2 files changed, 17 insertions(+), 11 deletions(-) +11.0.2|[11.0.1...11.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.1...11.0.2)| 2 files changed, 14 insertions(+), 11 deletions(-) +11.0.1|[11.0.0...11.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0...11.0.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.0.0|[11.0.0-rc.3...11.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-rc.3...11.0.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +11.0.0-rc.3|[11.0.0-rc.2...11.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-rc.2...11.0.0-rc.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.0-rc.2|[11.0.0-rc.1...11.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-rc.1...11.0.0-rc.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.0-rc.1|[11.0.0-rc.0...11.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-rc.0...11.0.0-rc.1)| 1 file changed, 12 insertions(+), 12 deletions(-) +11.0.0-rc.0|[11.0.0-next.7...11.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.7...11.0.0-rc.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.0-next.7|[11.0.0-next.6...11.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.6...11.0.0-next.7)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.0-next.6|[11.0.0-next.5...11.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.5...11.0.0-next.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +11.0.0-next.5|[11.0.0-next.4...11.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.4...11.0.0-next.5)| 6 files changed, 20 insertions(+), 23 deletions(-) +11.0.0-next.4|[11.0.0-next.3...11.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.3...11.0.0-next.4)| 4 files changed, 11 insertions(+), 22 deletions(-) +11.0.0-next.3|[11.0.0-next.2...11.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.2...11.0.0-next.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +11.0.0-next.2|[11.0.0-next.1...11.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.1...11.0.0-next.2)| 2 files changed, 13 insertions(+), 14 deletions(-) +11.0.0-next.1|[11.0.0-next.0...11.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/11.0.0-next.0...11.0.0-next.1)| 3 files changed, 22 insertions(+), 17 deletions(-) +11.0.0-next.0|[10.2.4...11.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.2.4...11.0.0-next.0)| 2 files changed, 13 insertions(+), 14 deletions(-) +10.2.4|[10.2.3...10.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/10.2.3...10.2.4)| 1 file changed, 12 insertions(+), 12 deletions(-) +10.2.3|[10.2.2...10.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/10.2.2...10.2.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +10.2.2|[10.2.1...10.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/10.2.1...10.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +10.2.1|[10.2.0...10.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/10.2.0...10.2.1)| 2 files changed, 14 insertions(+), 12 deletions(-) +10.2.0|[10.1.7...10.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.7...10.2.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.7|[10.1.6...10.1.7](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.6...10.1.7)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.6|[10.1.5...10.1.6](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.5...10.1.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +10.1.5|[10.1.4...10.1.5](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.4...10.1.5)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.4|[10.1.3...10.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.3...10.1.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.3|[10.1.2...10.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.2...10.1.3)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.2|[10.1.1...10.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.1...10.1.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.1|[10.1.0...10.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0...10.1.1)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.0|[10.1.0-rc.0...10.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-rc.0...10.1.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.0-rc.0|[10.1.0-next.7...10.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.7...10.1.0-rc.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.0-next.7|[10.1.0-next.6...10.1.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.6...10.1.0-next.7)| 1 file changed, 12 insertions(+), 12 deletions(-) +10.1.0-next.6|[10.1.0-next.5...10.1.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.5...10.1.0-next.6)| 2 files changed, 12 insertions(+), 11 deletions(-) +10.1.0-next.5|[10.1.0-next.4...10.1.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.4...10.1.0-next.5)| 6 files changed, 41 insertions(+), 58 deletions(-) +10.1.0-next.4|[10.1.0-next.3...10.1.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.3...10.1.0-next.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.0-next.3|[10.1.0-next.2...10.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.2...10.1.0-next.3)| 1 file changed, 13 insertions(+), 13 deletions(-) +10.1.0-next.2|[10.1.0-next.1...10.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.1...10.1.0-next.2)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.1.0-next.1|[10.1.0-next.0...10.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/10.1.0-next.0...10.1.0-next.1)| 3 files changed, 47 insertions(+), 47 deletions(-) +10.1.0-next.0|[10.0.8...10.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.8...10.1.0-next.0)| 2 files changed, 34 insertions(+), 34 deletions(-) +10.0.8|[10.0.7...10.0.8](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.7...10.0.8)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.7|[10.0.6...10.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.6...10.0.7)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.6|[10.0.5...10.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.5...10.0.6)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.5|[10.0.4...10.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.4...10.0.5)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.4|[10.0.3...10.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.3...10.0.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.3|[10.0.2...10.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.2...10.0.3)| 2 files changed, 11 insertions(+), 14 deletions(-) +10.0.2|[10.0.1...10.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.1...10.0.2)| 2 files changed, 13 insertions(+), 13 deletions(-) +10.0.1|[10.0.0...10.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0...10.0.1)| 2 files changed, 13 insertions(+), 12 deletions(-) +10.0.0|[10.0.0-rc.5...10.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-rc.5...10.0.0)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.0-rc.5|[10.0.0-rc.4...10.0.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-rc.4...10.0.0-rc.5)| 7 files changed, 16 insertions(+), 5 deletions(-) +10.0.0-rc.4|[10.0.0-rc.3...10.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-rc.3...10.0.0-rc.4)| 1 file changed, 11 insertions(+), 11 deletions(-) +10.0.0-rc.3|[10.0.0-rc.2...10.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-rc.2...10.0.0-rc.3)| 2 files changed, 19 insertions(+), 15 deletions(-) +10.0.0-rc.2|[10.0.0-rc.0...10.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-rc.0...10.0.0-rc.2)| 3 files changed, 20 insertions(+), 16 deletions(-) +10.0.0-rc.0|[10.0.0-next.6...10.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.6...10.0.0-rc.0)| 6 files changed, 56 insertions(+), 40 deletions(-) +10.0.0-next.6|[10.0.0-next.5...10.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.5...10.0.0-next.6)| 1 file changed, 14 insertions(+), 14 deletions(-) +10.0.0-next.5|[10.0.0-next.4...10.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.4...10.0.0-next.5)| 1 file changed, 12 insertions(+), 12 deletions(-) +10.0.0-next.4|[10.0.0-next.3...10.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.3...10.0.0-next.4)| 6 files changed, 40 insertions(+), 26 deletions(-) +10.0.0-next.3|[10.0.0-next.2...10.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.2...10.0.0-next.3)| 1 file changed, 13 insertions(+), 13 deletions(-) +10.0.0-next.2|[10.0.0-next.1...10.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.1...10.0.0-next.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +10.0.0-next.1|[10.0.0-next.0...10.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/10.0.0-next.0...10.0.0-next.1)| 1 file changed, 13 insertions(+), 13 deletions(-) +10.0.0-next.0|[9.1.15...10.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.15...10.0.0-next.0)| 3 files changed, 20 insertions(+), 15 deletions(-) +9.1.15|[9.1.14...9.1.15](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.14...9.1.15)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.1.14|[9.1.13...9.1.14](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.13...9.1.14)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.1.13|[9.1.12...9.1.13](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.12...9.1.13)| 1 file changed, 11 insertions(+), 11 deletions(-) +9.1.12|[9.1.11...9.1.12](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.11...9.1.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.1.11|[9.1.10...9.1.11](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.10...9.1.11)| 1 file changed, 11 insertions(+), 11 deletions(-) +9.1.10|[9.1.9...9.1.10](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.9...9.1.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.1.9|[9.1.8...9.1.9](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.8...9.1.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.1.8|[9.1.7...9.1.8](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.7...9.1.8)| 1 file changed, 11 insertions(+), 11 deletions(-) +9.1.7|[9.1.6...9.1.7](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.6...9.1.7)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.1.6|[9.1.5...9.1.6](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.5...9.1.6)| 1 file changed, 11 insertions(+), 11 deletions(-) +9.1.5|[9.1.4...9.1.5](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.4...9.1.5)| 1 file changed, 11 insertions(+), 12 deletions(-) +9.1.4|[9.1.3...9.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.3...9.1.4)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.1.3|[9.1.2...9.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.2...9.1.3)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.1.2|[9.1.1...9.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.1...9.1.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.1.1|[9.1.0...9.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0...9.1.1)| 2 files changed, 13 insertions(+), 13 deletions(-) +9.1.0|[9.1.0-rc.0...9.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0-rc.0...9.1.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.1.0-rc.0|[9.1.0-next.4...9.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0-next.4...9.1.0-rc.0)| 2 files changed, 13 insertions(+), 13 deletions(-) +9.1.0-next.4|[9.1.0-next.3...9.1.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0-next.3...9.1.0-next.4)| 2 files changed, 77 insertions(+), 20 deletions(-) +9.1.0-next.3|[9.1.0-next.2...9.1.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0-next.2...9.1.0-next.3)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.1.0-next.2|[9.1.0-next.1...9.1.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0-next.1...9.1.0-next.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.1.0-next.1|[9.1.0-next.0...9.1.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/9.1.0-next.0...9.1.0-next.1)| 2 files changed, 15 insertions(+), 12 deletions(-) +9.1.0-next.0|[9.0.7...9.1.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.7...9.1.0-next.0)| 1 file changed, 14 insertions(+), 14 deletions(-) +9.0.7|[9.0.6...9.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.6...9.0.7)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.6|[9.0.5...9.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.5...9.0.6)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.5|[9.0.4...9.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.4...9.0.5)| 2 files changed, 12 insertions(+), 15 deletions(-) +9.0.4|[9.0.3...9.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.3...9.0.4)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.3|[9.0.2...9.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.2...9.0.3)| 2 files changed, 17 insertions(+), 14 deletions(-) +9.0.2|[9.0.1...9.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.1...9.0.2)| 2 files changed, 13 insertions(+), 13 deletions(-) +9.0.1|[9.0.0...9.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0...9.0.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0|[9.0.0-rc.14...9.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.14...9.0.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.14|[9.0.0-rc.13...9.0.0-rc.14](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.13...9.0.0-rc.14)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-rc.13|[9.0.0-rc.12...9.0.0-rc.13](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.12...9.0.0-rc.13)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.0.0-rc.12|[9.0.0-rc.11...9.0.0-rc.12](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.11...9.0.0-rc.12)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.11|[9.0.0-rc.10...9.0.0-rc.11](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.10...9.0.0-rc.11)| 4 files changed, 23 insertions(+), 19 deletions(-) +9.0.0-rc.10|[9.0.0-rc.9...9.0.0-rc.10](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.9...9.0.0-rc.10)| 2 files changed, 5 insertions(+), 4 deletions(-) +9.0.0-rc.9|[9.0.0-rc.8...9.0.0-rc.9](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.8...9.0.0-rc.9)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.8|[9.0.0-rc.7...9.0.0-rc.8](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.7...9.0.0-rc.8)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.7|[9.0.0-rc.6...9.0.0-rc.7](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.6...9.0.0-rc.7)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.6|[9.0.0-rc.5...9.0.0-rc.6](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.5...9.0.0-rc.6)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.5|[9.0.0-rc.4...9.0.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.4...9.0.0-rc.5)| 2 files changed, 14 insertions(+), 14 deletions(-) +9.0.0-rc.4|[9.0.0-rc.3...9.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.3...9.0.0-rc.4)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.3|[9.0.0-rc.2...9.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.2...9.0.0-rc.3)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.2|[9.0.0-rc.1...9.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.1...9.0.0-rc.2)| 1 file changed, 13 insertions(+), 14 deletions(-) +9.0.0-rc.1|[9.0.0-rc.0...9.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-rc.0...9.0.0-rc.1)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-rc.0|[9.0.0-next.19...9.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.19...9.0.0-rc.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-next.19|[9.0.0-next.18...9.0.0-next.19](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.18...9.0.0-next.19)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-next.18|[9.0.0-next.17...9.0.0-next.18](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.17...9.0.0-next.18)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.17|[9.0.0-next.16...9.0.0-next.17](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.16...9.0.0-next.17)| 1 file changed, 12 insertions(+), 12 deletions(-) +9.0.0-next.16|[9.0.0-next.15...9.0.0-next.16](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.15...9.0.0-next.16)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.0.0-next.15|[9.0.0-next.14...9.0.0-next.15](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.14...9.0.0-next.15)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.14|[9.0.0-next.13...9.0.0-next.14](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.13...9.0.0-next.14)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.13|[9.0.0-next.12...9.0.0-next.13](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.12...9.0.0-next.13)| 2 files changed, 17 insertions(+), 17 deletions(-) +9.0.0-next.12|[9.0.0-next.11...9.0.0-next.12](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.11...9.0.0-next.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.11|[9.0.0-next.10...9.0.0-next.11](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.10...9.0.0-next.11)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.10|[9.0.0-next.9...9.0.0-next.10](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.9...9.0.0-next.10)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.0.0-next.9|[9.0.0-next.8...9.0.0-next.9](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.8...9.0.0-next.9)| 2 files changed, 18 insertions(+), 17 deletions(-) +9.0.0-next.8|[9.0.0-next.7...9.0.0-next.8](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.7...9.0.0-next.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.7|[9.0.0-next.6...9.0.0-next.7](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.6...9.0.0-next.7)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.0.0-next.6|[9.0.0-next.5...9.0.0-next.6](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.5...9.0.0-next.6)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.0.0-next.5|[9.0.0-next.4...9.0.0-next.5](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.4...9.0.0-next.5)| 1 file changed, 13 insertions(+), 13 deletions(-) +9.0.0-next.4|[9.0.0-next.3...9.0.0-next.4](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.3...9.0.0-next.4)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.3|[9.0.0-next.2...9.0.0-next.3](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.2...9.0.0-next.3)| 2 files changed, 19 insertions(+), 12 deletions(-) +9.0.0-next.2|[9.0.0-next.1...9.0.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.1...9.0.0-next.2)| 3 files changed, 18 insertions(+), 33 deletions(-) +9.0.0-next.1|[9.0.0-next.0...9.0.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/9.0.0-next.0...9.0.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.0|[8.3.28...9.0.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.28...9.0.0-next.0)| 3 files changed, 24 insertions(+), 28 deletions(-) +8.3.28|[8.3.27...8.3.28](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.27...8.3.28)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.27|[8.3.26...8.3.27](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.26...8.3.27)| 1 file changed, 3 insertions(+), 3 deletions(-) +8.3.26|[8.3.25...8.3.26](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.25...8.3.26)| 1 file changed, 1 insertion(+), 1 deletion(-) +8.3.25|[8.3.24...8.3.25](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.24...8.3.25)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.24|[8.3.23...8.3.24](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.23...8.3.24)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.23|[8.3.22...8.3.23](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.22...8.3.23)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.22|[8.3.21...8.3.22](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.21...8.3.22)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.21|[8.3.20...8.3.21](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.20...8.3.21)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.20|[8.3.19...8.3.20](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.19...8.3.20)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.19|[8.3.18...8.3.19](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.18...8.3.19)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.18|[8.3.17...8.3.18](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.17...8.3.18)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.17|[8.3.16...8.3.17](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.16...8.3.17)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.16|[8.3.15...8.3.16](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.15...8.3.16)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.15|[8.3.14...8.3.15](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.14...8.3.15)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.14|[8.3.13...8.3.14](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.13...8.3.14)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.13|[8.3.12...8.3.13](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.12...8.3.13)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.12|[8.3.10...8.3.12](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.10...8.3.12)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.10|[8.3.9...8.3.10](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.9...8.3.10)| 2 files changed, 13 insertions(+), 13 deletions(-) +8.3.9|[8.3.8...8.3.9](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.8...8.3.9)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.8|[8.3.7...8.3.8](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.7...8.3.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.7|[8.3.6...8.3.7](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.6...8.3.7)| 2 files changed, 12 insertions(+), 13 deletions(-) +8.3.6|[8.3.5...8.3.6](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.5...8.3.6)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.5|[8.3.4...8.3.5](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.4...8.3.5)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.4|[8.3.3...8.3.4](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.3...8.3.4)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.3|[8.3.2...8.3.3](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.2...8.3.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.2|[8.3.1...8.3.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.1...8.3.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.3.1|[8.3.0...8.3.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.0...8.3.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +8.3.0|[8.3.0-rc.0...8.3.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.0-rc.0...8.3.0)| 2 files changed, 46 insertions(+), 12 deletions(-) +8.3.0-rc.0|[8.3.0-next.2...8.3.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.0-next.2...8.3.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.0-next.2|[8.3.0-next.1...8.3.0-next.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.0-next.1...8.3.0-next.2)| 7 files changed, 506 insertions(+), 25 deletions(-) +8.3.0-next.1|[8.3.0-next.0...8.3.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.3.0-next.0...8.3.0-next.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.3.0-next.0|[8.2.2...8.3.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.2.2...8.3.0-next.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.2.2|[8.2.1...8.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.2.1...8.2.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.2.1|[8.2.0...8.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.2.0...8.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.2.0|[8.2.0-rc.0...8.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.2.0-rc.0...8.2.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.2.0-rc.0|[8.2.0-next.1...8.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.2.0-next.1...8.2.0-rc.0)| 2 files changed, 19 insertions(+), 14 deletions(-) +8.2.0-next.1|[8.2.0-next.0...8.2.0-next.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.2.0-next.0...8.2.0-next.1)| 2 files changed, 16 insertions(+), 12 deletions(-) +8.2.0-next.0|[8.1.3...8.2.0-next.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.3...8.2.0-next.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.1.3|[8.1.2...8.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.2...8.1.3)| 2 files changed, 14 insertions(+), 14 deletions(-) +8.1.2|[8.1.1...8.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.1...8.1.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.1.1|[8.1.0...8.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.0...8.1.1)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.1.0|[8.1.0-rc.0...8.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.0-rc.0...8.1.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.1.0-rc.0|[8.1.0-beta.3...8.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.0-beta.3...8.1.0-rc.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.1.0-beta.3|[8.1.0-beta.2...8.1.0-beta.3](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.0-beta.2...8.1.0-beta.3)| 2 files changed, 5 insertions(+), 1 deletion(-) +8.1.0-beta.2|[8.1.0-beta.1...8.1.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.0-beta.1...8.1.0-beta.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.1.0-beta.1|[8.1.0-beta.0...8.1.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.1.0-beta.0...8.1.0-beta.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.1.0-beta.0|[8.0.6...8.1.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.6...8.1.0-beta.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.6|[8.0.5...8.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.5...8.0.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.0.5|[8.0.4...8.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.4...8.0.5)| 3 files changed, 13 insertions(+), 15 deletions(-) +8.0.4|[8.0.3...8.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.3...8.0.4)| 2 files changed, 3 insertions(+), 2 deletions(-) +8.0.3|[8.0.2...8.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.2...8.0.3)| 2 files changed, 14 insertions(+), 13 deletions(-) +8.0.2|[8.0.1...8.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.1...8.0.2)| 2 files changed, 2 insertions(+), 1 deletion(-) +8.0.1|[8.0.0...8.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0...8.0.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +8.0.0|[8.0.0-rc.4...8.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-rc.4...8.0.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.0-rc.4|[8.0.0-rc.3...8.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-rc.3...8.0.0-rc.4)| 2 files changed, 13 insertions(+), 17 deletions(-) +8.0.0-rc.3|[8.0.0-rc.2...8.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-rc.2...8.0.0-rc.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +8.0.0-rc.2|[8.0.0-rc.1...8.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-rc.1...8.0.0-rc.2)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.0-rc.1|[8.0.0-rc.0...8.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-rc.0...8.0.0-rc.1)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.0-rc.0|[8.0.0-beta.18...8.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.18...8.0.0-rc.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.0-beta.18|[8.0.0-beta.17...8.0.0-beta.18](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.17...8.0.0-beta.18)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.0-beta.17|[8.0.0-beta.16...8.0.0-beta.17](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.16...8.0.0-beta.17)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.0.0-beta.16|[8.0.0-beta.15...8.0.0-beta.16](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.15...8.0.0-beta.16)| 3 files changed, 11 insertions(+), 10 deletions(-) +8.0.0-beta.15|[8.0.0-beta.14...8.0.0-beta.15](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.14...8.0.0-beta.15)| 1 file changed, 1 insertion(+), 1 deletion(-) +8.0.0-beta.14|[8.0.0-beta.13...8.0.0-beta.14](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.13...8.0.0-beta.14)| 3 files changed, 22 insertions(+), 20 deletions(-) +8.0.0-beta.13|[8.0.0-beta.12...8.0.0-beta.13](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.12...8.0.0-beta.13)| 1 file changed, 1 insertion(+), 1 deletion(-) +8.0.0-beta.12|[8.0.0-beta.11...8.0.0-beta.12](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.11...8.0.0-beta.12)| 1 file changed, 1 insertion(+), 2 deletions(-) +8.0.0-beta.11|[8.0.0-beta.10...8.0.0-beta.11](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.10...8.0.0-beta.11)| 3 files changed, 22 insertions(+), 22 deletions(-) +8.0.0-beta.10|[8.0.0-beta.9...8.0.0-beta.10](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.9...8.0.0-beta.10)| 1 file changed, 12 insertions(+), 12 deletions(-) +8.0.0-beta.9|[8.0.0-beta.8...8.0.0-beta.9](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.8...8.0.0-beta.9)| 1 file changed, 1 insertion(+), 1 deletion(-) +8.0.0-beta.8|[8.0.0-beta.7...8.0.0-beta.8](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.7...8.0.0-beta.8)| 3 files changed, 25 insertions(+), 16 deletions(-) +8.0.0-beta.7|[8.0.0-beta.6...8.0.0-beta.7](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.6...8.0.0-beta.7)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.0.0-beta.6|[8.0.0-beta.5...8.0.0-beta.6](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.5...8.0.0-beta.6)| 1 file changed, 2 insertions(+), 2 deletions(-) +8.0.0-beta.5|[8.0.0-beta.4...8.0.0-beta.5](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.4...8.0.0-beta.5)| 13 files changed, 83 insertions(+), 100 deletions(-) +8.0.0-beta.4|[8.0.0-beta.2...8.0.0-beta.4](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.2...8.0.0-beta.4)| 2 files changed, 2 insertions(+), 8 deletions(-) +8.0.0-beta.2|[8.0.0-beta.1...8.0.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.1...8.0.0-beta.2)| 2 files changed, 13 insertions(+), 13 deletions(-) +8.0.0-beta.1|[8.0.0-beta.0...8.0.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/8.0.0-beta.0...8.0.0-beta.1)| 2 files changed, 19 insertions(+), 13 deletions(-) +8.0.0-beta.0|[7.3.10...8.0.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.10...8.0.0-beta.0)| 1 file changed, 15 insertions(+), 15 deletions(-) +7.3.10|[7.3.9...7.3.10](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.9...7.3.10)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.3.9|[7.3.8...7.3.9](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.8...7.3.9)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.3.8|[7.3.7...7.3.8](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.7...7.3.8)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.3.7|[7.3.6...7.3.7](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.6...7.3.7)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.3.6|[7.3.5...7.3.6](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.5...7.3.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.3.5|[7.3.4...7.3.5](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.4...7.3.5)| 2 files changed, 16 insertions(+), 16 deletions(-) +7.3.4|[7.3.3...7.3.4](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.3...7.3.4)| 2 files changed, 2 insertions(+), 2 deletions(-) +7.3.3|[7.3.2...7.3.3](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.2...7.3.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +7.3.2|[7.3.1...7.3.2](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.1...7.3.2)| 4 files changed, 6 insertions(+), 3 deletions(-) +7.3.1|[7.3.0...7.3.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.0...7.3.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.3.0|[7.3.0-rc.0...7.3.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.0-rc.0...7.3.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +7.3.0-rc.0|[7.3.0-beta.0...7.3.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.3.0-beta.0...7.3.0-rc.0)| 1 file changed, 2 insertions(+), 2 deletions(-) +7.3.0-beta.0|[7.2.4...7.3.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.4...7.3.0-beta.0)| 5 files changed, 28 insertions(+), 105 deletions(-) +7.2.4|[7.2.3...7.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.3...7.2.4)| 2 files changed, 2 insertions(+), 2 deletions(-) +7.2.3|[7.2.2...7.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.2...7.2.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +7.2.2|[7.2.1...7.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.1...7.2.2)| 2 files changed, 10 insertions(+), 1 deletion(-) +7.2.1|[7.2.0...7.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.0...7.2.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.2.0|[7.2.0-rc.0...7.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.0-rc.0...7.2.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +7.2.0-rc.0|[7.2.0-beta.2...7.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.0-beta.2...7.2.0-rc.0)| 1 file changed, 13 insertions(+), 13 deletions(-) +7.2.0-beta.2|[7.2.0-beta.1...7.2.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.0-beta.1...7.2.0-beta.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +7.2.0-beta.1|[7.2.0-beta.0...7.2.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.2.0-beta.0...7.2.0-beta.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.2.0-beta.0|[7.1.4...7.2.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.4...7.2.0-beta.0)| 2 files changed, 2 insertions(+), 1 deletion(-) +7.1.4|[7.1.3...7.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.3...7.1.4)| 2 files changed, 6 insertions(+), 10 deletions(-) +7.1.3|[7.1.2...7.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.2...7.1.3)| 2 files changed, 20 insertions(+), 11 deletions(-) +7.1.2|[7.1.1...7.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.1...7.1.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.1.1|[7.1.0...7.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.0...7.1.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +7.1.0|[7.1.0-rc.0...7.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.0-rc.0...7.1.0)| 1 file changed, 12 insertions(+), 12 deletions(-) +7.1.0-rc.0|[7.1.0-beta.1...7.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.0-beta.1...7.1.0-rc.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.1.0-beta.1|[7.1.0-beta.0...7.1.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.1.0-beta.0...7.1.0-beta.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +7.1.0-beta.0|[7.0.7...7.1.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.7...7.1.0-beta.0)| 5 files changed, 22 insertions(+), 17 deletions(-) +7.0.7|[7.0.6...7.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.6...7.0.7)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.0.6|[7.0.5...7.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.5...7.0.6)| 4 files changed, 4 insertions(+), 4 deletions(-) +7.0.5|[7.0.4...7.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.4...7.0.5)| 1 file changed, 2 insertions(+), 2 deletions(-) +7.0.4|[7.0.3...7.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.3...7.0.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.0.3|[7.0.2...7.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.2...7.0.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.0.2|[7.0.1...7.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.1...7.0.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.0.1|[7.0.0-rc.3...7.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-rc.3...7.0.1)| 1 file changed, 14 insertions(+), 14 deletions(-) +7.0.0-rc.3|[7.0.0-rc.2...7.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-rc.2...7.0.0-rc.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +7.0.0-rc.2|[7.0.0-rc.1...7.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-rc.1...7.0.0-rc.2)| 3 files changed, 4 insertions(+), 6 deletions(-) +7.0.0-rc.1|[7.0.0-rc.0...7.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-rc.0...7.0.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +7.0.0-rc.0|[7.0.0-beta.4...7.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-beta.4...7.0.0-rc.0)| 4 files changed, 31 insertions(+), 23 deletions(-) +7.0.0-beta.4|[7.0.0-beta.3...7.0.0-beta.4](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-beta.3...7.0.0-beta.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +7.0.0-beta.3|[7.0.0-beta.2...7.0.0-beta.3](https://github.com/cexbrayat/angular-cli-diff/compare/7.0.0-beta.2...7.0.0-beta.3)| 2 files changed, 14 insertions(+), 13 deletions(-) +7.0.0-beta.2|[6.2.9...7.0.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.9...7.0.0-beta.2)| 2 files changed, 16 insertions(+), 16 deletions(-) +6.2.9|[6.2.8...6.2.9](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.8...6.2.9)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.8|[6.2.7...6.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.7...6.2.8)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.7|[6.2.6...6.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.6...6.2.7)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.6|[6.2.5...6.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.5...6.2.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.5|[6.2.4...6.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.4...6.2.5)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.4|[6.2.3...6.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.3...6.2.4)| 2 files changed, 11 insertions(+), 7 deletions(-) +6.2.3|[6.2.2...6.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.2...6.2.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.2|[6.2.1...6.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.1...6.2.2)| 3 files changed, 4 insertions(+), 4 deletions(-) +6.2.1|[6.2.0...6.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0...6.2.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.2.0|[6.2.0-rc.1...6.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0-rc.1...6.2.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.2.0-rc.1|[6.2.0-rc.0...6.2.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0-rc.0...6.2.0-rc.1)| 2 files changed, 8 insertions(+), 7 deletions(-) +6.2.0-rc.0|[6.2.0-beta.3...6.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0-beta.3...6.2.0-rc.0)| 1 file changed, 3 insertions(+), 3 deletions(-) +6.2.0-beta.3|[6.2.0-beta.2...6.2.0-beta.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0-beta.2...6.2.0-beta.3)| 2 files changed, 2 insertions(+), 1 deletion(-) +6.2.0-beta.2|[6.2.0-beta.1...6.2.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0-beta.1...6.2.0-beta.2)| 2 files changed, 2 insertions(+), 1 deletion(-) +6.2.0-beta.1|[6.2.0-beta.0...6.2.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.2.0-beta.0...6.2.0-beta.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.2.0-beta.0|[6.1.5...6.2.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.5...6.2.0-beta.0)| 2 files changed, 11 insertions(+), 11 deletions(-) +6.1.5|[6.1.4...6.1.5](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.4...6.1.5)| 2 files changed, 5 insertions(+), 3 deletions(-) +6.1.4|[6.1.3...6.1.4](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.3...6.1.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +6.1.3|[6.1.2...6.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.2...6.1.3)| 2 files changed, 5 insertions(+), 5 deletions(-) +6.1.2|[6.1.1...6.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.1...6.1.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.1.1|[6.1.0...6.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0...6.1.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.1.0|[6.1.0-rc.3...6.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0-rc.3...6.1.0)| 1 file changed, 13 insertions(+), 13 deletions(-) +6.1.0-rc.3|[6.1.0-rc.2...6.1.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0-rc.2...6.1.0-rc.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.1.0-rc.2|[6.1.0-rc.1...6.1.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0-rc.1...6.1.0-rc.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.1.0-rc.1|[6.1.0-rc.0...6.1.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0-rc.0...6.1.0-rc.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.1.0-rc.0|[6.1.0-beta.2...6.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0-beta.2...6.1.0-rc.0)| 4 files changed, 6 insertions(+), 7 deletions(-) +6.1.0-beta.2|[6.1.0-beta.0...6.1.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.1.0-beta.0...6.1.0-beta.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.1.0-beta.0|[6.0.8...6.1.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.8...6.1.0-beta.0)| 3 files changed, 5 insertions(+), 5 deletions(-) +6.0.8|[6.0.7...6.0.8](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.7...6.0.8)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.0.7|[6.0.5...6.0.7](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.5...6.0.7)| 3 files changed, 9 insertions(+), 4 deletions(-) +6.0.5|[6.0.3...6.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.3...6.0.5)| 1 file changed, 13 insertions(+), 13 deletions(-) +6.0.3|[6.0.2...6.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.2...6.0.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +6.0.2|[6.0.1...6.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.1...6.0.2)| 1 file changed, 13 insertions(+), 13 deletions(-) +6.0.1|[6.0.0...6.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0...6.0.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +6.0.0|[6.0.0-rc.10...6.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.10...6.0.0)| 1 file changed, 13 insertions(+), 13 deletions(-) +6.0.0-rc.10|[6.0.0-rc.9...6.0.0-rc.10](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.9...6.0.0-rc.10)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.0.0-rc.9|[6.0.0-rc.8...6.0.0-rc.9](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.8...6.0.0-rc.9)| 2 files changed, 3 insertions(+), 4 deletions(-) +6.0.0-rc.8|[6.0.0-rc.7...6.0.0-rc.8](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.7...6.0.0-rc.8)| 3 files changed, 21 insertions(+), 36 deletions(-) +6.0.0-rc.7|[6.0.0-rc.6...6.0.0-rc.7](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.6...6.0.0-rc.7)| 4 files changed, 24 insertions(+), 20 deletions(-) +6.0.0-rc.6|[6.0.0-rc.5...6.0.0-rc.6](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.5...6.0.0-rc.6)| 2 files changed, 5 insertions(+), 10 deletions(-) +6.0.0-rc.5|[6.0.0-rc.4...6.0.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.4...6.0.0-rc.5)| 3 files changed, 7 insertions(+), 7 deletions(-) +6.0.0-rc.4|[6.0.0-rc.3...6.0.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.3...6.0.0-rc.4)| 3 files changed, 21 insertions(+), 3 deletions(-) +6.0.0-rc.3|[6.0.0-rc.2...6.0.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.2...6.0.0-rc.3)| 2 files changed, 1 insertion(+), 2 deletions(-) +6.0.0-rc.2|[6.0.0-rc.1...6.0.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.1...6.0.0-rc.2)| 1 file changed, 2 insertions(+), 2 deletions(-) +6.0.0-rc.1|[6.0.0-rc.0...6.0.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-rc.0...6.0.0-rc.1)| 2 files changed, 8 insertions(+), 8 deletions(-) +6.0.0-rc.0|[6.0.0-beta.9...6.0.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.9...6.0.0-rc.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.0.0-beta.9|[6.0.0-beta.8...6.0.0-beta.9](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.8...6.0.0-beta.9)| 24 files changed, 50 insertions(+), 50 deletions(-) +6.0.0-beta.8|[6.0.0-beta.7...6.0.0-beta.8](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.7...6.0.0-beta.8)| 3 files changed, 14 insertions(+), 13 deletions(-) +6.0.0-beta.7|[6.0.0-beta.6...6.0.0-beta.7](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.6...6.0.0-beta.7)| 29 files changed, 179 insertions(+), 120 deletions(-) +6.0.0-beta.6|[6.0.0-beta.5...6.0.0-beta.6](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.5...6.0.0-beta.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.0.0-beta.5|[6.0.0-beta.4...6.0.0-beta.5](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.4...6.0.0-beta.5)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.0.0-beta.4|[6.0.0-beta.3...6.0.0-beta.4](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.3...6.0.0-beta.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +6.0.0-beta.3|[6.0.0-beta.2...6.0.0-beta.3](https://github.com/cexbrayat/angular-cli-diff/compare/6.0.0-beta.2...6.0.0-beta.3)| 2 files changed, 18 insertions(+), 10 deletions(-) +6.0.0-beta.2|[1.7.4...6.0.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.4...6.0.0-beta.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.4|[1.7.3...1.7.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.3...1.7.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.3|[1.7.2...1.7.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.2...1.7.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.2|[1.7.1...1.7.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.1...1.7.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.1|[1.7.0...1.7.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.0...1.7.1)| 2 files changed, 2 insertions(+), 1 deletion(-) +1.7.0|[1.7.0-rc.0...1.7.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.0-rc.0...1.7.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.0-rc.0|[1.7.0-beta.3...1.7.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.0-beta.3...1.7.0-rc.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.0-beta.3|[1.7.0-beta.2...1.7.0-beta.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.0-beta.2...1.7.0-beta.3)| 2 files changed, 14 insertions(+), 1 deletion(-) +1.7.0-beta.2|[1.7.0-beta.1...1.7.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.0-beta.1...1.7.0-beta.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.7.0-beta.1|[1.7.0-beta.0...1.7.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.7.0-beta.0...1.7.0-beta.1)| 1 file changed, 3 insertions(+), 3 deletions(-) +1.7.0-beta.0|[1.6.8...1.7.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.8...1.7.0-beta.0)| 1 file changed, 3 insertions(+), 3 deletions(-) +1.6.8|[1.6.7...1.6.8](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.7...1.6.8)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.7|[1.6.6...1.6.7](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.6...1.6.7)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.6|[1.6.5...1.6.6](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.5...1.6.6)| 1 file changed, 1 insertion(+), 2 deletions(-) +1.6.5|[1.6.4...1.6.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.4...1.6.5)| 3 files changed, 13 insertions(+), 15 deletions(-) +1.6.4|[1.6.3...1.6.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.3...1.6.4)| 1 file changed, 4 insertions(+), 4 deletions(-) +1.6.3|[1.6.2...1.6.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.2...1.6.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.2|[1.6.1...1.6.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.1...1.6.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.1|[1.6.0...1.6.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0...1.6.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0|[1.6.0-rc.2...1.6.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0-rc.2...1.6.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0-rc.2|[1.6.0-rc.1...1.6.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0-rc.1...1.6.0-rc.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0-rc.1|[1.6.0-rc.0...1.6.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0-rc.0...1.6.0-rc.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0-rc.0|[1.6.0-beta.2...1.6.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0-beta.2...1.6.0-rc.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0-beta.2|[1.6.0-beta.1...1.6.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0-beta.1...1.6.0-beta.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0-beta.1|[1.6.0-beta.0...1.6.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.6.0-beta.0...1.6.0-beta.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.6.0-beta.0|[1.5.6...1.6.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.6...1.6.0-beta.0)| 1 file changed, 4 insertions(+), 4 deletions(-) +1.5.6|[1.5.5...1.5.6](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.5...1.5.6)| 4 files changed, 24 insertions(+), 36 deletions(-) +1.5.5|[1.5.4...1.5.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.4...1.5.5)| 3 files changed, 5 insertions(+), 12 deletions(-) +1.5.4|[1.5.3...1.5.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.3...1.5.4)| 3 files changed, 6 insertions(+), 5 deletions(-) +1.5.3|[1.5.2...1.5.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.2...1.5.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.2|[1.5.1...1.5.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.1...1.5.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.1|[1.5.0...1.5.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0...1.5.1)| 3 files changed, 4 insertions(+), 2 deletions(-) +1.5.0|[1.5.0-rc.8...1.5.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.8...1.5.0)| 1 file changed, 14 insertions(+), 14 deletions(-) +1.5.0-rc.8|[1.5.0-rc.7...1.5.0-rc.8](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.7...1.5.0-rc.8)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.7|[1.5.0-rc.6...1.5.0-rc.7](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.6...1.5.0-rc.7)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.6|[1.5.0-rc.5...1.5.0-rc.6](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.5...1.5.0-rc.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.5|[1.5.0-rc.4...1.5.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.4...1.5.0-rc.5)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.4|[1.5.0-rc.3...1.5.0-rc.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.3...1.5.0-rc.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.3|[1.5.0-rc.2...1.5.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.2...1.5.0-rc.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.2|[1.5.0-rc.1...1.5.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.1...1.5.0-rc.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.1|[1.5.0-rc.0...1.5.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-rc.0...1.5.0-rc.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-rc.0|[1.5.0-beta.4...1.5.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-beta.4...1.5.0-rc.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-beta.4|[1.5.0-beta.3...1.5.0-beta.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.5.0-beta.3...1.5.0-beta.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.5.0-beta.3|[1.4.10...1.5.0-beta.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.10...1.5.0-beta.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.10|[1.4.9...1.4.10](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.9...1.4.10)| 2 files changed, 1 insertion(+), 4 deletions(-) +1.4.9|[1.4.8...1.4.9](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.8...1.4.9)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.8|[1.4.7...1.4.8](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.7...1.4.8)| 4 files changed, 11 insertions(+), 3 deletions(-) +1.4.7|[1.4.6...1.4.7](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.6...1.4.7)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.6|[1.4.5...1.4.6](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.5...1.4.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.5|[1.4.4...1.4.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.4...1.4.5)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.4|[1.4.3...1.4.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.3...1.4.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.3|[1.4.2...1.4.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.2...1.4.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.2|[1.4.1...1.4.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.1...1.4.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.1|[1.4.0...1.4.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.0...1.4.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.0|[1.4.0-rc.2...1.4.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.0-rc.2...1.4.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.0-rc.2|[1.4.0-rc.1...1.4.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.0-rc.1...1.4.0-rc.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.0-rc.1|[1.4.0-beta.2...1.4.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.0-beta.2...1.4.0-rc.1)| 6 files changed, 16 insertions(+), 14 deletions(-) +1.4.0-beta.2|[1.4.0-beta.1...1.4.0-beta.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.0-beta.1...1.4.0-beta.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.4.0-beta.1|[1.4.0-beta.0...1.4.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.4.0-beta.0...1.4.0-beta.1)| 4 files changed, 4 insertions(+), 13 deletions(-) +1.4.0-beta.0|[1.3.2...1.4.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.2...1.4.0-beta.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.3.2|[1.3.1...1.3.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.1...1.3.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.3.1|[1.3.0...1.3.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0...1.3.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.3.0|[1.3.0-rc.5...1.3.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-rc.5...1.3.0)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.3.0-rc.5|[1.3.0-rc.3...1.3.0-rc.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-rc.3...1.3.0-rc.5)| 3 files changed, 3 insertions(+), 2 deletions(-) +1.3.0-rc.3|[1.3.0-rc.2...1.3.0-rc.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-rc.2...1.3.0-rc.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.3.0-rc.2|[1.3.0-rc.1...1.3.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-rc.1...1.3.0-rc.2)| 2 files changed, 2 insertions(+), 2 deletions(-) +1.3.0-rc.1|[1.3.0-rc.0...1.3.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-rc.0...1.3.0-rc.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.3.0-rc.0|[1.3.0-beta.1...1.3.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-beta.1...1.3.0-rc.0)| 4 files changed, 12 insertions(+), 9 deletions(-) +1.3.0-beta.1|[1.3.0-beta.0...1.3.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.3.0-beta.0...1.3.0-beta.1)| 9 files changed, 16 insertions(+), 9 deletions(-) +1.3.0-beta.0|[1.2.8...1.3.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.8...1.3.0-beta.0)| 12 files changed, 30 insertions(+), 41 deletions(-) +1.2.8|[1.2.7...1.2.8](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.7...1.2.8)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.2.7|[1.2.6...1.2.7](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.6...1.2.7)| 3 files changed, 3 insertions(+), 2 deletions(-) +1.2.6|[1.2.5...1.2.6](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.5...1.2.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.2.5|[1.2.4...1.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.4...1.2.5)| 2 files changed, 2 insertions(+), 2 deletions(-) +1.2.4|[1.2.3...1.2.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.3...1.2.4)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.2.3|[1.2.2...1.2.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.2...1.2.3)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.2.2|[1.2.1...1.2.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.1...1.2.2)| 2 files changed, 9 insertions(+), 6 deletions(-) +1.2.1|[1.2.0...1.2.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.0...1.2.1)| 9 files changed, 16 insertions(+), 9 deletions(-) +1.2.0|[1.2.0-rc.1...1.2.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.0-rc.1...1.2.0)| 3 files changed, 6 insertions(+), 4 deletions(-) +1.2.0-rc.1|[1.2.0-rc.0...1.2.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.0-rc.0...1.2.0-rc.1)| 1 file changed, 2 insertions(+), 2 deletions(-) +1.2.0-rc.0|[1.2.0-beta.1...1.2.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.0-beta.1...1.2.0-rc.0)| 2 files changed, 2 insertions(+), 2 deletions(-) +1.2.0-beta.1|[1.2.0-beta.0...1.2.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.2.0-beta.0...1.2.0-beta.1)| 3 files changed, 7 insertions(+), 10 deletions(-) +1.2.0-beta.0|[1.1.3...1.2.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.3...1.2.0-beta.0)| 3 files changed, 7 insertions(+), 5 deletions(-) +1.1.3|[1.1.2...1.1.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.2...1.1.3)| 1 file changed, 2 insertions(+), 2 deletions(-) +1.1.2|[1.1.1...1.1.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.1...1.1.2)| 2 files changed, 2 insertions(+), 2 deletions(-) +1.1.1|[1.1.0...1.1.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0...1.1.1)| 2 files changed, 3 insertions(+), 5 deletions(-) +1.1.0|[1.1.0-rc.2...1.1.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0-rc.2...1.1.0)| 2 files changed, 2 insertions(+), 1 deletion(-) +1.1.0-rc.2|[1.1.0-rc.1...1.1.0-rc.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0-rc.1...1.1.0-rc.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.1.0-rc.1|[1.1.0-rc.0...1.1.0-rc.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0-rc.0...1.1.0-rc.1)| 2 files changed, 15 insertions(+), 13 deletions(-) +1.1.0-rc.0|[1.1.0-beta.1...1.1.0-rc.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0-beta.1...1.1.0-rc.0)| 3 files changed, 3 insertions(+), 6 deletions(-) +1.1.0-beta.1|[1.1.0-beta.0...1.1.0-beta.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.0-beta.0...1.1.0-beta.1)| 12 files changed, 66 insertions(+), 39 deletions(-) +1.1.0-beta.0|[1.0.6...1.1.0-beta.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.6...1.1.0-beta.0)| 8 files changed, 19 insertions(+), 34 deletions(-) +1.0.6|[1.0.5...1.0.6](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.5...1.0.6)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.0.5|[1.0.4...1.0.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.4...1.0.5)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.0.4|[1.0.3...1.0.4](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.3...1.0.4)| 3 files changed, 3 insertions(+), 5 deletions(-) +1.0.3|[1.0.2...1.0.3](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.2...1.0.3)| 5 files changed, 28 insertions(+), 10 deletions(-) +1.0.2|[1.0.1...1.0.2](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.1...1.0.2)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.0.1|[1.0.0...1.0.1](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.0...1.0.1)| 1 file changed, 1 insertion(+), 1 deletion(-) +1.0.0|[1.0.0...1.0.0](https://github.com/cexbrayat/angular-cli-diff/compare/1.0.0...1.0.0)| 28 files changed, 645 insertions(+) + +## Why this repository ? + +After an upgrade of Angular CLI on your project, you'll have to keep the configuration up-to-date, and it can be hard to keep track. + +This project lets you easily know what changed. For example, from +[1.1.1 to the 1.2.5](https://github.com/cexbrayat/angular-cli-diff/compare/1.1.1...1.2.5). + +## Angular Libraries + +If you are a library maintainer, you may want to check out https://github.com/cexbrayat/angular-cli-library-diff. It has the same goal as this repo, but also generates a library inside the generated project to see the differences in configuration. diff --git a/newVersion.sh b/newVersion.sh new file mode 100755 index 000000000..1add180f2 --- /dev/null +++ b/newVersion.sh @@ -0,0 +1,93 @@ +#!/bin/bash + +set -e + +versions=$(npm view @angular/cli versions --json) + +versions=${versions//\"/} +versions=${versions//\[/} +versions=${versions//\]/} +versions=${versions//\,/} + +versions=(${versions}) + +blocklist=(1.0.0-beta.28.3 1.0.0-beta.29 1.0.0-beta.30 1.0.0-beta.31 1.0.0-beta.32 +1.0.0-beta.32.2 1.0.0-beta.32.3 1.0.0-beta.33 1.0.0-beta.33.1 +1.0.0-rc.0 1.0.0-rc.1 1.0.0-rc.2 1.0.0-rc.3 1.0.0-rc.4 +1.3.0-rc.4 +1.4.0-rc.0 +1.5.0-beta.0 1.5.0-beta.1 1.5.0-beta.2 +6.0.4 +7.0.0-beta.0 7.0.0-beta.1 +10.0.0-rc.1 +14.1.0-rc.0 14.1.0-rc.1 14.1.0-rc.2 +17.0.0-next.1 17.0.0-next.2) + +lastVersion="1.0.0" +rebaseNeeded=false + +for version in "${versions[@]}" +do + + if [[ " ${blocklist[@]} " =~ " ${version} " ]] + then + echo "Skipping blocklisted ${version}" + continue + fi + + if [ `git branch --list ${version}` ] || [ `git branch --list --remote origin/${version}` ] + then + echo "${version} already generated." + git checkout ${version} + if [ ${rebaseNeeded} = true ] + then + git rebase --onto ${lastVersion} HEAD~ ${version} -X theirs + diffStat=`git --no-pager diff HEAD~ --shortstat` + git push origin ${version} -f + diffUrl="[${lastVersion}...${version}](https://github.com/cexbrayat/angular-cli-diff/compare/${lastVersion}...${version})" + git checkout master + # rewrite stats in README after rebase + sed -i.bak -e "/^${version}|/ d" README.md && rm README.md.bak + sed -i.bak -e 's/----|----|----/----|----|----\ +NEWLINE/g' README.md && rm README.md.bak + sed -i.bak -e "s@NEWLINE@${version}|${diffUrl}|${diffStat}@" README.md && rm README.md.bak + git commit -a --amend --no-edit + git checkout ${version} + fi + lastVersion=${version} + continue + fi + + echo "Generate ${version}" + rebaseNeeded=true + git checkout -b ${version} + # delete app + rm -rf ponyracer + # generate app with new CLI version + flags="--skip-install --no-interactive" + # strict is only applicable for version >=10.0.0-next.3 + if [ `npx semver ${version} --include-prerelease --range ">=10.0.0-next.3"` ] + then + flags="${flags} --strict" + fi + npx @angular/cli@${version} new ponyracer ${flags} + git add ponyracer + git commit -am "chore: version ${version}" + diffStat=`git --no-pager diff HEAD~ --shortstat` + git push origin ${version} -f + git checkout master + diffUrl="[${lastVersion}...${version}](https://github.com/cexbrayat/angular-cli-diff/compare/${lastVersion}...${version})" + # insert a row in the version table of the README + sed -i.bak "/^${version}|/ d" README.md && rm README.md.bak + sed -i.bak 's/----|----|----/----|----|----\ +NEWLINE/g' README.md && rm README.md.bak + sed -i.bak "s@NEWLINE@${version}|${diffUrl}|${diffStat}@" README.md && rm README.md.bak + # commit + git commit -a --amend --no-edit + git checkout ${version} + lastVersion=${version} + +done + +git checkout master +git push origin master -f