bloodhound/changelog

20 lines
440 B
Plaintext

** 0.2.x
0.2.0.0 --> 0.2.0.1
===================
* Merged Types and Instances module into Types to prevent possibility of orphans and cull orphan instance warnings.
* Added note about current supported Elasticsearch version.
0.1.0.2 --> 0.2.0.0
===================
* Added TermFilter
* Renamed createMapping to putMapping
* Fixed and rebuilt documentation
* RegexpFlags changed to a sum type instead of Text, thanks @MichaelXavier!