From de2e4d68fbcb25ae24d1bc3b2c4cdf08512c939f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 30 Jan 2020 11:50:36 +0100 Subject: [PATCH 1/2] chore: script generating versions --- .github/workflows/check-and-update.yml | 26 ++ .gitignore | 1 + README.md | 496 +++++++++++++++++++++++++ newVersion.sh | 135 +++++++ ponyracer/README.md | 28 ++ 5 files changed, 686 insertions(+) create mode 100644 .github/workflows/check-and-update.yml create mode 100644 .gitignore create mode 100644 README.md create mode 100755 newVersion.sh create mode 100644 ponyracer/README.md diff --git a/.github/workflows/check-and-update.yml b/.github/workflows/check-and-update.yml new file mode 100644 index 0000000..d7a9aab --- /dev/null +++ b/.github/workflows/check-and-update.yml @@ -0,0 +1,26 @@ +name: Check and update + +on: + push: + branches: + - master + schedule: + - cron: '0 */2 * * *' + +jobs: + build: + runs-on: macOS-latest + steps: + - uses: actions/checkout@v4 + - 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-library-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 0000000..5bc4238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ponyracer/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0bca3ed --- /dev/null +++ b/README.md @@ -0,0 +1,496 @@ +# Angular CLI library diff + +This is a repository for library maintainers. +If you are looking for the differences in a classic CLI project, check out https://github.com/cexbrayat/angular-cli-diff + +This repository exposes an Angular CLI app generated with +`ng new ponyracer --no-create-application`, +and then a library created inside with `ng generate library ponyracer-lib` with each version of Angular CLI +(starting from v8.0.0). + +A dedicated branch per version makes changes very easy +to watch. For example: + +* https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.0...8.1.0 +* https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0...8.2.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 +----|----|---- +17.0.0-next.0|[16.2.1...17.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.1...17.0.0-next.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +16.2.1|[16.2.0...16.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0...16.2.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0|[16.2.0-rc.1...16.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-rc.1...16.2.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.2.0-rc.1|[16.2.0-rc.0...16.2.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-rc.0...16.2.0-rc.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0-rc.0|[16.2.0-next.4...16.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-next.4...16.2.0-rc.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0-next.4|[16.2.0-next.3...16.2.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-next.3...16.2.0-next.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0-next.3|[16.2.0-next.2...16.2.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-next.2...16.2.0-next.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0-next.2|[16.2.0-next.1...16.2.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-next.1...16.2.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0-next.1|[16.2.0-next.0...16.2.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.2.0-next.0...16.2.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.2.0-next.0|[16.1.8...16.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.8...16.2.0-next.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.1.8|[16.1.7...16.1.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.7...16.1.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.7|[16.1.6...16.1.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.6...16.1.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.6|[16.1.5...16.1.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.5...16.1.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.5|[16.1.4...16.1.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.4...16.1.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.4|[16.1.3...16.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.3...16.1.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.3|[16.1.2...16.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.2...16.1.3)| 2 files changed, 4 insertions(+), 4 deletions(-) +16.1.2|[16.1.1...16.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.1...16.1.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.1|[16.1.0...16.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.0...16.1.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.0|[16.1.0-rc.0...16.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.0-rc.0...16.1.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.1.0-rc.0|[16.1.0-next.2...16.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.0-next.2...16.1.0-rc.0)| 2 files changed, 5 insertions(+), 5 deletions(-) +16.1.0-next.2|[16.1.0-next.1...16.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.0-next.1...16.1.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.0-next.1|[16.1.0-next.0...16.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.1.0-next.0...16.1.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.1.0-next.0|[16.0.6...16.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.6...16.1.0-next.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.0.6|[16.0.5...16.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.5...16.0.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.5|[16.0.4...16.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.4...16.0.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.4|[16.0.3...16.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.3...16.0.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.3|[16.0.2...16.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.2...16.0.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.2|[16.0.1...16.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.1...16.0.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.1|[16.0.0...16.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0...16.0.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.0|[16.0.0-rc.4...16.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-rc.4...16.0.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.0.0-rc.4|[16.0.0-rc.3...16.0.0-rc.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-rc.3...16.0.0-rc.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.0-rc.3|[16.0.0-rc.2...16.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-rc.2...16.0.0-rc.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.0-rc.2|[16.0.0-rc.1...16.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-rc.1...16.0.0-rc.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +16.0.0-rc.1|[16.0.0-rc.0...16.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-rc.0...16.0.0-rc.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.0.0-rc.0|[16.0.0-next.7...16.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.7...16.0.0-rc.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.0.0-next.7|[16.0.0-next.6...16.0.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.6...16.0.0-next.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.0-next.6|[16.0.0-next.5...16.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.5...16.0.0-next.6)| 3 files changed, 7 insertions(+), 9 deletions(-) +16.0.0-next.5|[16.0.0-next.4...16.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.4...16.0.0-next.5)| 2 files changed, 6 insertions(+), 6 deletions(-) +16.0.0-next.4|[16.0.0-next.3...16.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.3...16.0.0-next.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.0-next.3|[16.0.0-next.2...16.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.2...16.0.0-next.3)| 2 files changed, 4 insertions(+), 4 deletions(-) +16.0.0-next.2|[16.0.0-next.1...16.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.1...16.0.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +16.0.0-next.1|[16.0.0-next.0...16.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/16.0.0-next.0...16.0.0-next.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +16.0.0-next.0|[15.2.9...16.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.9...16.0.0-next.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +15.2.9|[15.2.8...15.2.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.8...15.2.9)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.8|[15.2.7...15.2.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.7...15.2.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.7|[15.2.6...15.2.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.6...15.2.7)| 3 files changed, 4 insertions(+), 4 deletions(-) +15.2.6|[15.2.5...15.2.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.5...15.2.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.5|[15.2.4...15.2.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.4...15.2.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.4|[15.2.3...15.2.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.3...15.2.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.3|[15.2.2...15.2.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.2...15.2.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.2|[15.2.1...15.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.1...15.2.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.1|[15.2.0...15.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0...15.2.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.0|[15.2.0-rc.0...15.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0-rc.0...15.2.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +15.2.0-rc.0|[15.2.0-next.4...15.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0-next.4...15.2.0-rc.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.0-next.4|[15.2.0-next.3...15.2.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0-next.3...15.2.0-next.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.0-next.3|[15.2.0-next.2...15.2.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0-next.2...15.2.0-next.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.0-next.2|[15.2.0-next.1...15.2.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0-next.1...15.2.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.0-next.1|[15.2.0-next.0...15.2.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.2.0-next.0...15.2.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.2.0-next.0|[15.1.6...15.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.6...15.2.0-next.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +15.1.6|[15.1.5...15.1.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.5...15.1.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.5|[15.1.4...15.1.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.4...15.1.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.4|[15.1.3...15.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.3...15.1.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.3|[15.1.2...15.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.2...15.1.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.2|[15.1.1...15.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.1...15.1.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.1|[15.1.0...15.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.0...15.1.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.0|[15.1.0-rc.0...15.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.0-rc.0...15.1.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +15.1.0-rc.0|[15.1.0-next.3...15.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.0-next.3...15.1.0-rc.0)| 4 files changed, 18 insertions(+), 18 deletions(-) +15.1.0-next.3|[15.1.0-next.2...15.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.0-next.2...15.1.0-next.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.0-next.2|[15.1.0-next.1...15.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.0-next.1...15.1.0-next.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +15.1.0-next.1|[15.1.0-next.0...15.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.1.0-next.0...15.1.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.1.0-next.0|[15.0.5...15.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.5...15.1.0-next.0)| 4 files changed, 19 insertions(+), 18 deletions(-) +15.0.5|[15.0.4...15.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.4...15.0.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.4|[15.0.3...15.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.3...15.0.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.3|[15.0.2...15.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.2...15.0.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.2|[15.0.1...15.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.1...15.0.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.1|[15.0.0...15.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0...15.0.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0|[15.0.0-rc.5...15.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-rc.5...15.0.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +15.0.0-rc.5|[15.0.0-rc.4...15.0.0-rc.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-rc.4...15.0.0-rc.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0-rc.4|[15.0.0-rc.3...15.0.0-rc.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-rc.3...15.0.0-rc.4)| 2 files changed, 4 insertions(+), 4 deletions(-) +15.0.0-rc.3|[15.0.0-rc.2...15.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-rc.2...15.0.0-rc.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0-rc.2|[15.0.0-rc.1...15.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-rc.1...15.0.0-rc.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +15.0.0-rc.1|[15.0.0-rc.0...15.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-rc.0...15.0.0-rc.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0-rc.0|[15.0.0-next.6...15.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.6...15.0.0-rc.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0-next.6|[15.0.0-next.5...15.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.5...15.0.0-next.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0-next.5|[15.0.0-next.4...15.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.4...15.0.0-next.5)| 2 files changed, 4 insertions(+), 4 deletions(-) +15.0.0-next.4|[15.0.0-next.3...15.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.3...15.0.0-next.4)| 5 files changed, 6 insertions(+), 56 deletions(-) +15.0.0-next.3|[15.0.0-next.2...15.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.2...15.0.0-next.3)| 6 files changed, 7 insertions(+), 35 deletions(-) +15.0.0-next.2|[15.0.0-next.1...15.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.1...15.0.0-next.2)| 4 files changed, 11 insertions(+), 10 deletions(-) +15.0.0-next.1|[15.0.0-next.0...15.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/15.0.0-next.0...15.0.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +15.0.0-next.0|[14.2.12...15.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.12...15.0.0-next.0)| 4 files changed, 18 insertions(+), 18 deletions(-) +14.2.12|[14.2.11...14.2.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.11...14.2.12)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.11|[14.2.10...14.2.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.10...14.2.11)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.10|[14.2.9...14.2.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.9...14.2.10)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.9|[14.2.8...14.2.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.8...14.2.9)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.8|[14.2.7...14.2.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.7...14.2.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.7|[14.2.6...14.2.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.6...14.2.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.6|[14.2.5...14.2.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.5...14.2.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.5|[14.2.4...14.2.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.4...14.2.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.4|[14.2.3...14.2.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.3...14.2.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.3|[14.2.2...14.2.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.2...14.2.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.2|[14.2.1...14.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.1...14.2.2)| 4 files changed, 15 insertions(+), 15 deletions(-) +14.2.1|[14.2.0...14.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.0...14.2.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +14.2.0|[14.2.0-rc.0...14.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.0-rc.0...14.2.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.0-rc.0|[14.2.0-next.2...14.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.0-next.2...14.2.0-rc.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.0-next.2|[14.2.0-next.1...14.2.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.0-next.1...14.2.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.0-next.1|[14.2.0-next.0...14.2.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.2.0-next.0...14.2.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.2.0-next.0|[14.1.3...14.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.3...14.2.0-next.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +14.1.3|[14.1.2...14.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.2...14.1.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.2|[14.1.1...14.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.1...14.1.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.1|[14.1.0...14.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0...14.1.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.0|[14.1.0-rc.3...14.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0-rc.3...14.1.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +14.1.0-rc.3|[14.1.0-next.4...14.1.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0-next.4...14.1.0-rc.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.0-next.4|[14.1.0-next.3...14.1.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0-next.3...14.1.0-next.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.0-next.3|[14.1.0-next.2...14.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0-next.2...14.1.0-next.3)| 2 files changed, 6 insertions(+), 6 deletions(-) +14.1.0-next.2|[14.1.0-next.1...14.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0-next.1...14.1.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.0-next.1|[14.1.0-next.0...14.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.1.0-next.0...14.1.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.1.0-next.0|[14.0.7...14.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.7...14.1.0-next.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +14.0.7|[14.0.6...14.0.7](https://github.com/cexbrayat/angular-cli-library-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-library-diff/compare/14.0.5...14.0.6)| 3 files changed, 3 insertions(+), 19 deletions(-) +14.0.5|[14.0.4...14.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.4...14.0.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.4|[14.0.3...14.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.3...14.0.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.3|[14.0.2...14.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.2...14.0.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.2|[14.0.1...14.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.1...14.0.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.1|[14.0.0...14.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0...14.0.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0|[14.0.0-rc.3...14.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-rc.3...14.0.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +14.0.0-rc.3|[14.0.0-rc.2...14.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-rc.2...14.0.0-rc.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-rc.2|[14.0.0-rc.1...14.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-rc.1...14.0.0-rc.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +14.0.0-rc.1|[14.0.0-rc.0...14.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-rc.0...14.0.0-rc.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-rc.0|[14.0.0-next.13...14.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.13...14.0.0-rc.0)| 6 files changed, 17 insertions(+), 18 deletions(-) +14.0.0-next.13|[14.0.0-next.12...14.0.0-next.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.12...14.0.0-next.13)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.12|[14.0.0-next.11...14.0.0-next.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.11...14.0.0-next.12)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.11|[14.0.0-next.10...14.0.0-next.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.10...14.0.0-next.11)| 2 files 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-library-diff/compare/14.0.0-next.9...14.0.0-next.10)| 2 files changed, 4 insertions(+), 4 deletions(-) +14.0.0-next.9|[14.0.0-next.8...14.0.0-next.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.8...14.0.0-next.9)| 2 files changed, 4 insertions(+), 4 deletions(-) +14.0.0-next.8|[14.0.0-next.7...14.0.0-next.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.7...14.0.0-next.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.7|[14.0.0-next.6...14.0.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.6...14.0.0-next.7)| 4 files changed, 5 insertions(+), 8 deletions(-) +14.0.0-next.6|[14.0.0-next.5...14.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.5...14.0.0-next.6)| 2 files changed, 4 insertions(+), 5 deletions(-) +14.0.0-next.5|[14.0.0-next.4...14.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.4...14.0.0-next.5)| 2 files changed, 4 insertions(+), 4 deletions(-) +14.0.0-next.4|[14.0.0-next.3...14.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.3...14.0.0-next.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.3|[14.0.0-next.2...14.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.2...14.0.0-next.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.2|[14.0.0-next.1...14.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.1...14.0.0-next.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +14.0.0-next.1|[14.0.0-next.0...14.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/14.0.0-next.0...14.0.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +14.0.0-next.0|[13.3.11...14.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.11...14.0.0-next.0)| 5 files changed, 16 insertions(+), 16 deletions(-) +13.3.11|[13.3.10...13.3.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.10...13.3.11)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.10|[13.3.9...13.3.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.9...13.3.10)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.9|[13.3.8...13.3.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.8...13.3.9)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.8|[13.3.7...13.3.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.7...13.3.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.7|[13.3.6...13.3.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.6...13.3.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.6|[13.3.5...13.3.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.5...13.3.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.5|[13.3.4...13.3.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.4...13.3.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.4|[13.3.3...13.3.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.3...13.3.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.3|[13.3.2...13.3.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.2...13.3.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.2|[13.3.1...13.3.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.1...13.3.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.1|[13.3.0...13.3.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.3.0...13.3.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.3.0|[13.2.6...13.3.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.6...13.3.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +13.2.6|[13.2.5...13.2.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.5...13.2.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.5|[13.2.4...13.2.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.4...13.2.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.4|[13.2.3...13.2.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.3...13.2.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.3|[13.2.2...13.2.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.2...13.2.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.2|[13.2.1...13.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.1...13.2.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.1|[13.2.0...13.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.0...13.2.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.0|[13.2.0-rc.1...13.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.0-rc.1...13.2.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +13.2.0-rc.1|[13.2.0-rc.0...13.2.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.0-rc.0...13.2.0-rc.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +13.2.0-rc.0|[13.2.0-next.2...13.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.0-next.2...13.2.0-rc.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.2.0-next.2|[13.2.0-next.1...13.2.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.0-next.1...13.2.0-next.2)| 2 files changed, 5 insertions(+), 5 deletions(-) +13.2.0-next.1|[13.2.0-next.0...13.2.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.2.0-next.0...13.2.0-next.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +13.2.0-next.0|[13.1.4...13.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.4...13.2.0-next.0)| 2 files changed, 4 insertions(+), 4 deletions(-) +13.1.4|[13.1.3...13.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.3...13.1.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.1.3|[13.1.2...13.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.2...13.1.3)| 3 files changed, 12 insertions(+), 16 deletions(-) +13.1.2|[13.1.1...13.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.1...13.1.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.1.1|[13.1.0...13.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.0...13.1.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +13.1.0|[13.1.0-rc.0...13.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.0-rc.0...13.1.0)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.1.0-rc.0|[13.1.0-next.3...13.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.0-next.3...13.1.0-rc.0)| 2 files changed, 5 insertions(+), 5 deletions(-) +13.1.0-next.3|[13.1.0-next.2...13.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.0-next.2...13.1.0-next.3)| 5 files changed, 69 insertions(+), 3 deletions(-) +13.1.0-next.2|[13.1.0-next.1...13.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.0-next.1...13.1.0-next.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.1.0-next.1|[13.1.0-next.0...13.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.1.0-next.0...13.1.0-next.1)| 2 files changed, 4 insertions(+), 4 deletions(-) +13.1.0-next.0|[13.0.4...13.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.4...13.1.0-next.0)| 2 files changed, 4 insertions(+), 4 deletions(-) +13.0.4|[13.0.3...13.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.3...13.0.4)| 3 files changed, 4 insertions(+), 4 deletions(-) +13.0.3|[13.0.2...13.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.2...13.0.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.2|[13.0.1...13.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.1...13.0.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.1|[13.0.0...13.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0...13.0.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +13.0.0|[13.0.0-rc.3...13.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-rc.3...13.0.0)| 2 files changed, 4 insertions(+), 4 deletions(-) +13.0.0-rc.3|[13.0.0-rc.2...13.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-rc.2...13.0.0-rc.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-rc.2|[13.0.0-rc.1...13.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-rc.1...13.0.0-rc.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-rc.1|[13.0.0-rc.0...13.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-rc.0...13.0.0-rc.1)| 2 files changed, 5 insertions(+), 5 deletions(-) +13.0.0-rc.0|[13.0.0-next.9...13.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.9...13.0.0-rc.0)| 4 files changed, 5 insertions(+), 10 deletions(-) +13.0.0-next.9|[13.0.0-next.8...13.0.0-next.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.8...13.0.0-next.9)| 4 files changed, 5 insertions(+), 5 deletions(-) +13.0.0-next.8|[13.0.0-next.7...13.0.0-next.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.7...13.0.0-next.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.7|[13.0.0-next.6...13.0.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.6...13.0.0-next.7)| 2 files changed, 5 insertions(+), 5 deletions(-) +13.0.0-next.6|[13.0.0-next.5...13.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.5...13.0.0-next.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.5|[13.0.0-next.4...13.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.4...13.0.0-next.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.4|[13.0.0-next.3...13.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.3...13.0.0-next.4)| 2 files changed, 5 insertions(+), 5 deletions(-) +13.0.0-next.3|[13.0.0-next.2...13.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.2...13.0.0-next.3)| 3 files changed, 19 insertions(+), 3 deletions(-) +13.0.0-next.2|[13.0.0-next.1...13.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.1...13.0.0-next.2)| 2 files changed, 4 insertions(+), 4 deletions(-) +13.0.0-next.1|[13.0.0-next.0...13.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/13.0.0-next.0...13.0.0-next.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +13.0.0-next.0|[12.2.18...13.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.18...13.0.0-next.0)| 5 files changed, 17 insertions(+), 15 deletions(-) +12.2.18|[12.2.17...12.2.18](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.17...12.2.18)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.17|[12.2.16...12.2.17](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.16...12.2.17)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.16|[12.2.15...12.2.16](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.15...12.2.16)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.15|[12.2.14...12.2.15](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.14...12.2.15)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.14|[12.2.13...12.2.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.13...12.2.14)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.13|[12.2.12...12.2.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.12...12.2.13)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.12|[12.2.11...12.2.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.11...12.2.12)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.11|[12.2.10...12.2.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.10...12.2.11)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.10|[12.2.9...12.2.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.9...12.2.10)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.9|[12.2.8...12.2.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.8...12.2.9)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.8|[12.2.7...12.2.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.7...12.2.8)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.7|[12.2.6...12.2.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.6...12.2.7)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.6|[12.2.5...12.2.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.5...12.2.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.5|[12.2.4...12.2.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.4...12.2.5)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.4|[12.2.3...12.2.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.3...12.2.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.3|[12.2.2...12.2.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.2...12.2.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.2|[12.2.1...12.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.1...12.2.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.1|[12.2.0...12.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.0...12.2.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +12.2.0|[12.2.0-rc.0...12.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.0-rc.0...12.2.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.2.0-rc.0|[12.2.0-next.3...12.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.0-next.3...12.2.0-rc.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.2.0-next.3|[12.2.0-next.2...12.2.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.0-next.2...12.2.0-next.3)| 4 files changed, 19 insertions(+), 19 deletions(-) +12.2.0-next.2|[12.2.0-next.0...12.2.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.2.0-next.0...12.2.0-next.2)| 5 files changed, 19 insertions(+), 17 deletions(-) +12.2.0-next.0|[12.1.4...12.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.4...12.2.0-next.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +12.1.4|[12.1.3...12.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.3...12.1.4)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.1.3|[12.1.2...12.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.2...12.1.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.1.2|[12.1.1...12.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.1...12.1.2)| 4 files changed, 18 insertions(+), 18 deletions(-) +12.1.1|[12.1.0...12.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.0...12.1.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +12.1.0|[12.1.0-next.6...12.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.0-next.6...12.1.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +12.1.0-next.6|[12.1.0-next.5...12.1.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.0-next.5...12.1.0-next.6)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.1.0-next.5|[12.1.0-next.4...12.1.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.0-next.4...12.1.0-next.5)| 4 files changed, 18 insertions(+), 18 deletions(-) +12.1.0-next.4|[12.1.0-next.3...12.1.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.0-next.3...12.1.0-next.4)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.1.0-next.3|[12.1.0-next.2...12.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.1.0-next.2...12.1.0-next.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.1.0-next.2|[12.0.5...12.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.5...12.1.0-next.2)| 4 files changed, 16 insertions(+), 16 deletions(-) +12.0.5|[12.0.4...12.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.4...12.0.5)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.4|[12.0.3...12.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.3...12.0.4)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.3|[12.0.2...12.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.2...12.0.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.2|[12.0.1...12.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.1...12.0.2)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.1|[12.0.0...12.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0...12.0.1)| 4 files changed, 17 insertions(+), 17 deletions(-) +12.0.0|[12.0.0-rc.3...12.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-rc.3...12.0.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +12.0.0-rc.3|[12.0.0-rc.2...12.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-rc.2...12.0.0-rc.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.0-rc.2|[12.0.0-rc.1...12.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-rc.1...12.0.0-rc.2)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.0-rc.1|[12.0.0-rc.0...12.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-rc.0...12.0.0-rc.1)| 4 files changed, 16 insertions(+), 19 deletions(-) +12.0.0-rc.0|[12.0.0-next.9...12.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.9...12.0.0-rc.0)| 4 files changed, 16 insertions(+), 17 deletions(-) +12.0.0-next.9|[12.0.0-next.8...12.0.0-next.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.8...12.0.0-next.9)| 6 files changed, 18 insertions(+), 23 deletions(-) +12.0.0-next.8|[12.0.0-next.7...12.0.0-next.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.7...12.0.0-next.8)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.0-next.7|[12.0.0-next.6...12.0.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.6...12.0.0-next.7)| 4 files changed, 15 insertions(+), 15 deletions(-) +12.0.0-next.6|[12.0.0-next.5...12.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.5...12.0.0-next.6)| 5 files changed, 16 insertions(+), 156 deletions(-) +12.0.0-next.5|[12.0.0-next.4...12.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.4...12.0.0-next.5)| 7 files changed, 21 insertions(+), 52 deletions(-) +12.0.0-next.4|[12.0.0-next.3...12.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.3...12.0.0-next.4)| 6 files changed, 20 insertions(+), 17 deletions(-) +12.0.0-next.3|[12.0.0-next.2...12.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.2...12.0.0-next.3)| 4 files changed, 16 insertions(+), 16 deletions(-) +12.0.0-next.2|[12.0.0-next.1...12.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.1...12.0.0-next.2)| 4 files changed, 17 insertions(+), 17 deletions(-) +12.0.0-next.1|[12.0.0-next.0...12.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/12.0.0-next.0...12.0.0-next.1)| 5 files changed, 20 insertions(+), 20 deletions(-) +12.0.0-next.0|[11.2.19...12.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.19...12.0.0-next.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.19|[11.2.18...11.2.19](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.18...11.2.19)| 2 files changed, 2 insertions(+), 2 deletions(-) +11.2.18|[11.2.17...11.2.18](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.17...11.2.18)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.2.17|[11.2.16...11.2.17](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.16...11.2.17)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.2.16|[11.2.15...11.2.16](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.15...11.2.16)| 2 files changed, 2 insertions(+), 2 deletions(-) +11.2.15|[11.2.14...11.2.15](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.14...11.2.15)| 2 files changed, 2 insertions(+), 2 deletions(-) +11.2.14|[11.2.13...11.2.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.13...11.2.14)| 2 files changed, 2 insertions(+), 2 deletions(-) +11.2.13|[11.2.12...11.2.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.12...11.2.13)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.2.12|[11.2.11...11.2.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.11...11.2.12)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.11|[11.2.10...11.2.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.10...11.2.11)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.10|[11.2.9...11.2.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.9...11.2.10)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.9|[11.2.8...11.2.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.8...11.2.9)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.8|[11.2.7...11.2.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.7...11.2.8)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.7|[11.2.6...11.2.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.6...11.2.7)| 5 files changed, 21 insertions(+), 17 deletions(-) +11.2.6|[11.2.5...11.2.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.5...11.2.6)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.5|[11.2.4...11.2.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.4...11.2.5)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.4|[11.2.3...11.2.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.3...11.2.4)| 4 files changed, 14 insertions(+), 14 deletions(-) +11.2.3|[11.2.2...11.2.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.2...11.2.3)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.2.2|[11.2.1...11.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.1...11.2.2)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.1|[11.2.0...11.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.0...11.2.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.0|[11.2.0-rc.1...11.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.0-rc.1...11.2.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.2.0-rc.1|[11.2.0-rc.0...11.2.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.0-rc.0...11.2.0-rc.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.2.0-rc.0|[11.2.0-next.0...11.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.2.0-next.0...11.2.0-rc.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.2.0-next.0|[11.1.4...11.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.4...11.2.0-next.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.1.4|[11.1.3...11.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.3...11.1.4)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.1.3|[11.1.2...11.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.2...11.1.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.1.2|[11.1.1...11.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.1...11.1.2)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.1.1|[11.1.0...11.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0...11.1.1)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.1.0|[11.1.0-rc.0...11.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0-rc.0...11.1.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.1.0-rc.0|[11.1.0-next.4...11.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0-next.4...11.1.0-rc.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.1.0-next.4|[11.1.0-next.3...11.1.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0-next.3...11.1.0-next.4)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.1.0-next.3|[11.1.0-next.2...11.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0-next.2...11.1.0-next.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.1.0-next.2|[11.1.0-next.1...11.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0-next.1...11.1.0-next.2)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.1.0-next.1|[11.1.0-next.0...11.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.1.0-next.0...11.1.0-next.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.1.0-next.0|[11.0.7...11.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.7...11.1.0-next.0)| 5 files changed, 26 insertions(+), 24 deletions(-) +11.0.7|[11.0.6...11.0.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.6...11.0.7)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.6|[11.0.5...11.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.5...11.0.6)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.5|[11.0.4...11.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.4...11.0.5)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.4|[11.0.3...11.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.3...11.0.4)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.3|[11.0.2...11.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.2...11.0.3)| 5 files changed, 21 insertions(+), 15 deletions(-) +11.0.2|[11.0.1...11.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.1...11.0.2)| 5 files changed, 18 insertions(+), 15 deletions(-) +11.0.1|[11.0.0...11.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0...11.0.1)| 3 files changed, 4 insertions(+), 4 deletions(-) +11.0.0|[11.0.0-rc.3...11.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-rc.3...11.0.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +11.0.0-rc.3|[11.0.0-rc.2...11.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-rc.2...11.0.0-rc.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.0-rc.2|[11.0.0-rc.1...11.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-rc.1...11.0.0-rc.2)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.0.0-rc.1|[11.0.0-rc.0...11.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-rc.0...11.0.0-rc.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +11.0.0-rc.0|[11.0.0-next.7...11.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.7...11.0.0-rc.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.0-next.7|[11.0.0-next.6...11.0.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.6...11.0.0-next.7)| 4 files changed, 17 insertions(+), 17 deletions(-) +11.0.0-next.6|[11.0.0-next.5...11.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.5...11.0.0-next.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +11.0.0-next.5|[11.0.0-next.4...11.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.4...11.0.0-next.5)| 4 files changed, 15 insertions(+), 16 deletions(-) +11.0.0-next.4|[11.0.0-next.3...11.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.3...11.0.0-next.4)| 5 files changed, 15 insertions(+), 16 deletions(-) +11.0.0-next.3|[11.0.0-next.2...11.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.2...11.0.0-next.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +11.0.0-next.2|[11.0.0-next.1...11.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.1...11.0.0-next.2)| 5 files changed, 17 insertions(+), 18 deletions(-) +11.0.0-next.1|[11.0.0-next.0...11.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/11.0.0-next.0...11.0.0-next.1)| 6 files changed, 26 insertions(+), 21 deletions(-) +11.0.0-next.0|[10.2.4...11.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.2.4...11.0.0-next.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +10.2.4|[10.2.3...10.2.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.2.3...10.2.4)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.2.3|[10.2.2...10.2.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.2.2...10.2.3)| 2 files changed, 3 insertions(+), 3 deletions(-) +10.2.2|[10.2.1...10.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.2.1...10.2.2)| 2 files changed, 3 insertions(+), 3 deletions(-) +10.2.1|[10.2.0...10.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.2.0...10.2.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.2.0|[10.1.7...10.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.7...10.2.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +10.1.7|[10.1.6...10.1.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.6...10.1.7)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.6|[10.1.5...10.1.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.5...10.1.6)| 2 files changed, 3 insertions(+), 3 deletions(-) +10.1.5|[10.1.4...10.1.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.4...10.1.5)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.4|[10.1.3...10.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.3...10.1.4)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.3|[10.1.2...10.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.2...10.1.3)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.2|[10.1.1...10.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.1...10.1.2)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.1|[10.1.0...10.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0...10.1.1)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.0|[10.1.0-rc.0...10.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-rc.0...10.1.0)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.1.0-rc.0|[10.1.0-next.7...10.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.7...10.1.0-rc.0)| 4 files changed, 15 insertions(+), 15 deletions(-) +10.1.0-next.7|[10.1.0-next.6...10.1.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.6...10.1.0-next.7)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.1.0-next.6|[10.1.0-next.5...10.1.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.5...10.1.0-next.6)| 6 files changed, 18 insertions(+), 19 deletions(-) +10.1.0-next.5|[10.1.0-next.4...10.1.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.4...10.1.0-next.5)| 8 files changed, 50 insertions(+), 67 deletions(-) +10.1.0-next.4|[10.1.0-next.3...10.1.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.3...10.1.0-next.4)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.1.0-next.3|[10.1.0-next.2...10.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.2...10.1.0-next.3)| 4 files changed, 18 insertions(+), 18 deletions(-) +10.1.0-next.2|[10.1.0-next.1...10.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.1...10.1.0-next.2)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.1.0-next.1|[10.1.0-next.0...10.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.1.0-next.0...10.1.0-next.1)| 5 files changed, 20 insertions(+), 20 deletions(-) +10.1.0-next.0|[10.0.8...10.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.8...10.1.0-next.0)| 6 files changed, 23 insertions(+), 19 deletions(-) +10.0.8|[10.0.7...10.0.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.7...10.0.8)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.7|[10.0.6...10.0.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.6...10.0.7)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.6|[10.0.5...10.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.5...10.0.6)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.5|[10.0.4...10.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.4...10.0.5)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.4|[10.0.3...10.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.3...10.0.4)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.3|[10.0.2...10.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.2...10.0.3)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.2|[10.0.1...10.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.1...10.0.2)| 4 files changed, 17 insertions(+), 17 deletions(-) +10.0.1|[10.0.0...10.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0...10.0.1)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.0|[10.0.0-rc.5...10.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-rc.5...10.0.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +10.0.0-rc.5|[10.0.0-rc.4...10.0.0-rc.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-rc.4...10.0.0-rc.5)| 6 files changed, 13 insertions(+), 6 deletions(-) +10.0.0-rc.4|[10.0.0-rc.3...10.0.0-rc.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-rc.3...10.0.0-rc.4)| 4 files changed, 16 insertions(+), 16 deletions(-) +10.0.0-rc.3|[10.0.0-rc.2...10.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-rc.2...10.0.0-rc.3)| 4 files changed, 19 insertions(+), 19 deletions(-) +10.0.0-rc.2|[10.0.0-next.3...10.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-next.3...10.0.0-rc.2)| 9 files changed, 77 insertions(+), 55 deletions(-) +10.0.0-next.3|[10.0.0-next.2...10.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-next.2...10.0.0-next.3)| 4 files changed, 18 insertions(+), 18 deletions(-) +10.0.0-next.2|[10.0.0-next.1...10.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-next.1...10.0.0-next.2)| 4 files changed, 17 insertions(+), 17 deletions(-) +10.0.0-next.1|[10.0.0-next.0...10.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/10.0.0-next.0...10.0.0-next.1)| 4 files changed, 18 insertions(+), 18 deletions(-) +10.0.0-next.0|[9.1.15...10.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.15...10.0.0-next.0)| 4 files changed, 19 insertions(+), 20 deletions(-) +9.1.15|[9.1.14...9.1.15](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.14...9.1.15)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.1.14|[9.1.13...9.1.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.13...9.1.14)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.1.13|[9.1.12...9.1.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.12...9.1.13)| 4 files changed, 16 insertions(+), 16 deletions(-) +9.1.11|[9.1.10...9.1.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.10...9.1.11)| 4 files changed, 16 insertions(+), 16 deletions(-) +9.1.10|[9.1.9...9.1.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.9...9.1.10)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.1.9|[9.1.8...9.1.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.8...9.1.9)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.1.8|[9.1.7...9.1.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.7...9.1.8)| 4 files changed, 16 insertions(+), 16 deletions(-) +9.1.7|[9.1.6...9.1.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.6...9.1.7)| 4 files changed, 19 insertions(+), 17 deletions(-) +9.1.6|[9.1.5...9.1.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.5...9.1.6)| 4 files changed, 16 insertions(+), 16 deletions(-) +9.1.5|[9.1.4...9.1.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.4...9.1.5)| 4 files changed, 16 insertions(+), 17 deletions(-) +9.1.4|[9.1.3...9.1.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.3...9.1.4)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.1.3|[9.1.2...9.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.2...9.1.3)| 4 files changed, 18 insertions(+), 18 deletions(-) +9.1.2|[9.1.1...9.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.1...9.1.2)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.1.1|[9.1.0...9.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0...9.1.1)| 5 files changed, 18 insertions(+), 18 deletions(-) +9.1.0|[9.1.0-rc.0...9.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-rc.0...9.1.0)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.1.0-rc.0|[9.1.0-next.4...9.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.4...9.1.0-rc.0)| 5 files changed, 18 insertions(+), 18 deletions(-) +9.1.0-next.4|[9.1.0-next.3...9.1.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.3...9.1.0-next.4)| 5 files changed, 82 insertions(+), 25 deletions(-) +9.1.0-next.3|[9.1.0-next.2...9.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.2...9.1.0-next.3)| 4 files changed, 18 insertions(+), 18 deletions(-) +9.1.0-next.2|[9.1.0-next.1...9.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.1...9.1.0-next.2)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.1.0-next.1|[9.1.0-next.0...9.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.0...9.1.0-next.1)| 5 files changed, 20 insertions(+), 17 deletions(-) +9.1.0-next.0|[9.0.7...9.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.7...9.1.0-next.0)| 5 files changed, 21 insertions(+), 20 deletions(-) +9.0.7|[9.0.6...9.0.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.6...9.0.7)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.0.6|[9.0.5...9.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.5...9.0.6)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.0.5|[9.0.4...9.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.4...9.0.5)| 5 files changed, 17 insertions(+), 20 deletions(-) +9.0.4|[9.0.3...9.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.3...9.0.4)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.0.3|[9.0.2...9.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.2...9.0.3)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.0.2|[9.0.1...9.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.1...9.0.2)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.0.1|[9.0.0...9.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0...9.0.1)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.0.0|[9.0.0-rc.14...9.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.14...9.0.0)| 4 files changed, 18 insertions(+), 18 deletions(-) +9.0.0-rc.14|[9.0.0-rc.13...9.0.0-rc.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.13...9.0.0-rc.14)| 2 files changed, 4 insertions(+), 4 deletions(-) +9.0.0-rc.13|[9.0.0-rc.12...9.0.0-rc.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.12...9.0.0-rc.13)| 4 files changed, 19 insertions(+), 19 deletions(-) +9.0.0-rc.12|[9.0.0-rc.11...9.0.0-rc.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.11...9.0.0-rc.12)| 4 files changed, 17 insertions(+), 17 deletions(-) +9.0.0-rc.11|[9.0.0-rc.10...9.0.0-rc.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.10...9.0.0-rc.11)| 3 files changed, 14 insertions(+), 15 deletions(-) +9.0.0-rc.10|[9.0.0-rc.9...9.0.0-rc.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.9...9.0.0-rc.10)| 3 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-library-diff/compare/9.0.0-rc.8...9.0.0-rc.9)| 2 files 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-library-diff/compare/9.0.0-rc.7...9.0.0-rc.8)| 2 files 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-library-diff/compare/9.0.0-rc.6...9.0.0-rc.7)| 2 files 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-library-diff/compare/9.0.0-rc.5...9.0.0-rc.6)| 2 files 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-library-diff/compare/9.0.0-rc.4...9.0.0-rc.5)| 3 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-library-diff/compare/9.0.0-rc.3...9.0.0-rc.4)| 2 files 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-library-diff/compare/9.0.0-rc.2...9.0.0-rc.3)| 2 files 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-library-diff/compare/9.0.0-rc.1...9.0.0-rc.2)| 2 files 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-library-diff/compare/9.0.0-rc.0...9.0.0-rc.1)| 2 files 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-library-diff/compare/9.0.0-next.19...9.0.0-rc.0)| 2 files 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-library-diff/compare/9.0.0-next.18...9.0.0-next.19)| 2 files 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-library-diff/compare/9.0.0-next.17...9.0.0-next.18)| 2 files 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-library-diff/compare/9.0.0-next.16...9.0.0-next.17)| 2 files 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-library-diff/compare/9.0.0-next.15...9.0.0-next.16)| 3 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-library-diff/compare/9.0.0-next.14...9.0.0-next.15)| 2 files 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-library-diff/compare/9.0.0-next.13...9.0.0-next.14)| 2 files 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-library-diff/compare/9.0.0-next.12...9.0.0-next.13)| 2 files changed, 14 insertions(+), 14 deletions(-) +9.0.0-next.12|[9.0.0-next.11...9.0.0-next.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.11...9.0.0-next.12)| 2 files 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-library-diff/compare/9.0.0-next.10...9.0.0-next.11)| 2 files changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.10|[9.0.0-next.8...9.0.0-next.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.8...9.0.0-next.10)| 2 files changed, 17 insertions(+), 16 deletions(-) +9.0.0-next.8|[9.0.0-next.7...9.0.0-next.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.7...9.0.0-next.8)| 2 files 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-library-diff/compare/9.0.0-next.6...9.0.0-next.7)| 3 files changed, 13 insertions(+), 14 deletions(-) +9.0.0-next.6|[9.0.0-next.5...9.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.5...9.0.0-next.6)| 2 files 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-library-diff/compare/9.0.0-next.4...9.0.0-next.5)| 2 files 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-library-diff/compare/9.0.0-next.3...9.0.0-next.4)| 2 files 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-library-diff/compare/9.0.0-next.2...9.0.0-next.3)| 2 files changed, 12 insertions(+), 12 deletions(-) +9.0.0-next.2|[9.0.0-next.1...9.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.1...9.0.0-next.2)| 2 files changed, 12 insertions(+), 12 deletions(-) +9.0.0-next.1|[9.0.0-next.0...9.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.0...9.0.0-next.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +9.0.0-next.0|[8.3.28...9.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.28...9.0.0-next.0)| 12 files changed, 55 insertions(+), 39 deletions(-) +8.3.28|[8.3.27...8.3.28](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.27...8.3.28)| 2 files changed, 4 insertions(+), 4 deletions(-) +8.3.27|[8.3.26...8.3.27](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.26...8.3.27)| 2 files changed, 5 insertions(+), 5 deletions(-) +8.3.26|[8.3.25...8.3.26](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.25...8.3.26)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.25|[8.3.24...8.3.25](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.24...8.3.25)| 2 files changed, 4 insertions(+), 4 deletions(-) +8.3.24|[8.3.23...8.3.24](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.23...8.3.24)| 2 files changed, 4 insertions(+), 4 deletions(-) +8.3.23|[8.3.22...8.3.23](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.22...8.3.23)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.22|[8.3.21...8.3.22](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.21...8.3.22)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.21|[8.3.20...8.3.21](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.20...8.3.21)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.20|[8.3.19...8.3.20](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.19...8.3.20)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.19|[8.3.18...8.3.19](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.18...8.3.19)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.18|[8.3.17...8.3.18](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.17...8.3.18)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.17|[8.3.16...8.3.17](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.16...8.3.17)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.16|[8.3.15...8.3.16](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.15...8.3.16)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.15|[8.3.14...8.3.15](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.14...8.3.15)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.14|[8.3.13...8.3.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.13...8.3.14)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.13|[8.3.12...8.3.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.12...8.3.13)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.12|[8.3.10...8.3.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.10...8.3.12)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.10|[8.3.9...8.3.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.9...8.3.10)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.9|[8.3.8...8.3.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.8...8.3.9)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.8|[8.3.7...8.3.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.7...8.3.8)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.7|[8.3.6...8.3.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.6...8.3.7)| 3 files changed, 12 insertions(+), 13 deletions(-) +8.3.6|[8.3.5...8.3.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.5...8.3.6)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.5|[8.3.4...8.3.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.4...8.3.5)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.4|[8.3.3...8.3.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.3...8.3.4)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.3|[8.3.2...8.3.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.2...8.3.3)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.2|[8.3.1...8.3.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.1...8.3.2)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.1|[8.3.0...8.3.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0...8.3.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.0|[8.3.0-rc.0...8.3.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-rc.0...8.3.0)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.3.0-rc.0|[8.3.0-next.2...8.3.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-next.2...8.3.0-rc.0)| 2 files 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-library-diff/compare/8.3.0-next.1...8.3.0-next.2)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.0-next.1|[8.3.0-next.0...8.3.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-next.0...8.3.0-next.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.3.0-next.0|[8.2.2...8.3.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.2...8.3.0-next.0)| 4 files changed, 9 insertions(+), 9 deletions(-) +8.2.2|[8.2.1...8.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.1...8.2.2)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.2.1|[8.2.0...8.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0...8.2.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.2.0|[8.2.0-rc.0...8.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0-rc.0...8.2.0)| 2 files 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-library-diff/compare/8.2.0-next.1...8.2.0-rc.0)| 3 files changed, 16 insertions(+), 16 deletions(-) +8.2.0-next.1|[8.2.0-next.0...8.2.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0-next.0...8.2.0-next.1)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.2.0-next.0|[8.1.3...8.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.3...8.2.0-next.0)| 5 files changed, 21 insertions(+), 21 deletions(-) +8.1.3|[8.1.2...8.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.2...8.1.3)| 3 files changed, 14 insertions(+), 14 deletions(-) +8.1.2|[8.1.1...8.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.1...8.1.2)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.1.1|[8.1.0...8.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0...8.1.1)| 2 files changed, 12 insertions(+), 12 deletions(-) +8.1.0|[8.1.0-rc.0...8.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-rc.0...8.1.0)| 2 files 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-library-diff/compare/8.1.0-beta.3...8.1.0-rc.0)| 3 files changed, 14 insertions(+), 14 deletions(-) +8.1.0-beta.3|[8.1.0-beta.2...8.1.0-beta.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-beta.2...8.1.0-beta.3)| 3 files changed, 6 insertions(+), 2 deletions(-) +8.1.0-beta.2|[8.1.0-beta.1...8.1.0-beta.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-beta.1...8.1.0-beta.2)| 2 files 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-library-diff/compare/8.1.0-beta.0...8.1.0-beta.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.1.0-beta.0|[8.0.6...8.1.0-beta.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.6...8.1.0-beta.0)| 7 files changed, 22 insertions(+), 20 deletions(-) +8.0.6|[8.0.5...8.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.5...8.0.6)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.0.5|[8.0.4...8.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.4...8.0.5)| 4 files changed, 15 insertions(+), 15 deletions(-) +8.0.4|[8.0.3...8.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.3...8.0.4)| 3 files changed, 3 insertions(+), 4 deletions(-) +8.0.3|[8.0.2...8.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.2...8.0.3)| 3 files changed, 15 insertions(+), 14 deletions(-) +8.0.2|[8.0.1...8.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.1...8.0.2)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.0.1|[8.0.0...8.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.0...8.0.1)| 2 files changed, 2 insertions(+), 2 deletions(-) +8.0.0|[7.3.10...8.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/7.3.10...8.0.0)| 9 files changed, 47 insertions(+), 52 deletions(-) +7.3.10|[8.0.0...7.3.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.0...7.3.10)| 21 files changed, 503 insertions(+), 4 deletions(-) + + +## Why this repository ? + +After an upgrade of Angular CLI on your library, 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 +[8.1.0 to the 8.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0...8.2.0). diff --git a/newVersion.sh b/newVersion.sh new file mode 100755 index 0000000..e80571b --- /dev/null +++ b/newVersion.sh @@ -0,0 +1,135 @@ +#!/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.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 +1.1.0-beta.0 1.1.0-beta.1 1.1.0-rc.0 1.1.0-rc.1 1.1.0-rc.2 +1.1.0 1.1.1 1.1.2 1.1.3 +1.2.0-beta.0 1.2.0-beta.1 1.2.0-rc.0 1.2.0-rc.1 +1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 +1.3.0-beta.0 1.3.0-beta.1 +1.3.0-rc.0 1.3.0-rc.1 1.3.0-rc.2 1.3.0-rc.3 1.3.0-rc.4 1.3.0-rc.5 +1.3.0 1.3.1 1.3.2 +1.4.0-beta.0 1.4.0-beta.1 1.4.0-beta.2 +1.4.0-rc.0 1.4.0-rc.1 1.4.0-rc.2 +1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.4.10 +1.5.0-beta.0 1.5.0-beta.1 1.5.0-beta.2 1.5.0-beta.3 1.5.0-beta.4 +1.5.0-rc.0 1.5.0-rc.1 1.5.0-rc.2 1.5.0-rc.3 1.5.0-rc.4 1.5.0-rc.5 1.5.0-rc.6 1.5.0-rc.7 1.5.0-rc.8 +1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 +1.6.0-beta.0 1.6.0-beta.1 1.6.0-beta.2 +1.6.0-rc.0 1.6.0-rc.1 1.6.0-rc.2 +1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 +1.7.0-beta.0 1.7.0-beta.1 1.7.0-beta.2 1.7.0-beta.3 +1.7.0-rc.0 +1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 +6.0.0-beta.2 6.0.0-beta.3 6.0.0-beta.4 6.0.0-beta.5 6.0.0-beta.6 6.0.0-beta.7 6.0.0-beta.8 6.0.0-beta.9 +6.0.0-rc.0 6.0.0-rc.1 6.0.0-rc.2 6.0.0-rc.3 6.0.0-rc.4 6.0.0-rc.5 6.0.0-rc.6 6.0.0-rc.7 6.0.0-rc.8 6.0.0-rc.9 6.0.0-rc.10 +6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.7 6.0.8 +6.1.0-beta.0 6.1.0-beta.2 +6.1.0-rc.0 6.1.0-rc.1 6.1.0-rc.2 6.1.0-rc.3 +6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 6.1.5 +6.2.0-beta.0 6.2.0-beta.1 6.2.0-beta.2 6.2.0-beta.3 +6.2.0-rc.0 6.2.0-rc.1 +6.2.0 6.2.1 6.2.2 6.2.3 6.2.4 6.2.5 6.2.6 6.2.7 6.2.8 6.2.9 +7.0.0-beta.0 7.0.0-beta.1 7.0.0-beta.2 7.0.0-beta.3 7.0.0-beta.4 +7.0.0-rc.0 7.0.0-rc.1 7.0.0-rc.2 7.0.0-rc.3 +7.0.1 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7 +7.1.0-beta.0 7.1.0-beta.1 7.1.0-rc.0 +7.1.0 7.1.1 7.1.2 7.1.3 7.1.4 +7.2.0-beta.0 7.2.0-beta.1 7.2.0-beta.2 7.2.0-rc.0 +7.2.0 7.2.1 7.2.2 7.2.3 7.2.4 +7.3.0-beta.0 7.3.0-rc.0 +7.3.0 7.3.1 7.3.2 7.3.3 7.3.4 7.3.5 7.3.6 7.3.7 7.3.8 7.3.9 +8.0.0-beta.0 8.0.0-beta.1 8.0.0-beta.2 8.0.0-beta.4 8.0.0-beta.5 8.0.0-beta.6 8.0.0-beta.7 +8.0.0-beta.8 8.0.0-beta.9 8.0.0-beta.10 8.0.0-beta.11 8.0.0-beta.12 8.0.0-beta.13 8.0.0-beta.14 +8.0.0-beta.15 8.0.0-beta.16 8.0.0-beta.17 8.0.0-beta.18 +8.0.0-rc.0 8.0.0-rc.1 8.0.0-rc.2 8.0.0-rc.3 8.0.0-rc.4 +9.0.0-next.9 +10.0.0-next.4 10.0.0-next.5 10.0.0-next.6 10.0.0-rc.0 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="8.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-library-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 lib with new CLI version + flags="--no-interactive --no-create-application" + # 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} + cd ponyracer + npx @angular/cli@${version} generate library ponyracer-lib --skip-install --no-interactive + rm package-lock.json + cd .. + 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-library-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 diff --git a/ponyracer/README.md b/ponyracer/README.md new file mode 100644 index 0000000..b5aff2b --- /dev/null +++ b/ponyracer/README.md @@ -0,0 +1,28 @@ +# Ponyracer + +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0. + +## Development server + +Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. + +## Code scaffolding + +Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`. + +## Build + +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build. + +## Running unit tests + +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Running end-to-end tests + +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). +Before running the tests make sure you are serving the app via `ng serve`. + +## Further help + +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). From e2de3a209e1ecfc38b586a634b00d886e02cdae2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 7 Sep 2023 22:15:55 +0000 Subject: [PATCH 2/2] chore: version 7.3.10 --- ponyracer/.editorconfig | 13 ++++ ponyracer/.gitignore | 46 ++++++++++++ ponyracer/README.md | 7 +- ponyracer/angular.json | 43 +++++++++++ ponyracer/package.json | 52 +++++++++++++ ponyracer/projects/ponyracer-lib/README.md | 24 ++++++ .../projects/ponyracer-lib/karma.conf.js | 32 ++++++++ .../projects/ponyracer-lib/ng-package.json | 7 ++ ponyracer/projects/ponyracer-lib/package.json | 8 ++ .../src/lib/ponyracer-lib.component.spec.ts | 25 +++++++ .../src/lib/ponyracer-lib.component.ts | 19 +++++ .../src/lib/ponyracer-lib.module.ts | 10 +++ .../src/lib/ponyracer-lib.service.spec.ts | 12 +++ .../src/lib/ponyracer-lib.service.ts | 9 +++ .../projects/ponyracer-lib/src/public-api.ts | 7 ++ ponyracer/projects/ponyracer-lib/src/test.ts | 22 ++++++ .../projects/ponyracer-lib/tsconfig.lib.json | 32 ++++++++ .../projects/ponyracer-lib/tsconfig.spec.json | 17 +++++ ponyracer/projects/ponyracer-lib/tslint.json | 17 +++++ ponyracer/tsconfig.json | 30 ++++++++ ponyracer/tslint.json | 75 +++++++++++++++++++ 21 files changed, 503 insertions(+), 4 deletions(-) create mode 100644 ponyracer/.editorconfig create mode 100644 ponyracer/.gitignore create mode 100644 ponyracer/angular.json create mode 100644 ponyracer/package.json create mode 100644 ponyracer/projects/ponyracer-lib/README.md create mode 100644 ponyracer/projects/ponyracer-lib/karma.conf.js create mode 100644 ponyracer/projects/ponyracer-lib/ng-package.json create mode 100644 ponyracer/projects/ponyracer-lib/package.json create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts create mode 100644 ponyracer/projects/ponyracer-lib/src/public-api.ts create mode 100644 ponyracer/projects/ponyracer-lib/src/test.ts create mode 100644 ponyracer/projects/ponyracer-lib/tsconfig.lib.json create mode 100644 ponyracer/projects/ponyracer-lib/tsconfig.spec.json create mode 100644 ponyracer/projects/ponyracer-lib/tslint.json create mode 100644 ponyracer/tsconfig.json create mode 100644 ponyracer/tslint.json diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig new file mode 100644 index 0000000..e89330a --- /dev/null +++ b/ponyracer/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore new file mode 100644 index 0000000..f4f46a5 --- /dev/null +++ b/ponyracer/.gitignore @@ -0,0 +1,46 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out + +# dependencies +/node_modules + +# profiling files +chrome-profiler-events.json +speed-measure-plugin.json + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings + +# System Files +.DS_Store +Thumbs.db diff --git a/ponyracer/README.md b/ponyracer/README.md index b5aff2b..cc60b60 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.10. ## Development server @@ -8,11 +8,11 @@ Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app w ## Code scaffolding -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`. +Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build. +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. ## Running unit tests @@ -21,7 +21,6 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). -Before running the tests make sure you are serving the app via `ng serve`. ## Further help diff --git a/ponyracer/angular.json b/ponyracer/angular.json new file mode 100644 index 0000000..581e7e3 --- /dev/null +++ b/ponyracer/angular.json @@ -0,0 +1,43 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "version": 1, + "newProjectRoot": "projects", + "projects": { + "ponyracer-lib": { + "root": "projects/ponyracer-lib", + "sourceRoot": "projects/ponyracer-lib/src", + "projectType": "library", + "prefix": "lib", + "architect": { + "build": { + "builder": "@angular-devkit/build-ng-packagr:build", + "options": { + "tsConfig": "projects/ponyracer-lib/tsconfig.lib.json", + "project": "projects/ponyracer-lib/ng-package.json" + } + }, + "test": { + "builder": "@angular-devkit/build-angular:karma", + "options": { + "main": "projects/ponyracer-lib/src/test.ts", + "tsConfig": "projects/ponyracer-lib/tsconfig.spec.json", + "karmaConfig": "projects/ponyracer-lib/karma.conf.js" + } + }, + "lint": { + "builder": "@angular-devkit/build-angular:tslint", + "options": { + "tsConfig": [ + "projects/ponyracer-lib/tsconfig.lib.json", + "projects/ponyracer-lib/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] + } + } + } + } + }, + "defaultProject": "ponyracer-lib" +} \ No newline at end of file diff --git a/ponyracer/package.json b/ponyracer/package.json new file mode 100644 index 0000000..7b8815f --- /dev/null +++ b/ponyracer/package.json @@ -0,0 +1,52 @@ +{ + "name": "ponyracer", + "version": "0.0.0", + "scripts": { + "ng": "ng", + "start": "ng serve", + "build": "ng build", + "test": "ng test", + "lint": "ng lint", + "e2e": "ng e2e" + }, + "private": true, + "dependencies": { + "@angular/animations": "~7.2.0", + "@angular/common": "~7.2.0", + "@angular/compiler": "~7.2.0", + "@angular/core": "~7.2.0", + "@angular/forms": "~7.2.0", + "@angular/platform-browser": "~7.2.0", + "@angular/platform-browser-dynamic": "~7.2.0", + "@angular/router": "~7.2.0", + "core-js": "^2.5.4", + "rxjs": "~6.3.3", + "tslib": "^1.9.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular-devkit/build-angular": "~0.13.0", + "@angular-devkit/build-ng-packagr": "~0.13.0", + "@angular/cli": "~7.3.10", + "@angular/compiler-cli": "~7.2.0", + "@angular/language-service": "~7.2.0", + "@types/node": "~8.9.4", + "@types/jasmine": "~2.8.8", + "@types/jasminewd2": "~2.0.3", + "codelyzer": "~4.5.0", + "jasmine-core": "~2.99.1", + "jasmine-spec-reporter": "~4.2.1", + "karma": "~4.0.0", + "karma-chrome-launcher": "~2.2.0", + "karma-coverage-istanbul-reporter": "~2.0.1", + "karma-jasmine": "~1.1.2", + "karma-jasmine-html-reporter": "^0.2.2", + "ng-packagr": "^4.2.0", + "protractor": "~5.4.0", + "ts-node": "~7.0.0", + "tsickle": ">=0.34.0", + "tslib": "^1.9.0", + "tslint": "~5.11.0", + "typescript": "~3.2.2" + } +} diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md new file mode 100644 index 0000000..cbb647f --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -0,0 +1,24 @@ +# PonyracerLib + +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0. + +## Code scaffolding + +Run `ng generate component component-name --project ponyracer-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ponyracer-lib`. +> Note: Don't forget to add `--project ponyracer-lib` or else it will be added to the default project in your `angular.json` file. + +## Build + +Run `ng build ponyracer-lib` to build the project. The build artifacts will be stored in the `dist/` directory. + +## Publishing + +After building your library with `ng build ponyracer-lib`, go to the dist folder `cd dist/ponyracer-lib` and run `npm publish`. + +## Running unit tests + +Run `ng test ponyracer-lib` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Further help + +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js new file mode 100644 index 0000000..cfdcd1c --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/karma.conf.js @@ -0,0 +1,32 @@ +// Karma configuration file, see link for more information +// https://karma-runner.github.io/1.0/config/configuration-file.html + +module.exports = function (config) { + config.set({ + basePath: '', + frameworks: ['jasmine', '@angular-devkit/build-angular'], + plugins: [ + require('karma-jasmine'), + require('karma-chrome-launcher'), + require('karma-jasmine-html-reporter'), + require('karma-coverage-istanbul-reporter'), + require('@angular-devkit/build-angular/plugins/karma') + ], + client: { + clearContext: false // leave Jasmine Spec Runner output visible in browser + }, + coverageIstanbulReporter: { + dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'), + reports: ['html', 'lcovonly'], + fixWebpackSourcePaths: true + }, + reporters: ['progress', 'kjhtml'], + port: 9876, + colors: true, + logLevel: config.LOG_INFO, + autoWatch: true, + browsers: ['Chrome'], + singleRun: false, + restartOnFileChange: true + }); +}; diff --git a/ponyracer/projects/ponyracer-lib/ng-package.json b/ponyracer/projects/ponyracer-lib/ng-package.json new file mode 100644 index 0000000..6d2ad4b --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/ng-package.json @@ -0,0 +1,7 @@ +{ + "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", + "dest": "../../dist/ponyracer-lib", + "lib": { + "entryFile": "src/public-api.ts" + } +} \ No newline at end of file diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json new file mode 100644 index 0000000..5858ed5 --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -0,0 +1,8 @@ +{ + "name": "ponyracer-lib", + "version": "0.0.1", + "peerDependencies": { + "@angular/common": "^7.2.0", + "@angular/core": "^7.2.0" + } +} \ No newline at end of file diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts new file mode 100644 index 0000000..577d9b3 --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { PonyracerLibComponent } from './ponyracer-lib.component'; + +describe('PonyracerLibComponent', () => { + let component: PonyracerLibComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ PonyracerLibComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(PonyracerLibComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts new file mode 100644 index 0000000..530534c --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -0,0 +1,19 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'lib-ponyracer-lib', + template: ` +

+ ponyracer-lib works! +

+ `, + styles: [] +}) +export class PonyracerLibComponent implements OnInit { + + constructor() { } + + ngOnInit() { + } + +} diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts new file mode 100644 index 0000000..5fa1287 --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts @@ -0,0 +1,10 @@ +import { NgModule } from '@angular/core'; +import { PonyracerLibComponent } from './ponyracer-lib.component'; + +@NgModule({ + declarations: [PonyracerLibComponent], + imports: [ + ], + exports: [PonyracerLibComponent] +}) +export class PonyracerLibModule { } diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts new file mode 100644 index 0000000..124ea59 --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { PonyracerLibService } from './ponyracer-lib.service'; + +describe('PonyracerLibService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: PonyracerLibService = TestBed.get(PonyracerLibService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts new file mode 100644 index 0000000..107853c --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts @@ -0,0 +1,9 @@ +import { Injectable } from '@angular/core'; + +@Injectable({ + providedIn: 'root' +}) +export class PonyracerLibService { + + constructor() { } +} diff --git a/ponyracer/projects/ponyracer-lib/src/public-api.ts b/ponyracer/projects/ponyracer-lib/src/public-api.ts new file mode 100644 index 0000000..e701d78 --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/public-api.ts @@ -0,0 +1,7 @@ +/* + * Public API Surface of ponyracer-lib + */ + +export * from './lib/ponyracer-lib.service'; +export * from './lib/ponyracer-lib.component'; +export * from './lib/ponyracer-lib.module'; diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts new file mode 100644 index 0000000..e11ff1c --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/src/test.ts @@ -0,0 +1,22 @@ +// This file is required by karma.conf.js and loads recursively all the .spec and framework files + +import 'core-js/es7/reflect'; +import 'zone.js/dist/zone'; +import 'zone.js/dist/zone-testing'; +import { getTestBed } from '@angular/core/testing'; +import { + BrowserDynamicTestingModule, + platformBrowserDynamicTesting +} from '@angular/platform-browser-dynamic/testing'; + +declare const require: any; + +// First, initialize the Angular testing environment. +getTestBed().initTestEnvironment( + BrowserDynamicTestingModule, + platformBrowserDynamicTesting() +); +// Then we find all the tests. +const context = require.context('./', true, /\.spec\.ts$/); +// And load the modules. +context.keys().map(context); diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json new file mode 100644 index 0000000..3fe337f --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -0,0 +1,32 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "../../out-tsc/lib", + "target": "es2015", + "module": "es2015", + "moduleResolution": "node", + "declaration": true, + "sourceMap": true, + "inlineSources": true, + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "types": [], + "lib": [ + "dom", + "es2018" + ] + }, + "angularCompilerOptions": { + "annotateForClosureCompiler": true, + "skipTemplateCodegen": true, + "strictMetadataEmit": true, + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true, + "enableResourceInlining": true + }, + "exclude": [ + "src/test.ts", + "**/*.spec.ts" + ] +} diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json new file mode 100644 index 0000000..16da33d --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -0,0 +1,17 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "../../out-tsc/spec", + "types": [ + "jasmine", + "node" + ] + }, + "files": [ + "src/test.ts" + ], + "include": [ + "**/*.spec.ts", + "**/*.d.ts" + ] +} diff --git a/ponyracer/projects/ponyracer-lib/tslint.json b/ponyracer/projects/ponyracer-lib/tslint.json new file mode 100644 index 0000000..124133f --- /dev/null +++ b/ponyracer/projects/ponyracer-lib/tslint.json @@ -0,0 +1,17 @@ +{ + "extends": "../../tslint.json", + "rules": { + "directive-selector": [ + true, + "attribute", + "lib", + "camelCase" + ], + "component-selector": [ + true, + "element", + "lib", + "kebab-case" + ] + } +} diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json new file mode 100644 index 0000000..068e526 --- /dev/null +++ b/ponyracer/tsconfig.json @@ -0,0 +1,30 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "module": "es2015", + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "es5", + "typeRoots": [ + "node_modules/@types" + ], + "lib": [ + "es2018", + "dom" + ], + "paths": { + "ponyracer-lib": [ + "dist/ponyracer-lib" + ], + "ponyracer-lib/*": [ + "dist/ponyracer-lib/*" + ] + } + } +} \ No newline at end of file diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json new file mode 100644 index 0000000..868ecba --- /dev/null +++ b/ponyracer/tslint.json @@ -0,0 +1,75 @@ +{ + "extends": "tslint:recommended", + "rulesDirectory": [ + "codelyzer" + ], + "rules": { + "array-type": false, + "arrow-parens": false, + "deprecation": { + "severity": "warn" + }, + "import-blacklist": [ + true, + "rxjs/Rx" + ], + "interface-name": false, + "max-classes-per-file": false, + "max-line-length": [ + true, + 140 + ], + "member-access": false, + "member-ordering": [ + true, + { + "order": [ + "static-field", + "instance-field", + "static-method", + "instance-method" + ] + } + ], + "no-consecutive-blank-lines": false, + "no-console": [ + true, + "debug", + "info", + "time", + "timeEnd", + "trace" + ], + "no-empty": false, + "no-inferrable-types": [ + true, + "ignore-params" + ], + "no-non-null-assertion": true, + "no-redundant-jsdoc": true, + "no-switch-case-fall-through": true, + "no-use-before-declare": true, + "no-var-requires": false, + "object-literal-key-quotes": [ + true, + "as-needed" + ], + "object-literal-sort-keys": false, + "ordered-imports": false, + "quotemark": [ + true, + "single" + ], + "trailing-comma": false, + "no-output-on-prefix": true, + "use-input-property-decorator": true, + "use-output-property-decorator": true, + "use-host-property-decorator": true, + "no-input-rename": true, + "no-output-rename": true, + "use-life-cycle-interface": true, + "use-pipe-transform-interface": true, + "component-class-suffix": true, + "directive-class-suffix": true + } +}