pksprojects / ElasticSwift

Elasticsearch client in swift
MIT License
46 stars 18 forks source link

[feat] Added Mapping and Settings in Index Creation request #36

Closed lubbo closed 5 years ago

lubbo commented 5 years ago

Added additional information on IndicesCreation request:

prafsoni commented 5 years ago

@lubbo this is already fixed in alpha8. Let me know if there is something this pull request fixes it or adds new feature to it.

lubbo commented 5 years ago

From where do you make the releases? If I remember well you told me that dev branch is the latest where new features should be put... isn’t it?

prafsoni commented 5 years ago

Releases are always cut from master. Currently dev has https://github.com/pksprojects/ElasticSwift/pull/23#issuecomment-509091270 changes and the merge with master is unstable so I have not pushed it. After I get it stable I will get away with it since it will One more. branch to keeps in sync when we get to stable releases. Following a common pattern to use master for developing and cutting release branches from it. Will include contribution guidelines alongside alpha9