node-solr-smart-client
Version:
A node solr-client smart constructor
19 lines (12 loc) • 582 B
Markdown
# Change Log
## 0.2.1
1. Fixed bug on propagation of `options.rest` to node-rest-client instance
2. Added default MIME types for XML and JSON to node-rest-client in support of Solr 5
3. Added default writer type `JSON` to end point retrieving Solr collections from API
## 0.2.0
1. Added support for Solr collection aliases
2. Revamped dependencies to most up-to-date minors
3. [Pull #1: Collections list from Solr as JSON](https://github.com/jijordre/node-solr-smart-client/pull/1)
4. Added this changelog and removed revision history from README.md
## 0.1.0
Initial release.