Skip to content

Commit

Permalink
Merge pull request #27 from bohoffi/develop
Browse files Browse the repository at this point in the history
Merge v3.1.0 into master
  • Loading branch information
bohoffi authored Mar 15, 2020
2 parents f2828d1 + e59a1c0 commit 6478119
Show file tree
Hide file tree
Showing 33 changed files with 15,292 additions and 14,744 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="3.1.0"></a>
# [3.1.0](https://github.com/bohoffi/ngx-localstorage/compare/3.0.0...3.1.0) (2020-03-15)

### Features

* **Framework**
* Updates compatibility to Angular v9.x

<a name="3.0.0"></a>
# [3.0.0](https://github.com/bohoffi/ngx-localstorage/compare/2.4.1...3.0.0) (2020-03-08)

Expand Down
23 changes: 17 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/apps/ngx-localstorage-demo",
"index": "apps/ngx-localstorage-demo/src/index.html",
"main": "apps/ngx-localstorage-demo/src/main.ts",
Expand All @@ -33,6 +34,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
Expand Down Expand Up @@ -93,7 +100,7 @@
"apps/ngx-localstorage-demo/tsconfig.app.json",
"apps/ngx-localstorage-demo/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": ["**/node_modules/**", "!apps/ngx-localstorage-demo/**"]
}
}
}
Expand All @@ -113,7 +120,10 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "apps/ngx-localstorage-demo-e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**",
"!apps/ngx-localstorage-demo-e2e/**"
]
}
}
}
Expand All @@ -125,14 +135,15 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/ngx-localstorage/tsconfig.lib.json",
"project": "libs/ngx-localstorage/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/ngx-localstorage/ng-package.prod.json"
"project": "libs/ngx-localstorage/ng-package.prod.json",
"tsConfig": "libs/ngx-localstorage/tsconfig.lib.prod.json"
}
}
},
Expand All @@ -151,7 +162,7 @@
"libs/ngx-localstorage/tsconfig.lib.json",
"libs/ngx-localstorage/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": ["**/node_modules/**", "!libs/ngx-localstorage/**"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import {EventServiceComponent} from './event-service/event-service.component';

MatCardModule,

NgxLocalStorageModule.forRoot({
prefix: 'ngx-localstorage'
})
NgxLocalStorageModule.forRoot({})
],
declarations: [DecoratorComponent, DirectiveComponent, StorageServiceComponent, EventServiceComponent],
exports: [DecoratorComponent, DirectiveComponent, StorageServiceComponent, EventServiceComponent]
Expand Down
7 changes: 5 additions & 2 deletions apps/ngx-localstorage-demo/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"outDir": "../../dist/out-tsc",
"types": []
},
"exclude": ["test.ts", "**/*.spec.ts"],
"include": ["**/*.ts"]
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": ["**/*.d.ts"]
}
5 changes: 5 additions & 0 deletions apps/ngx-localstorage-demo/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"app",
"kebab-case"
]
},
"linterOptions": {
"exclude": [
"!**/*"
]
}
}
37 changes: 29 additions & 8 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MIT
MIT
The MIT License

Copyright (c) 2019 Google LLC.
Copyright (c) 2020 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -61,7 +61,7 @@ MIT
MIT
The MIT License

Copyright (c) 2019 Google LLC.
Copyright (c) 2020 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -82,16 +82,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


@angular/material/card

@angular/material/toolbar

@angular/platform-browser
MIT

core-js
MIT
Copyright (c) 2014-2019 Denis Pushkarev
Copyright (c) 2014-2020 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -319,6 +315,31 @@ ngx-localstorage-demo
limitations under the License.


regenerator-runtime
MIT
MIT License

Copyright (c) 2014-present, Facebook, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


rxjs
Apache-2.0
Apache License
Expand Down Expand Up @@ -588,7 +609,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2016-2018 Google, Inc.
Copyright (c) 2010-2019 Google LLC. http://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="styles.f710e55b6562efea8600.css"></head>
<link rel="stylesheet" href="styles.8ad2007fdac8041ee582.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.401c4a111faf77a71163.js" type="module"></script><script src="polyfills-es2015.ef067c511bdb1631fe44.js" type="module"></script><script src="runtime-es5.f31fa1f4c318a62f73da.js" nomodule defer></script><script src="polyfills-es5.d05fe3d73fbce849dc43.js" nomodule defer></script><script src="main-es2015.dc40b86b91c39a88dde1.js" type="module"></script><script src="main-es5.1d0d0d80b3b5a0a89b88.js" nomodule defer></script></body>
<script src="runtime-es2015.13ea55c0fc1a7ebecd69.js" type="module"></script><script src="runtime-es5.13ea55c0fc1a7ebecd69.js" nomodule defer></script><script src="polyfills-es5.c2f2fb955823551deaed.js" nomodule defer></script><script src="polyfills-es2015.a10e9b53553fb7fe0c7c.js" type="module"></script><script src="main-es2015.6147e374df454ce563b0.js" type="module"></script><script src="main-es5.6147e374df454ce563b0.js" nomodule defer></script></body>
</html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="styles.f710e55b6562efea8600.css"></head>
<link rel="stylesheet" href="styles.8ad2007fdac8041ee582.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.401c4a111faf77a71163.js" type="module"></script><script src="polyfills-es2015.ef067c511bdb1631fe44.js" type="module"></script><script src="runtime-es5.f31fa1f4c318a62f73da.js" nomodule defer></script><script src="polyfills-es5.d05fe3d73fbce849dc43.js" nomodule defer></script><script src="main-es2015.dc40b86b91c39a88dde1.js" type="module"></script><script src="main-es5.1d0d0d80b3b5a0a89b88.js" nomodule defer></script></body>
<script src="runtime-es2015.13ea55c0fc1a7ebecd69.js" type="module"></script><script src="runtime-es5.13ea55c0fc1a7ebecd69.js" nomodule defer></script><script src="polyfills-es5.c2f2fb955823551deaed.js" nomodule defer></script><script src="polyfills-es2015.a10e9b53553fb7fe0c7c.js" type="module"></script><script src="main-es2015.6147e374df454ce563b0.js" type="module"></script><script src="main-es5.6147e374df454ce563b0.js" nomodule defer></script></body>
</html>
1 change: 1 addition & 0 deletions docs/main-es2015.6147e374df454ce563b0.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main-es2015.dc40b86b91c39a88dde1.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main-es5.1d0d0d80b3b5a0a89b88.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main-es5.6147e374df454ce563b0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/polyfills-es2015.a10e9b53553fb7fe0c7c.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills-es2015.ef067c511bdb1631fe44.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills-es5.c2f2fb955823551deaed.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills-es5.d05fe3d73fbce849dc43.js

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6478119

Please sign in to comment.