Skip to content

Commit

Permalink
Merge pull request #2 from picamator/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
picamator committed Oct 7, 2016
2 parents 1c4d741 + 4bbb5d4 commit c6419dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

1.0.1 (2016-10-07)
------------------
* Fixed UML diagram
* Fixed readme typos

1.0.0 (2016-10-07)
------------------
* Built CacheManager with documentation, examples, tests
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Specification
--------------
### RESTful API
Assume application works with RESTful API, where:
* `cutomer` - entity name
* `customer` - entity name
* `query` - parameter to save search criteria
* `IN` - function similar to MySQL IN
* `fields` - parameter with comma separated entity's fields
Expand Down Expand Up @@ -188,7 +188,7 @@ SPI includes:

Documentation
-------------
* UML diagrams can be found in [doc/uml](doc/uml) folder
* UML diagrams can be found in [doc/uml](doc/uml) folder.

Developing
----------
Expand Down Expand Up @@ -217,4 +217,4 @@ By participating in this project and its community you agree to abide by those t

License
-------
CacheManager is licensed under the MIT License. Please see the [LICENSE](LICENSE.txt) file for details
CacheManager is licensed under the MIT License. Please see the [LICENSE](LICENSE.txt) file for details.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picamator/cachemanager",
"description": "Wrapper over 3-rd party cache libraries to optimise saving API/'s search result'",
"description": "Wrapper over 3-rd party cache libraries to optimise saving API/'s search result",
"keywords": ["cache", "management", "wrapper"],
"license": "MIT",
"authors": [
Expand Down
Binary file modified doc/uml/class.diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/uml/class.diagram.zargo
Binary file not shown.

0 comments on commit c6419dd

Please sign in to comment.