diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e76b616..0e81c26 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ** PR Checklist Please check if your PR fulfills the following requirements: -- [ ] The commit message follows our guidelines: https://github.com/holidaylab/ngx-cache/blob/master/CONTRIBUTING.md#commit +- [ ] The commit message follows our guidelines: https://github.com/fulls1z3/ngx-cache/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59d280..5100f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,40 +3,40 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -# [6.0.0](https://github.com/holidaylab/ngx-cache/compare/v6.0.0-rc.1...v6.0.0) (2018-07-23) +# [6.0.0](https://github.com/fulls1z3/ngx-cache/compare/v6.0.0-rc.1...v6.0.0) (2018-07-23) -* update deps ([#109](https://github.com/holidaylab/ngx-cache/issues/109)) ([138b104](https://github.com/holidaylab/ngx-cache/commit/138b104)) +* update deps ([#109](https://github.com/fulls1z3/ngx-cache/issues/109)) ([138b104](https://github.com/fulls1z3/ngx-cache/commit/138b104)) -# [6.0.0-rc.1](https://github.com/holidaylab/ngx-cache/compare/v5.0.0...v6.0.0-rc.1) (2018-04-17) +# [6.0.0-rc.1](https://github.com/fulls1z3/ngx-cache/compare/v5.0.0...v6.0.0-rc.1) (2018-04-17) ### Features -* **core:** upgrade to angular 6 ([5217483](https://github.com/holidaylab/ngx-cache/commit/5217483)) +* **core:** upgrade to angular 6 ([5217483](https://github.com/fulls1z3/ngx-cache/commit/5217483)) -# [5.0.0](https://github.com/holidaylab/ngx-cache/compare/v4.0.1...v5.0.0) (2018-01-07) +# [5.0.0](https://github.com/fulls1z3/ngx-cache/compare/v4.0.1...v5.0.0) (2018-01-07) ### Features -* upgrade to angular 5 ([#59](https://github.com/holidaylab/ngx-cache/issues/59)) ([626a4b1](https://github.com/holidaylab/ngx-cache/commit/626a4b1)) +* upgrade to angular 5 ([#59](https://github.com/fulls1z3/ngx-cache/issues/59)) ([626a4b1](https://github.com/fulls1z3/ngx-cache/commit/626a4b1)) -## [4.0.1](https://github.com/holidaylab/ngx-cache/compare/v4.0.0...v4.0.1) (2017-09-07) +## [4.0.1](https://github.com/fulls1z3/ngx-cache/compare/v4.0.0...v4.0.1) (2017-09-07) ### Bug Fixes -* fix moduleId for AoT compilation ([#26](https://github.com/holidaylab/ngx-cache/issues/26)) ([4568c56](https://github.com/holidaylab/ngx-cache/commit/4568c56)), closes [#25](https://github.com/holidaylab/ngx-cache/issues/25) +* fix moduleId for AoT compilation ([#26](https://github.com/fulls1z3/ngx-cache/issues/26)) ([4568c56](https://github.com/fulls1z3/ngx-cache/commit/4568c56)), closes [#25](https://github.com/fulls1z3/ngx-cache/issues/25) @@ -46,12 +46,12 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* **core:** cacheKey doesn't handle optional (undefined) or null parameters ([#5](https://github.com/holidaylab/ngx-cache/issues/5)) ([85d76e5](https://github.com/holidaylab/ngx-cache/commit/85d76e5)) -* **core:** cannot get instance of CacheService ([#3](https://github.com/holidaylab/ngx-cache/issues/3)) ([293c098](https://github.com/holidaylab/ngx-cache/commit/293c098)) -* **core:** error on AoT compilation ([#1](https://github.com/holidaylab/ngx-cache/issues/1)) ([4429c89](https://github.com/holidaylab/ngx-cache/commit/4429c89)) +* **core:** cacheKey doesn't handle optional (undefined) or null parameters ([#5](https://github.com/fulls1z3/ngx-cache/issues/5)) ([85d76e5](https://github.com/fulls1z3/ngx-cache/commit/85d76e5)) +* **core:** cannot get instance of CacheService ([#3](https://github.com/fulls1z3/ngx-cache/issues/3)) ([293c098](https://github.com/fulls1z3/ngx-cache/commit/293c098)) +* **core:** error on AoT compilation ([#1](https://github.com/fulls1z3/ngx-cache/issues/1)) ([4429c89](https://github.com/fulls1z3/ngx-cache/commit/4429c89)) ### Features -* **core:** add abstract storage ([#4](https://github.com/holidaylab/ngx-cache/issues/4)) ([03f16fb](https://github.com/holidaylab/ngx-cache/commit/03f16fb)) -* **core:** add wildcard support to remove items ([#6](https://github.com/holidaylab/ngx-cache/issues/6)) ([7bbab59](https://github.com/holidaylab/ngx-cache/commit/7bbab59)) +* **core:** add abstract storage ([#4](https://github.com/fulls1z3/ngx-cache/issues/4)) ([03f16fb](https://github.com/fulls1z3/ngx-cache/commit/03f16fb)) +* **core:** add wildcard support to remove items ([#6](https://github.com/fulls1z3/ngx-cache/issues/6)) ([7bbab59](https://github.com/fulls1z3/ngx-cache/commit/7bbab59)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09c6260..7671f3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,12 +58,12 @@ the problem before we can fix it. Unfortunately we are not able to investigate / fix bugs without a minimal reproduction, so if we don't hear back from you, we are going to close an issue that don't have enough info to be reproduced. -You can file new issues by filling out our [new issue form](https://github.com/holidaylab/ngx-cache/issues/new). +You can file new issues by filling out our [new issue form](https://github.com/fulls1z3/ngx-cache/issues/new). ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: -* Search [GitHub](https://github.com/holidaylab/ngx-cache/pulls) for an open or closed PR that relates to your submission. +* Search [GitHub](https://github.com/fulls1z3/ngx-cache/pulls) for an open or closed PR that relates to your submission. You don't want to duplicate effort. * Make your changes in a new git branch: ```shell @@ -116,7 +116,7 @@ After your pull request is merged, you can safely delete your branch and pull th To ensure consistency throughout the source code, keep these rules in mind as you are working: * All features or bug fixes **must be tested** by one or more specs (unit-tests). * All public API methods **must be documented**. (Details TBC). -* We follow [HolidayLAB's Angular TSLint rules][angular-tslint-rules]. +* We follow [fulls1z3's Angular TSLint rules][angular-tslint-rules]. ## Commit message guidelines We have very precise rules over how our git commit messages can be formatted. This leads to **more readable messages** that @@ -142,7 +142,7 @@ well as in various git tools. Footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any. -Samples: (even more [samples](https://github.com/holidaylab/ngx-cache/commits/master)) +Samples: (even more [samples](https://github.com/fulls1z3/ngx-cache/commits/master)) ``` docs(changelog): update change log to alpha.4 ``` @@ -199,6 +199,6 @@ this commit **Closes**. **Breaking Changes** should start with the word `BREAKING CHANGE:` with a space or two newlines. The rest of the commit message is then used for this. -[coc]: https://github.com/holidaylab/ngx-cache/blob/master/CODE_OF_CONDUCT.md -[github]: https://github.com/holidaylab/ngx-cache -[angular-tslint-rules]: https://github.com/holidaylab/angular-tslint-rules +[coc]: https://github.com/fulls1z3/ngx-cache/blob/master/CODE_OF_CONDUCT.md +[github]: https://github.com/fulls1z3/ngx-cache +[angular-tslint-rules]: https://github.com/fulls1z3/angular-tslint-rules diff --git a/LICENSE b/LICENSE index 08675e7..4092bab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 HolidayLAB +Copyright (c) 2018 Burak Tasci Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a875f61..f3f9a6c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # ngx-cache Cache utility for **Angular** -[![CircleCI](https://circleci.com/gh/holidaylab/ngx-cache.svg?style=shield)](https://circleci.com/gh/holidaylab/ngx-cache) -[![coverage](https://codecov.io/github/holidaylab/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/holidaylab/ngx-cache) +[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-cache.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-cache) +[![coverage](https://codecov.io/github/fulls1z3/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-cache) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) -[![Greenkeeper badge](https://badges.greenkeeper.io/holidaylab/ngx-cache.svg)](https://greenkeeper.io/) +[![Greenkeeper badge](https://badges.greenkeeper.io/fulls1z3/ngx-cache.svg)](https://greenkeeper.io/) [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) > Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can. @@ -17,10 +17,10 @@ than `v6.x.x`, then you should probably choose the appropriate version of this l ## Packages: Name | Description | NPM --- | --- | --- -[@ngx-cache/core](https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/core) | Cache utility for **Angular** | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fcore.svg)](https://www.npmjs.com/package/@ngx-cache/core) -[@ngx-cache/platform-browser](https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-browser) | **SPA/Browser platform** implementation of [ngx-cache] | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-browser.svg)](https://www.npmjs.com/package/@ngx-cache/platform-browser) -[@ngx-cache/platform-server](https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-server) | **Server platform** implementation of [ngx-cache] | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-server.svg)](https://www.npmjs.com/package/@ngx-cache/platform-server) -[@ngx-cache/fs-storage](https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/fs-storage) | **Fs storage** for [ngx-cache] (server platform) | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Ffs-storage.svg)](https://www.npmjs.com/package/@ngx-cache/fs-storage) +[@ngx-cache/core](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core) | Cache utility for **Angular** | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fcore.svg)](https://www.npmjs.com/package/@ngx-cache/core) +[@ngx-cache/platform-browser](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser) | **SPA/Browser platform** implementation of [ngx-cache] | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-browser.svg)](https://www.npmjs.com/package/@ngx-cache/platform-browser) +[@ngx-cache/platform-server](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server) | **Server platform** implementation of [ngx-cache] | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-server.svg)](https://www.npmjs.com/package/@ngx-cache/platform-server) +[@ngx-cache/fs-storage](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage) | **Fs storage** for [ngx-cache] (server platform) | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Ffs-storage.svg)](https://www.npmjs.com/package/@ngx-cache/fs-storage) ### Examples - [ng-seed/universal] is an officially maintained seed project, showcasing common patterns and best practices for **`ngx-cache`**. @@ -38,12 +38,12 @@ If you want to file a bug, contribute some code, or improve documentation, pleas ## License The MIT License (MIT) -Copyright (c) 2018 [HolidayLAB] +Copyright (c) 2018 [Burak Tasci] -[master]: https://github.com/holidaylab/ngx-cache/core/tree/master -[6.x.x]: https://github.com/holidaylab/ngx-cache/core/tree/6.x.x -[ngx-cache]: https://github.com/holidaylab/ngx-cache +[master]: https://github.com/fulls1z3/ngx-cache/core/tree/master +[6.x.x]: https://github.com/fulls1z3/ngx-cache/core/tree/6.x.x +[ngx-cache]: https://github.com/fulls1z3/ngx-cache [ng-seed/universal]: https://github.com/ng-seed/universal [JetBrains]: https://www.jetbrains.com/community/opensource [WebStorm]: https://www.jetbrains.com/webstorm -[HolidayLAB]: https://github.com/holidaylab +[Burak Tasci]: https://github.com/fulls1z3 diff --git a/package.json b/package.json index 707d964..b8c2f52 100644 --- a/package.json +++ b/package.json @@ -4,18 +4,18 @@ "description": "Cache utility for Angular", "repository": { "type": "git", - "url": "https://github.com/holidaylab/ngx-cache.git" + "url": "https://github.com/fulls1z3/ngx-cache.git" }, "keywords": [], "author": { "name": "Burak Tasci", - "email": "b.tasci@holidaylab.io" + "email": "me@fulls1z3.com" }, "license": "MIT", "bugs": { - "url": "https://github.com/holidaylab/ngx-cache/issues" + "url": "https://github.com/fulls1z3/ngx-cache/issues" }, - "homepage": "https://github.com/holidaylab/ngx-cache/core#readme", + "homepage": "https://github.com/fulls1z3/ngx-cache/core#readme", "scripts": { "clean": "rimraf dist", "build:core": "ts-node tools/build/packager.ts core", diff --git a/packages/@ngx-cache/core/README.md b/packages/@ngx-cache/core/README.md index 9d739ac..8eeeb9e 100644 --- a/packages/@ngx-cache/core/README.md +++ b/packages/@ngx-cache/core/README.md @@ -1,8 +1,8 @@ # @ngx-cache/core [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fcore.svg)](https://www.npmjs.com/package/@ngx-cache/core) [![npm downloads](https://img.shields.io/npm/dm/%40ngx-cache%2Fcore.svg)](https://www.npmjs.com/package/@ngx-cache/core) Cache utility for **Angular** -[![CircleCI](https://circleci.com/gh/holidaylab/ngx-cache.svg?style=shield)](https://circleci.com/gh/holidaylab/ngx-cache) -[![coverage](https://codecov.io/github/holidaylab/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/holidaylab/ngx-cache) +[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-cache.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-cache) +[![coverage](https://codecov.io/github/fulls1z3/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-cache) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) @@ -145,12 +145,12 @@ platform implementations to begin using caching features. ## SPA/Browser platform implementation [@ngx-cache/platform-browser] provides the **SPA/Browser platform** implementation (*ex: `MemoryCacheService`, `LocalStorageCacheService`*). -You can find detailed information about the usage guidelines for the **SPA/Browser platform** [here](https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-browser). +You can find detailed information about the usage guidelines for the **SPA/Browser platform** [here](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser). ## Server platform implementation [@ngx-cache/platform-server] provides the **server platform** implementation (*ex: `FsCacheService`*). -You can find detailed information about the usage guidelines for the **server platform** [here](https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-server). +You can find detailed information about the usage guidelines for the **server platform** [here](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server). ## Usage `CacheService` has the following properties: @@ -260,15 +260,15 @@ console.log(anyClass.getSomeStringValue2('p2')); ## License The MIT License (MIT) -Copyright (c) 2018 [HolidayLAB] +Copyright (c) 2018 [Burak Tasci] -[master]: https://github.com/holidaylab/ngx-cache/core/tree/master -[6.x.x]: https://github.com/holidaylab/ngx-cache/core/tree/6.x.x +[master]: https://github.com/fulls1z3/ngx-cache/core/tree/master +[6.x.x]: https://github.com/fulls1z3/ngx-cache/core/tree/6.x.x [ng-seed/universal]: https://github.com/ng-seed/universal -[@ngx-cache/platform-browser]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-browser -[@ngx-cache/platform-server]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-server -[@ngx-cache/fs-storage]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/fs-storage -[@ngx-config/core]: https://github.com/holidaylab/ngx-config/tree/master/packages/@ngx-config/core +[@ngx-cache/platform-browser]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser +[@ngx-cache/platform-server]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server +[@ngx-cache/fs-storage]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage +[@ngx-config/core]: https://github.com/fulls1z3/ngx-config/tree/master/packages/@ngx-config/core [forRoot]: https://angular.io/docs/ts/latest/guide/ngmodule.html#!#core-for-root [AoT compilation]: https://angular.io/docs/ts/latest/cookbook/aot-compiler.html -[HolidayLAB]: https://github.com/holidaylab +[Burak Tasci]: https://github.com/fulls1z3 diff --git a/packages/@ngx-cache/core/package.json b/packages/@ngx-cache/core/package.json index aee2d94..e8dd03f 100644 --- a/packages/@ngx-cache/core/package.json +++ b/packages/@ngx-cache/core/package.json @@ -4,7 +4,7 @@ "description": "Cache utility for Angular", "repository": { "type": "git", - "url": "https://github.com/holidaylab/ngx-cache.git" + "url": "https://github.com/fulls1z3/ngx-cache.git" }, "keywords": [ "caching", @@ -14,13 +14,13 @@ ], "author": { "name": "Burak Tasci", - "email": "b.tasci@holidaylab.io" + "email": "me@fulls1z3.com" }, "license": "MIT", "bugs": { - "url": "https://github.com/holidaylab/ngx-cache/issues" + "url": "https://github.com/fulls1z3/ngx-cache/issues" }, - "homepage": "https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/core#readme", + "homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core#readme", "dependencies": { "tslib": "~1.9.0" }, diff --git a/packages/@ngx-cache/fs-storage/README.md b/packages/@ngx-cache/fs-storage/README.md index 297eb7a..24d01ce 100644 --- a/packages/@ngx-cache/fs-storage/README.md +++ b/packages/@ngx-cache/fs-storage/README.md @@ -1,8 +1,8 @@ # @ngx-cache/fs-storage [![npm version](https://badge.fury.io/js/%40ngx-cache%2Ffs-storage.svg)](https://www.npmjs.com/package/@ngx-cache/fs-storage) [![npm downloads](https://img.shields.io/npm/dm/%40ngx-cache%2Ffs-storage.svg)](https://www.npmjs.com/package/@ngx-cache/fs-storage) **Fs storage** for [ngx-cache] (server platform) -[![CircleCI](https://circleci.com/gh/holidaylab/ngx-cache.svg?style=shield)](https://circleci.com/gh/holidaylab/ngx-cache) -[![coverage](https://codecov.io/github/holidaylab/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/holidaylab/ngx-cache) +[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-cache.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-cache) +[![coverage](https://codecov.io/github/fulls1z3/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-cache) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) @@ -128,14 +128,14 @@ API that runs on node.js ## License The MIT License (MIT) -Copyright (c) 2018 [HolidayLAB] +Copyright (c) 2018 [Burak Tasci] -[master]: https://github.com/holidaylab/ngx-cache/core/tree/master -[6.x.x]: https://github.com/holidaylab/ngx-cache/core/tree/6.x.x -[ngx-cache]: https://github.com/holidaylab/ngx-cache +[master]: https://github.com/fulls1z3/ngx-cache/core/tree/master +[6.x.x]: https://github.com/fulls1z3/ngx-cache/core/tree/6.x.x +[ngx-cache]: https://github.com/fulls1z3/ngx-cache [ng-seed/universal]: https://github.com/ng-seed/universal -[@ngx-cache/core]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/core -[@ngx-cache/platform-server]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-server +[@ngx-cache/core]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core +[@ngx-cache/platform-server]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server [forRoot]: https://angular.io/docs/ts/latest/guide/ngmodule.html#!#core-for-root [AoT compilation]: https://angular.io/docs/ts/latest/cookbook/aot-compiler.html -[HolidayLAB]: https://github.com/holidaylab +[Burak Tasci]: https://github.com/fulls1z3 diff --git a/packages/@ngx-cache/fs-storage/package.json b/packages/@ngx-cache/fs-storage/package.json index 37c77a4..2eea5db 100644 --- a/packages/@ngx-cache/fs-storage/package.json +++ b/packages/@ngx-cache/fs-storage/package.json @@ -4,7 +4,7 @@ "description": "Fs storage for ngx-cache (server platform)", "repository": { "type": "git", - "url": "https://github.com/holidaylab/ngx-cache.git" + "url": "https://github.com/fulls1z3/ngx-cache.git" }, "keywords": [ "server side", @@ -19,13 +19,13 @@ ], "author": { "name": "Burak Tasci", - "email": "b.tasci@holidaylab.io" + "email": "me@fulls1z3.com" }, "license": "MIT", "bugs": { - "url": "https://github.com/holidaylab/ngx-cache/issues" + "url": "https://github.com/fulls1z3/ngx-cache/issues" }, - "homepage": "https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/fs-storage#readme", + "homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage#readme", "dependencies": { "tslib": "~1.9.0" }, diff --git a/packages/@ngx-cache/platform-browser/README.md b/packages/@ngx-cache/platform-browser/README.md index a24f98f..2a7bff6 100644 --- a/packages/@ngx-cache/platform-browser/README.md +++ b/packages/@ngx-cache/platform-browser/README.md @@ -1,8 +1,8 @@ # @ngx-cache/platform-browser [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-browser.svg)](https://www.npmjs.com/package/@ngx-cache/platform-browser) [![npm downloads](https://img.shields.io/npm/dm/%40ngx-cache%2Fplatform-browser.svg)](https://www.npmjs.com/package/@ngx-cache/platform-browser) **SPA/Browser platform** implementation of [ngx-cache] -[![CircleCI](https://circleci.com/gh/holidaylab/ngx-cache.svg?style=shield)](https://circleci.com/gh/holidaylab/ngx-cache) -[![coverage](https://codecov.io/github/holidaylab/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/holidaylab/ngx-cache) +[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-cache.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-cache) +[![coverage](https://codecov.io/github/fulls1z3/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-cache) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) @@ -138,12 +138,12 @@ import { BrowserCacheModule, MemoryCacheService } from '@ngx-cache/platform-brow ## License The MIT License (MIT) -Copyright (c) 2018 [HolidayLAB] +Copyright (c) 2018 [Burak Tasci] -[master]: https://github.com/holidaylab/ngx-cache/core/tree/master -[6.x.x]: https://github.com/holidaylab/ngx-cache/core/tree/6.x.x -[ngx-cache]: https://github.com/holidaylab/ngx-cache +[master]: https://github.com/fulls1z3/ngx-cache/core/tree/master +[6.x.x]: https://github.com/fulls1z3/ngx-cache/core/tree/6.x.x +[ngx-cache]: https://github.com/fulls1z3/ngx-cache [ng-seed/universal]: https://github.com/ng-seed/universal -[@ngx-cache/core]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/core +[@ngx-cache/core]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core [forRoot]: https://angular.io/docs/ts/latest/guide/ngmodule.html#!#core-for-root -[HolidayLAB]: https://github.com/holidaylab +[Burak Tasci]: https://github.com/fulls1z3 diff --git a/packages/@ngx-cache/platform-browser/package.json b/packages/@ngx-cache/platform-browser/package.json index 506d9d5..00349aa 100644 --- a/packages/@ngx-cache/platform-browser/package.json +++ b/packages/@ngx-cache/platform-browser/package.json @@ -4,7 +4,7 @@ "description": "Browser platform implementation of ngx-cache", "repository": { "type": "git", - "url": "https://github.com/holidaylab/ngx-cache.git" + "url": "https://github.com/fulls1z3/ngx-cache.git" }, "keywords": [ "client side", @@ -16,13 +16,13 @@ ], "author": { "name": "Burak Tasci", - "email": "b.tasci@holidaylab.io" + "email": "me@fulls1z3.com" }, "license": "MIT", "bugs": { - "url": "https://github.com/holidaylab/ngx-cache/issues" + "url": "https://github.com/fulls1z3/ngx-cache/issues" }, - "homepage": "https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-browser#readme", + "homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser#readme", "dependencies": { "tslib": "~1.9.0" }, diff --git a/packages/@ngx-cache/platform-server/README.md b/packages/@ngx-cache/platform-server/README.md index 19a976c..664268c 100644 --- a/packages/@ngx-cache/platform-server/README.md +++ b/packages/@ngx-cache/platform-server/README.md @@ -1,8 +1,8 @@ # @ngx-cache/platform-server [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-server.svg)](https://www.npmjs.com/package/@ngx-cache/platform-server) [![npm downloads](https://img.shields.io/npm/dm/%40ngx-cache%2Fplatform-server.svg)](https://www.npmjs.com/package/@ngx-cache/platform-server) **Server platform** implementation of [ngx-cache] -[![CircleCI](https://circleci.com/gh/holidaylab/ngx-cache.svg?style=shield)](https://circleci.com/gh/holidaylab/ngx-cache) -[![coverage](https://codecov.io/github/holidaylab/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/holidaylab/ngx-cache) +[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-cache.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-cache) +[![coverage](https://codecov.io/github/fulls1z3/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-cache) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) @@ -140,13 +140,13 @@ export class AppServerModule { ## License The MIT License (MIT) -Copyright (c) 2018 [HolidayLAB] +Copyright (c) 2018 [Burak Tasci] -[master]: https://github.com/holidaylab/ngx-cache/core/tree/master -[6.x.x]: https://github.com/holidaylab/ngx-cache/core/tree/6.x.x -[ngx-cache]: https://github.com/holidaylab/ngx-cache +[master]: https://github.com/fulls1z3/ngx-cache/core/tree/master +[6.x.x]: https://github.com/fulls1z3/ngx-cache/core/tree/6.x.x +[ngx-cache]: https://github.com/fulls1z3/ngx-cache [ng-seed/universal]: https://github.com/ng-seed/universal -[@ngx-cache/core]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/core -[@ngx-cache/fs-storage]: https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/fs-storage +[@ngx-cache/core]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core +[@ngx-cache/fs-storage]: https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage [forRoot]: https://angular.io/docs/ts/latest/guide/ngmodule.html#!#core-for-root -[HolidayLAB]: https://github.com/holidaylab +[Burak Tasci]: https://github.com/fulls1z3 diff --git a/packages/@ngx-cache/platform-server/package.json b/packages/@ngx-cache/platform-server/package.json index 1c3d692..b0073c6 100644 --- a/packages/@ngx-cache/platform-server/package.json +++ b/packages/@ngx-cache/platform-server/package.json @@ -4,7 +4,7 @@ "description": "Server platform implementation of ngx-cache", "repository": { "type": "git", - "url": "https://github.com/holidaylab/ngx-cache.git" + "url": "https://github.com/fulls1z3/ngx-cache.git" }, "keywords": [ "server side", @@ -16,13 +16,13 @@ ], "author": { "name": "Burak Tasci", - "email": "b.tasci@holidaylab.io" + "email": "me@fulls1z3.com" }, "license": "MIT", "bugs": { - "url": "https://github.com/holidaylab/ngx-cache/issues" + "url": "https://github.com/fulls1z3/ngx-cache/issues" }, - "homepage": "https://github.com/holidaylab/ngx-cache/tree/master/packages/@ngx-cache/platform-server#readme", + "homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server#readme", "dependencies": { "tslib": "~1.9.0" },