Skip to content

Commit

Permalink
version bump for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Dec 13, 2017
1 parent 451b6a0 commit 976a32c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.0] - 2017-12-13
### Added
- Support for materialized view filters added in cassandra 3.10.

### Changed
- SyncDB callback now informs whether any db schema was updated. It returns true if any db schema was updated and false if no schema change was detected.

### Fixed
- Unexpected pause behaviour in fixture import json streamer

## [2.0.0] - 2017-11-10
### Breaking
- Hooks api has some major changes about how it works. Hooks are no longer asynchronous functions. Instead of callback based error or success to control the corresponding operation, it now requires to return true or false instead. This API change helped us to eliminate some major issues related to hooks and hope to prevent future inconsistencies with it.
Expand Down Expand Up @@ -457,7 +467,8 @@ save function callback instead of raising exceptions
- Support for schema validators
- Support for auto loading of model schema from directory

[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.0.0...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.1.0...master
[2.1.0]: https://github.com/masumsoft/express-cassandra/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/masumsoft/express-cassandra/compare/v1.10.0...v2.0.0
[1.10.0]: https://github.com/masumsoft/express-cassandra/compare/v1.9.1...v1.10.0
[1.9.1]: https://github.com/masumsoft/express-cassandra/compare/v1.9.0...v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Download Stats](https://img.shields.io/npm/dm/express-cassandra.svg)](https://www.npmjs.com/package/express-cassandra)
[![Npm Version](https://badge.fury.io/js/express-cassandra.svg)](https://www.npmjs.com/package/express-cassandra)
[![Documentation Status](https://readthedocs.org/projects/express-cassandra/badge/?version=latest)](http://express-cassandra.readthedocs.io/en/latest/?badge=latest)
[![Dependency Status](https://www.versioneye.com/nodejs/express-cassandra/badge?style=flat-square)](https://www.versioneye.com/nodejs/express-cassandra/)
[![Dependencies Status](https://david-dm.org/masumsoft/express-cassandra/status.svg)](https://david-dm.org/masumsoft/express-cassandra)

# Overview

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-cassandra",
"version": "2.0.0",
"version": "2.1.0",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand All @@ -9,7 +9,7 @@
"cassandra-driver": "^3.3.0",
"chai": "^4.1.2",
"check-types": "^1.4.0",
"debug": "^2.2.0",
"debug": "^3.1.0",
"deep-diff": "^0.3.4",
"lodash": "^4.14.2",
"object-hash": "1.1.4",
Expand Down

0 comments on commit 976a32c

Please sign in to comment.