-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from hollodotme/dev
[WIP] Milestone v1.1.3
- Loading branch information
Showing
4 changed files
with
94 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,50 @@ | ||
# CHANGELOG | ||
# Change Log | ||
|
||
## Changes in Version 1.1.1 | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com). | ||
|
||
* Number of database is displayed, even when an expressive name is mapped | ||
* Fixed missing whitespace in default database name | ||
## [1.1.3] - 2017-01-03 | ||
|
||
## Changes in Version 1.1.0 | ||
### Fixed | ||
|
||
* Added database mapping for more expressive database names. See [README](./README.md) for more details. | ||
* Abandoned dependency to `fortuneglobe/icehawk` (now `icehawk/icehawk`) - [#1](https://github.com/hollodotme/readis/issues/1) | ||
* Updated all composer dependencies and .lock file | ||
|
||
## [1.1.2] - 2016-03-03 | ||
|
||
### Fixed | ||
|
||
* Removed hard-coded test data | ||
|
||
## [1.1.1] - 2016-02-03 | ||
|
||
### Added | ||
|
||
* Number of database is displayed, even when an expressive name is mapped | ||
|
||
### Fixed | ||
|
||
* Missing whitespace in default database name | ||
|
||
## [1.1.0] - 2016-01-30 | ||
|
||
### Added | ||
|
||
* Database mapping for more expressive database names. | ||
See [README](https://github.com/hollodotme/readis/blob/v1.1.0/README.md#sample-server-configuration) for more details. | ||
|
||
## [1.0.1] - 2015-12-16 | ||
|
||
### Fixed | ||
|
||
* Default settings in `config/app.sample.php` | ||
|
||
## [1.0.0] - 2015-12-06 | ||
|
||
First stable release. | ||
|
||
[1.1.2]: https://github.com/hollodotme/readis/compare/v1.1.1...v1.1.2 | ||
[1.1.1]: https://github.com/hollodotme/readis/compare/v1.1.0...v1.1.1 | ||
[1.1.0]: https://github.com/hollodotme/readis/compare/v1.0.1...v1.1.0 | ||
[1.0.1]: https://github.com/hollodotme/readis/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/hollodotme/readis/tree/v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "hollodotme/readis", | ||
"description": "A web interface to read data from redis server(s)", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Holger Woltersdorf", | ||
"email": "hw@hollo.me" | ||
} | ||
], | ||
"support": { | ||
"email": "hw@hollo.me", | ||
"source": "https://github.com/hollodotme/readis" | ||
}, | ||
"require": { | ||
"php": ">=5.5", | ||
"ext-redis": "*", | ||
"fortuneglobe/icehawk": "1.4.0", | ||
"twig/twig": "@stable" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"hollodotme\\Readis\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"hollodotme\\Readis\\Tests\\Unit\\": "tests/Unit/" | ||
} | ||
} | ||
"name": "hollodotme/readis", | ||
"description": "A web interface to read data from redis server(s)", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Holger Woltersdorf", | ||
"email": "hw@hollo.me" | ||
} | ||
], | ||
"support": { | ||
"email": "hw@hollo.me", | ||
"source": "https://github.com/hollodotme/readis" | ||
}, | ||
"require": { | ||
"php": ">=5.5", | ||
"ext-redis": "*", | ||
"icehawk/icehawk": "1.4.2", | ||
"twig/twig": "^1.30" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"hollodotme\\Readis\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"hollodotme\\Readis\\Tests\\": "tests/" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.