bloodhound/changelog

24 lines
541 B
Plaintext
Raw Normal View History

2014-06-20 20:22:03 +04:00
** 0.2.x
0.2.0.0 --> 0.2.0.1
===================
2014-07-31 09:01:11 +04:00
* Killed off maybeJson/mField/catMaybes in favor of omitNulls
* Experimenting with RecordWildcards
* Merged Types and Instances module into Types to prevent possibility of orphans and cull orphan instance warnings.
* Added note about current supported Elasticsearch version.
2014-06-20 20:22:03 +04:00
0.1.0.2 --> 0.2.0.0
===================
2014-06-20 20:22:03 +04:00
2014-07-01 19:02:05 +04:00
* Added TermFilter
2014-06-20 20:22:03 +04:00
* Renamed createMapping to putMapping
* Fixed and rebuilt documentation
* RegexpFlags changed to a sum type instead of Text, thanks @MichaelXavier!