-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abfb301
commit d8a5c65
Showing
2 changed files
with
108 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,107 @@ | ||
Version 5. | ||
---------- | ||
|
||
v5.8.0 | ||
====== | ||
- Added supponrt for partial updates | ||
|
||
v5.7.2 | ||
====== | ||
- Added version to composer.json | ||
|
||
v5.7.1 | ||
====== | ||
- Restore redirection in the response | ||
|
||
v5.7.0 | ||
====== | ||
- Throw exception when api key is not correctly set | ||
|
||
v5.6.3 | ||
====== | ||
- force http_buid_query to use & separator | ||
|
||
v5.6.2 | ||
====== | ||
- Fixed bug reading error response details. | ||
|
||
v5.6.1 | ||
====== | ||
* New features | ||
- added support for exclusion filters (thanks to @sPooKee). | ||
|
||
v5.6.0 | ||
====== | ||
* Breaking changes | ||
- getFacet method return array simplified | ||
- former 'getFacet' method is now called 'getLegacyFacet' | ||
|
||
v5.5.1 | ||
====== | ||
* New features | ||
- added deleteItems method | ||
|
||
v5.5.0 | ||
====== | ||
* New features | ||
- Added phpunit tests | ||
* Other stuff | ||
- some small refactoring | ||
|
||
v5.4.3 | ||
====== | ||
* New Features | ||
- autoload for those not using composes | ||
* Other stuff | ||
- bugfixes | ||
- decent formatting | ||
|
||
v5.3.1 | ||
====== | ||
* Breaking changes | ||
- complete rewrite of the file structure: psr4 compliant | ||
* New Features | ||
- added to the composer repository | ||
|
||
v5.2.6 | ||
====== | ||
* New Features | ||
- added sort parameter. | ||
|
||
v5.2.5 | ||
====== | ||
* New features | ||
- stats retrieval | ||
|
||
v5.2.4 | ||
====== | ||
* Other stuff | ||
- bugfixes | ||
|
||
v5.2.3 | ||
====== | ||
* Other stuff | ||
- bugfixes | ||
|
||
v5.2.2 | ||
====== | ||
* mainteinance release | ||
|
||
v5.2.1 | ||
====== | ||
* new features | ||
- Search Client: getOptions method | ||
* Breaking changes | ||
- Search Client: https mandatory | ||
|
||
v5.* | ||
==== | ||
* New features | ||
- Allow unprefixed params | ||
- Allow custom query parameter name | ||
* Breaking changes | ||
- API Key Authorization. API Key required in client constructor | ||
|
||
Version 4. | ||
---------- | ||
|
||
- CamelCase convention for everything. "has_next(0" is now "hasNext()" | ||
- And empty query() prompts a "match all" query | ||
- Facets/Filtering support | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [5.7.5] - 2018-09-03 | ||
### Added | ||
- Support for partial updates. | ||
|
||
## [5.7.4] - 2018-06-13 | ||
### Added | ||
- TypeAlreadyExists error. | ||
|
||
## [5.7.3] - 2018-02-20 | ||
### Added | ||
- Stats endpoint. | ||
|
||
## [5.7.2] | ||
### Fixed | ||
- Version in `composer.json`. | ||
|
||
## [5.7.1] | ||
### Fixed | ||
- Restored redirection in the response. | ||
|
||
## [5.7.0] | ||
### Added | ||
- Throw exception when api key is not correctly set. | ||
|
||
## [5.6.3] | ||
### Fixed | ||
- Force `http_buid_query` to use `&` separator. | ||
|
||
## [5.6.2] | ||
### Fixed | ||
- Bug reading error response details. | ||
|
||
## [5.6.1] | ||
### Added | ||
- Support for exclusion filters (thanks to @sPooKee). | ||
|
||
## [5.6.0] | ||
### Changed | ||
- `getFacet` method returns simplified array. **BREAKING** | ||
- Former `getFacet` method is now called `getLegacyFacet`. **BREAKING** | ||
|
||
## [5.5.1] | ||
### Added | ||
- Added `deleteItems` method. | ||
|
||
## [5.5.0] | ||
### Added | ||
- Added phpUnit tests. | ||
|
||
### Changed | ||
- Some small refactoring | ||
|
||
## [5.4.3] | ||
### Added | ||
- Autoload for those not using Composer. | ||
|
||
### Changed | ||
- Some bugfixes. | ||
- Decent formatting. | ||
|
||
## [5.3.1] | ||
### Added | ||
- Added to the Composer repository. | ||
|
||
### Changed | ||
- Complete rewrite of the file structure: PSR-4 compliant. | ||
|
||
## [5.2.6] | ||
### Added | ||
- Added sort parameter. | ||
|
||
## [5.2.5] | ||
### Added | ||
- Stats retrieval. | ||
|
||
## [5.2.4] | ||
### Changed | ||
- Bugfixes. | ||
|
||
## [5.2.3] | ||
### Changed | ||
- Bugfixes. | ||
|
||
## [5.2.2] | ||
### Changed | ||
- Mainteinance release. | ||
|
||
## [5.2.1] | ||
### Added | ||
- Search Client: `getOptions` method. | ||
|
||
### Changed | ||
- Search Client: HTTPS is mandatory now. **BREAKING** | ||
|
||
## [5.1] | ||
### Added | ||
- Allow unprefixed parameters. | ||
- Allow custom query parameter name. | ||
- API Key Authorization. API Key required in client constructor. **BREAKING** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters