Skip to content

Commit

Permalink
Release v2.1.0 (stipsan#218)
Browse files Browse the repository at this point in the history
* updated changelog

* chore(compat): update feature table

* chore(package): update version
  • Loading branch information
stipsan authored Oct 5, 2016
1 parent e3ab8c8 commit 706ce5a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ 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.1.0] - 2016-10-05

### Added
* `smove` command. ()
* `sdiff` command. ()
* `sunion` command. ()
* `sinter` command. ()
* `smove` command. (#217)
* `sdiff` command. (#216)
* `sunion` command. (#215)
* `sinter` command. (#214)

### Changed
* added compat table badge to readme. ()
* added compat table badge to readme. (#213)

## [2.0.0] - 2016-10-03

Expand Down Expand Up @@ -296,6 +296,7 @@ Bumping the version to v2 as there are fixes in this release that are breaking c
* multi
* exec

[2.1.0]: https://github.com/stipsan/ioredis-mock/compare/v2.0.0...v2.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ioredis-mock
[![CircleCI](https://img.shields.io/circleci/project/stipsan/ioredis-mock/master.svg?label=node+matrix)](https://circleci.com/gh/stipsan/ioredis-mock)
[![Code Climate](https://codeclimate.com/github/stipsan/ioredis-mock/badges/gpa.svg)](https://codeclimate.com/github/stipsan/ioredis-mock)
[![Coverage Status](https://coveralls.io/repos/github/stipsan/ioredis-mock/badge.svg)](https://coveralls.io/github/stipsan/ioredis-mock)
[![Redis Compatibility: 49%](https://img.shields.io/badge/redis-49%25-yellow.svg)](compat.md)
[![Redis Compatibility: 51%](https://img.shields.io/badge/redis-51%25-yellow.svg)](compat.md)
[![npm package](https://img.shields.io/npm/dm/ioredis-mock.svg)](https://www.npmjs.com/package/ioredis-mock)

[![NPM](https://nodei.co/npm/ioredis-mock.png?downloadRank=true)](https://www.npmjs.com/package/ioredis-mock)
Expand Down
10 changes: 5 additions & 5 deletions compat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported commands ![Commands Coverage: 49%](https://img.shields.io/badge/coverage-49%25-yellow.svg)
## Supported commands ![Commands Coverage: 51%](https://img.shields.io/badge/coverage-51%25-yellow.svg)

| redis | ioredis | ioredis-mock |
|-------|:-------:|:------------:|
Expand Down Expand Up @@ -111,7 +111,7 @@
|[scan](http://redis.io/commands/SCAN)|: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:|
|[sdiff](http://redis.io/commands/SDIFF)|:white_check_mark:|:white_check_mark:|
|[sdiffstore](http://redis.io/commands/SDIFFSTORE)|:white_check_mark:|:x:|
|[select](http://redis.io/commands/SELECT)|:white_check_mark:|:x:|
|[set](http://redis.io/commands/SET)|:white_check_mark:|:white_check_mark:|
Expand All @@ -120,21 +120,21 @@
|[setnx](http://redis.io/commands/SETNX)|:white_check_mark:|:white_check_mark:|
|[setrange](http://redis.io/commands/SETRANGE)|:white_check_mark:|:x:|
|[shutdown](http://redis.io/commands/SHUTDOWN)|:white_check_mark:|:x:|
|[sinter](http://redis.io/commands/SINTER)|:white_check_mark:|:x:|
|[sinter](http://redis.io/commands/SINTER)|:white_check_mark:|:white_check_mark:|
|[sinterstore](http://redis.io/commands/SINTERSTORE)|:white_check_mark:|:x:|
|[sismember](http://redis.io/commands/SISMEMBER)|:white_check_mark:|:white_check_mark:|
|[slaveof](http://redis.io/commands/SLAVEOF)|:white_check_mark:|:x:|
|[slowlog](http://redis.io/commands/SLOWLOG)|:white_check_mark:|:x:|
|[smembers](http://redis.io/commands/SMEMBERS)|:white_check_mark:|:white_check_mark:|
|[smove](http://redis.io/commands/SMOVE)|:white_check_mark:|:x:|
|[smove](http://redis.io/commands/SMOVE)|:white_check_mark:|:white_check_mark:|
|[sort](http://redis.io/commands/SORT)|:white_check_mark:|:x:|
|[spop](http://redis.io/commands/SPOP)|:white_check_mark:|:white_check_mark:|
|[srandmember](http://redis.io/commands/SRANDMEMBER)|:white_check_mark:|:white_check_mark:|
|[srem](http://redis.io/commands/SREM)|:white_check_mark:|:white_check_mark:|
|[sscan](http://redis.io/commands/SSCAN)|:white_check_mark:|:x:|
|[strlen](http://redis.io/commands/STRLEN)|:white_check_mark:|:white_check_mark:|
|[subscribe](http://redis.io/commands/SUBSCRIBE)|:white_check_mark:|:x:|
|[sunion](http://redis.io/commands/SUNION)|:white_check_mark:|:x:|
|[sunion](http://redis.io/commands/SUNION)|:white_check_mark:|:white_check_mark:|
|[sunionstore](http://redis.io/commands/SUNIONSTORE)|:white_check_mark:|:x:|
|[sync](http://redis.io/commands/SYNC)|:white_check_mark:|:x:|
|[time](http://redis.io/commands/TIME)|:white_check_mark:|:white_check_mark:|
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis-mock",
"version": "2.0.0",
"version": "2.1.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 706ce5a

Please sign in to comment.