Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v1.14.0 release #202

Merged
merged 4 commits into from
Oct 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [1.14.0] - 2016-10-02

### Features

* added `scard` command ()
* added `discard` command ()
* added `scard` command (#201)
* added `discard` command (#200)

### Documentation
- added CHANGELOG.md file
Expand Down Expand Up @@ -241,6 +241,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* multi
* exec

[1.14.0]: https://github.com/stipsan/ioredis-mock/compare/v1.13.1...v1.14.0
[1.13.0]: https://github.com/stipsan/ioredis-mock/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/stipsan/ioredis-mock/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/stipsan/ioredis-mock/compare/v1.10.0...v1.11.0
Expand Down
6 changes: 3 additions & 3 deletions compat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported commands ![Commands Coverage: 46%](https://img.shields.io/badge/coverage-46%25-yellow.svg)
## Supported commands ![Commands Coverage: 47%](https://img.shields.io/badge/coverage-47%25-yellow.svg)

| redis | ioredis | ioredis-mock |
|-------|:-------:|:------------:|
Expand All @@ -21,7 +21,7 @@
|[decr](http://redis.io/commands/DECR)|:white_check_mark:|:white_check_mark:|
|[decrby](http://redis.io/commands/DECRBY)|:white_check_mark:|:white_check_mark:|
|[del](http://redis.io/commands/DEL)|:white_check_mark:|:white_check_mark:|
|[discard](http://redis.io/commands/DISCARD)|:white_check_mark:|:x:|
|[discard](http://redis.io/commands/DISCARD)|:white_check_mark:|:white_check_mark:|
|[dump](http://redis.io/commands/DUMP)|:white_check_mark:|:x:|
|[echo](http://redis.io/commands/ECHO)|:white_check_mark:|:white_check_mark:|
|[eval](http://redis.io/commands/EVAL)|:white_check_mark:|:x:|
Expand Down Expand Up @@ -109,7 +109,7 @@
|[sadd](http://redis.io/commands/SADD)|:white_check_mark:|:white_check_mark:|
|[save](http://redis.io/commands/SAVE)|:white_check_mark:|:white_check_mark:|
|[scan](http://redis.io/commands/SCAN)|:white_check_mark:|:x:|
|[scard](http://redis.io/commands/SCARD)|:white_check_mark:|:x:|
|[scard](http://redis.io/commands/SCARD)|:white_check_mark:|:white_check_mark:|
|[script](http://redis.io/commands/SCRIPT)|:white_check_mark:|:x:|
|[sdiff](http://redis.io/commands/SDIFF)|:white_check_mark:|:x:|
|[sdiffstore](http://redis.io/commands/SDIFFSTORE)|:white_check_mark:|:x:|
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis-mock",
"version": "1.13.1",
"version": "1.14.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"main": "./lib",
"scripts": {
Expand Down Expand Up @@ -59,6 +59,7 @@
"eslint-config-airbnb-base": "8.0.0",
"eslint-plugin-import": "2.0.0",
"expect": "1.20.2",
"gh-release": "2.1.0",
"growl": "1.9.2",
"ioredis": "2.4.0",
"istanbul": "1.1.0-alpha.1",
Expand Down