Skip to content

Commit 71a8bdc

Browse files
committed
Update Changelog
1 parent 9a73506 commit 71a8bdc

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased v2.x]
88

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+
924
## [Unreleased v1.x]
1025

1126
## [1.4.0]
@@ -106,7 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106121

107122
First version
108123

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
110125
[Unreleased v1.x]: https://github.com/MacFJA/php-redisearch/compare/1.4.0...HEAD
111126
[1.4.0]: https://github.com/MacFJA/php-redisearch/compare/1.3.0...1.4.0
112127
[1.3.0]: https://github.com/MacFJA/php-redisearch/compare/1.2.0...1.3.0
@@ -115,13 +130,17 @@ First version
115130
[1.0.0]: https://github.com/MacFJA/php-redisearch/releases/tag/1.0.0
116131

117132
[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
118135
[Issue#9]: https://github.com/MacFJA/php-redisearch/issues/9
119136
[Issue#10]: https://github.com/MacFJA/php-redisearch/issues/10
120137
[Issue#11]: https://github.com/MacFJA/php-redisearch/issues/11
121138
[Issue#12]: https://github.com/MacFJA/php-redisearch/issues/12
139+
[Issue#16]: https://github.com/MacFJA/php-redisearch/issues/16
122140
[PR#1]: https://github.com/MacFJA/php-redisearch/pull/1
123141
[PR#3]: https://github.com/MacFJA/php-redisearch/pull/3
124142
[PR#8]: https://github.com/MacFJA/php-redisearch/pull/8
125143
[PR#13]: https://github.com/MacFJA/php-redisearch/pull/13
126144
[PR#14]: https://github.com/MacFJA/php-redisearch/pull/14
127145
[PR#15]: https://github.com/MacFJA/php-redisearch/pull/15
146+
[PR#17]: https://github.com/MacFJA/php-redisearch/pull/17

0 commit comments

Comments
 (0)