From ef154073a815d701b7c6b4a7d4dbae5ce947ae9d Mon Sep 17 00:00:00 2001 From: Stian Didriksen Date: Sun, 2 Oct 2016 18:08:15 +0200 Subject: [PATCH 1/4] add gh-release dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 86abfd1bf..c9c8b641e 100644 --- a/package.json +++ b/package.json @@ -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", From 86da8bc1e3fd318fd340954fcf4927e07f2b2602 Mon Sep 17 00:00:00 2001 From: Stian Didriksen Date: Sun, 2 Oct 2016 18:08:37 +0200 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37abb2d05..7ffe1e461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 From 27bb4b1b9a68e4a8696a982b8076c76bc7dc18d2 Mon Sep 17 00:00:00 2001 From: Stian Didriksen Date: Sun, 2 Oct 2016 18:09:22 +0200 Subject: [PATCH 3/4] chore(compat): update feature table --- compat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compat.md b/compat.md index 1c50b263f..de79ad8b7 100644 --- a/compat.md +++ b/compat.md @@ -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 | |-------|:-------:|:------------:| @@ -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:| @@ -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:| From ee06f12e6f5dba7e1faa46955338dfff152b1916 Mon Sep 17 00:00:00 2001 From: Stian Didriksen Date: Sun, 2 Oct 2016 18:09:22 +0200 Subject: [PATCH 4/4] 1.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9c8b641e..0767f1504 100644 --- a/package.json +++ b/package.json @@ -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": {