@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased v2.x]
8
8
9
+ ### Added
10
+
11
+ - Allow multiple connector for Redis ([ PR #17 ] )
12
+ - Allow specific feature of RediSearch depending of its version ([ Issue #6 ] )
13
+ - Add more language ([ Issue #5 ] )
14
+ - Add more language ([ Issue #5 ] )
15
+ - Add ` SORTABLE ` flag on ` GEO ` field ([ Issue #5 ] )
16
+ - Add ` CASESENSITIVE ` flag on fields ([ Issue #5 ] )
17
+ - Add ` UNF ` flag on fields ([ Issue #5 ] )
18
+
19
+ ### Changed
20
+
21
+ - Remove hard dependency on Predis ([ Issue #16 ] )
22
+ - Full rework of the library
23
+
9
24
## [ Unreleased v1.x]
10
25
11
26
## [ 1.4.0]
@@ -106,7 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
121
107
122
First version
108
123
109
- [ Unreleased v2.x ] : https://github.com/MacFJA/php-redisearch/compare/2.0.x ...HEAD
124
+ [ Unreleased v2.x ] : https://github.com/MacFJA/php-redisearch/compare/main ...HEAD
110
125
[ Unreleased v1.x ] : https://github.com/MacFJA/php-redisearch/compare/1.4.0...HEAD
111
126
[ 1.4.0 ] : https://github.com/MacFJA/php-redisearch/compare/1.3.0...1.4.0
112
127
[ 1.3.0 ] : https://github.com/MacFJA/php-redisearch/compare/1.2.0...1.3.0
@@ -115,13 +130,17 @@ First version
115
130
[ 1.0.0 ] : https://github.com/MacFJA/php-redisearch/releases/tag/1.0.0
116
131
117
132
[ Issue#2 ] : https://github.com/MacFJA/php-redisearch/issues/2
133
+ [ Issue#5 ] : https://github.com/MacFJA/php-redisearch/issues/5
134
+ [ Issue#6 ] : https://github.com/MacFJA/php-redisearch/issues/6
118
135
[ Issue#9 ] : https://github.com/MacFJA/php-redisearch/issues/9
119
136
[ Issue#10 ] : https://github.com/MacFJA/php-redisearch/issues/10
120
137
[ Issue#11 ] : https://github.com/MacFJA/php-redisearch/issues/11
121
138
[ Issue#12 ] : https://github.com/MacFJA/php-redisearch/issues/12
139
+ [ Issue#16 ] : https://github.com/MacFJA/php-redisearch/issues/16
122
140
[ PR#1 ] : https://github.com/MacFJA/php-redisearch/pull/1
123
141
[ PR#3 ] : https://github.com/MacFJA/php-redisearch/pull/3
124
142
[ PR#8 ] : https://github.com/MacFJA/php-redisearch/pull/8
125
143
[ PR#13 ] : https://github.com/MacFJA/php-redisearch/pull/13
126
144
[ PR#14 ] : https://github.com/MacFJA/php-redisearch/pull/14
127
145
[ PR#15 ] : https://github.com/MacFJA/php-redisearch/pull/15
146
+ [ PR#17 ] : https://github.com/MacFJA/php-redisearch/pull/17
0 commit comments