Releases: brantburnett/couchbase-index-manager
Releases · brantburnett/couchbase-index-manager
Bug fixes
0.2.4 Handle new CB 5.0 index with no nodes clause without error (#7)
Fixes for indexes with no conditions
0.2.3 Properly match indexes with no conditions (#6)
Support for per-environment overrides
0.2.2 Add Docker image badge
More definitions!
- Accept definitions from stdin using "-" as the path
- Accept multiple definition paths on the command line
- Suppress informational output with -q
Support for replica node assignments and 4.X replicas
0.2.0 Add NPM badge
0.1.6
Prevent backtick escaping on function calls and array indexes keys
Bug fix for Node 6
0.1.5 Polyfill util.promisify on Node 6
NPM improvements
0.1.4 Don't cleanup before Travis deploy
Support for primary indexes
0.1.3 Support for primary indexes
Couchbase 4.x compatibility
0.1.2 Cleanup JSDoc and marked some methods as private