File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-elastica-bridge ` will be documented in this file.
4
4
5
+ ## 1.2.0 - 2021-06-05
6
+
7
+ - Listen to model events and propagate changes to Elasticsearch (#1 )
8
+ - More tests
9
+
5
10
## 1.1.0 - 2021-05-16
6
11
7
- - provide default implementation for ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch() ` in ` ElasticsearchableTrait `
8
- - provide default implementation for ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex() ` in ` ElasticsearchableTrait `
9
- - remove unused method ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel() `
10
- - added tests
11
- - rename ` elasticsearch:index ` to ` elastica-bridge:index ` for consistency with package name and ` elastica-bridge:status `
12
+ - Provide default implementation for ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch() ` in ` ElasticsearchableTrait `
13
+ - Provide default implementation for ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex() ` in ` ElasticsearchableTrait `
14
+ - Remove unused method ` Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel() `
15
+ - Added tests
16
+ - Rename ` elasticsearch:index ` to ` elastica-bridge:index ` for consistency with package name and ` elastica-bridge:status `
12
17
13
18
## 1.0.0 - 2021-05-09
14
19
15
- - initial release
20
+ - Initial release
You can’t perform that action at this time.
0 commit comments