Skip to content

Commit

Permalink
release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Dec 29, 2018
1 parent e842bd5 commit 617eefa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.0] - 2018-12-29
### Added
- Support for group by queries

### Fixed
- Improved error message to contain which field has an invalid type
- Improved documentation with usage example of NetworkTopologyStrategy

## [2.2.4] - 2018-10-04
### Fixed
- Field type validation message display undefined value when invalid type is used

### Changed
- Upgraded locked package dependencies to resolve security warning
### Security
- Upgraded locked package dependencies to resolve vulnerability in a dependent package

## [2.2.3] - 2018-07-10
### Fixed
Expand Down Expand Up @@ -496,7 +504,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.2.4...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.3.0...master
[2.3.0]: https://github.com/masumsoft/express-cassandra/compare/v2.2.4...v2.3.0
[2.2.4]: https://github.com/masumsoft/express-cassandra/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/masumsoft/express-cassandra/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/masumsoft/express-cassandra/compare/v2.2.1...v2.2.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ For datastax enterprise version 5.x

npm install express-cassandra dse-driver@1.2.0

For elassandra version 5.5 or above
For elassandra version 5.5.x

npm install express-cassandra elasticsearch

For janusgraph version 0.2.0 or above
For janusgraph version 0.2.x

npm install express-cassandra gremlin@2.6.0

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ For datastax enterprise version 5.x

npm install express-cassandra dse-driver@1.2.0

For elassandra version 5.5 or above
For elassandra version 5.5.x

npm install express-cassandra elasticsearch

For janusgraph version 0.2.0 or above
For janusgraph version 0.2.x

npm install express-cassandra gremlin@2.6.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-cassandra",
"version": "2.2.4",
"version": "2.3.0",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand Down

0 comments on commit 617eefa

Please sign in to comment.