elastic_dart 0.2.3
elastic_dart: ^0.2.3 copied to clipboard
An Elasticsearch connector for Dart
Changelog #
0.2.3 #
- fix: error handling for Elasticsearch 2
0.2.2 #
- feat: Support using the REST API wrapper in the browser
0.2.1 #
- perf(tests): Stop creating/deleting new indices in each test
- refactor: Renaming settings to features (createIndex)
- style: Changed indexes to indices (internal names)
- feat: Retrieve information about one or more indices
0.2.0 #
- style: Rename ElasticSearch to Elasticsearch
- feat: Add initial Warehouse companion adapter
- refactor: Move http requests into its own class
0.1.0+1 #
- doc: Add backticks around examples
0.1.0 #
- Initial release