Skip to content

Commit

Permalink
Release v1.15.0 (stipsan#208)
Browse files Browse the repository at this point in the history
* update changelog

* chore(compat): update feature table

* chore(package): update version
  • Loading branch information
stipsan authored Oct 3, 2016
1 parent a2f598e commit 473375b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ 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.15.0] - 2016-10-03
### Added
* `type` command ()
* `type` command (#207)

### Fixed
* `sadd` no longer allow duplicate values (#204 @kesla)
* `hset` learned to create a new hash if not existing instead of throwing error ()
* `hset` updated to return integer reply according to redis spec ()
* `hset` learned to create a new hash if not existing instead of throwing error (#207)
* `hset` updated to return integer reply according to redis spec (#207)

### Internal
* `set` related commands (`sadd`, `scard`, etc) implemented using es6 `Set` instead of `Array` (#204 @kesla)
* `hset` tests refactored ()
* `hset` tests refactored (#207)

## [1.14.0] - 2016-10-02
### Features
Expand Down Expand Up @@ -239,6 +239,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* multi
* exec

[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
[1.12.0]: https://github.com/stipsan/ioredis-mock/compare/v1.11.0...v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions compat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported commands ![Commands Coverage: 47%](https://img.shields.io/badge/coverage-47%25-yellow.svg)
## Supported commands ![Commands Coverage: 48%](https://img.shields.io/badge/coverage-48%25-yellow.svg)

| redis | ioredis | ioredis-mock |
|-------|:-------:|:------------:|
Expand Down Expand Up @@ -139,7 +139,7 @@
|[sync](http://redis.io/commands/SYNC)|:white_check_mark:|:x:|
|[time](http://redis.io/commands/TIME)|:white_check_mark:|:white_check_mark:|
|[ttl](http://redis.io/commands/TTL)|:white_check_mark:|:white_check_mark:|
|[type](http://redis.io/commands/TYPE)|:white_check_mark:|:x:|
|[type](http://redis.io/commands/TYPE)|:white_check_mark:|:white_check_mark:|
|[unsubscribe](http://redis.io/commands/UNSUBSCRIBE)|:white_check_mark:|:x:|
|[unwatch](http://redis.io/commands/UNWATCH)|:white_check_mark:|:x:|
|[wait](http://redis.io/commands/WAIT)|:white_check_mark:|:x:|
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": "1.14.0",
"version": "1.15.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 473375b

Please sign in to comment.