Skip to content

Commit 9fdafdf

Browse files
authored
Merge pull request #10 from Ang3/7.0
7.0
2 parents ac6c28e + 3e3a7cf commit 9fdafdf

35 files changed

+3743
-533
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/.idea/
33
.php_cs.cache
44
.phpunit.result.cache
5-
test.php
5+
test.php

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
CHANGELOG
2+
=========
3+
4+
7.0
5+
---
6+
7+
* Marked client ORM built-in methods as deprecated (no BC)
8+
* Added RemoteException with message and XML trace.
9+
* Added record manager that allows to manage models.
10+
* Added record repository that allows to execute and isolate queries for a dedicated model.
11+
* Added query builder and ORM query that allows to create queries easily in OOP context.
12+
* Added objects and iterable support for the expression builder.
13+
* Added record manager schema to get model names and metadata.
14+
* Fixed method ```count()```and added method ```countAll()```
15+
([Issue 8](#https://github.com/Ang3/php-odoo-api-client/issues/8)).
16+
17+
6.1
18+
===
19+
20+
- Replaced package [darkaonline/ripcord](https://packagist.org/packages/DarkaOnLine/Ripcord) by
21+
[ang3/php-xmlrpc-client](https://packagist.org/packages/ang3/php-xmlrpc-client).
22+
- Implemented interface ```Ang3\Component\Odoo\Exception\ExceptionInterface``` for all client exceptions.
23+
- Fixed methods ```read()``` for integers or arrays ([Issue 6](https://github.com/Ang3/php-odoo-api-client/issues/6)).
24+
- Fixed methods when argument ```$criteria``` can be NULL
25+
- Fixed logging.
26+
- Deleted useless files and updated ```.gitignore```
27+
28+
6.0
29+
===
30+
31+
- Removed dependency of package [ang3/php-dev-binaries](https://packagist.org/packages/ang3/php-dev-binaries).
32+
- Added methods ```searchOne``` and ```searchAll```.
33+
- Back to package [darkaonline/ripcord](https://packagist.org/packages/DarkaOnLine/Ripcord).
34+
- Removed XML-RPC client.
35+
- Removed remote exception.
36+
- Removed trace back feature.

0 commit comments

Comments
 (0)