Skip to content

Commit

Permalink
docs: update license
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tasci committed Jul 24, 2018
1 parent e28df3b commit 4d9c5f8
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="6.0.0"></a>
# [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))



<a name="6.0.0-rc.1"></a>
# [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))



<a name="5.0.0"></a>
# [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))



<a name="4.0.1"></a>
## [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)



Expand All @@ -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))
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### <a name="submit-pr"></a> 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
Expand Down Expand Up @@ -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].

## <a name="commit"></a> Commit message guidelines
We have very precise rules over how our git commit messages can be formatted. This leads to **more readable messages** that
Expand All @@ -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
```
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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`**.
Expand All @@ -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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 12 additions & 12 deletions packages/@ngx-cache/core/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -145,12 +145,12 @@ platform implementations to begin using caching features.
## <a name="browser-platform-impl"></a> 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).

## <a name="server-platform-impl"></a> 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).

## <a name="usage"></a> Usage
`CacheService` has the following properties:
Expand Down Expand Up @@ -260,15 +260,15 @@ console.log(anyClass.getSomeStringValue2('p2'));
## <a name="license"></a> 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
8 changes: 4 additions & 4 deletions packages/@ngx-cache/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit 4d9c5f8

Please sign in to comment.