You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug fixes:
* Populate fields aren't stored correctly (Issue #17)
* Date fields aren't being created as dates inside Elasticsearch (Issue #18)
* Models don't index if I create the indexMapping manually (Issue #19)
Enhancements:
* Allow Alternative Index Method (Issue #16)
:feelsgood:
* Fixes event emitter leak with synchronize (Issue #3)
* Allowing host and port to be configured (Issue #11)
* returns full results from elastic search (Issue #10)
* replace _mongodb to instead use mongo id as ES id (Issue #7)
* Extract createMapping as separate method versus doing it behind the scenes.
:shipit: