From 708d2593cc44b08286c803a5ec33ae881ae410a8 Mon Sep 17 00:00:00 2001 From: Stian Didriksen Date: Tue, 4 Oct 2016 03:06:08 +0200 Subject: [PATCH] Release v2.0.0 (#212) * chore(changelog): add version to changelog * chore(compat): update feature table * chore(package): update version --- CHANGELOG.md | 3 ++- compat.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af7e2ed5..7fc6e403b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [2.0.0] - 2016-10-03 Bumping the version to v2 as there are fixes in this release that are breaking changes. @@ -285,6 +285,7 @@ Bumping the version to v2 as there are fixes in this release that are breaking c * multi * exec +[2.0.0]: https://github.com/stipsan/ioredis-mock/compare/v1.15.0...v2.0.0 [1.15.0]: https://github.com/stipsan/ioredis-mock/compare/v1.14.0...v1.15.0 [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 diff --git a/compat.md b/compat.md index 26042fd60..d7615dcae 100644 --- a/compat.md +++ b/compat.md @@ -1,4 +1,4 @@ -## Supported commands ![Commands Coverage: 48%](https://img.shields.io/badge/coverage-48%25-yellow.svg) +## Supported commands ![Commands Coverage: 49%](https://img.shields.io/badge/coverage-49%25-yellow.svg) | redis | ioredis | ioredis-mock | |-------|:-------:|:------------:| @@ -31,7 +31,7 @@ |[expire](http://redis.io/commands/EXPIRE)|:white_check_mark:|:white_check_mark:| |[expireat](http://redis.io/commands/EXPIREAT)|:white_check_mark:|:white_check_mark:| |[flushall](http://redis.io/commands/FLUSHALL)|:white_check_mark:|:white_check_mark:| -|[flushdb](http://redis.io/commands/FLUSHDB)|:white_check_mark:|:x:| +|[flushdb](http://redis.io/commands/FLUSHDB)|:white_check_mark:|:white_check_mark:| |[geoadd](http://redis.io/commands/GEOADD)|:white_check_mark:|:x:| |[geodist](http://redis.io/commands/GEODIST)|:white_check_mark:|:x:| |[geohash](http://redis.io/commands/GEOHASH)|:white_check_mark:|:x:| diff --git a/package.json b/package.json index 81062caad..46f2bc88d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis-mock", - "version": "1.15.0", + "version": "2.0.0", "description": "This library emulates ioredis by performing all operations in-memory.", "main": "./lib", "scripts": {