Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Update changelog #75

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 27 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
# Changelog

#### [0.1.0](https://github.com/glpi-project/php-library-glpi/tree/0.1.0) (2018-03-12)
### [0.1.0](https://github.com/glpi-project/php-library-glpi/tree/0.1.0) (2018-03-12)

* fix(itemhandler): call of wrong methods ([a3e1f35](https://github.com/glpi-project/php-library-glpi/commit/a3e1f35))
* feat(docs): added script to generate code documentation ([71d31ed](https://github.com/glpi-project/php-library-glpi/commit/71d31ed))
* feat(test): added script to generate html code coverage ([1f50b7f](https://github.com/glpi-project/php-library-glpi/commit/1f50b7f))
* feat(error): added error handler class ([bd3a0c6](https://github.com/glpi-project/php-library-glpi/commit/bd3a0c6))
* feat(example): added example for magic call of itemTypes. ([7832fec](https://github.com/glpi-project/php-library-glpi/commit/7832fec))
* feat(item): added new magic method to call itemTypes. ([daf1545](https://github.com/glpi-project/php-library-glpi/commit/daf1545))
* feat(example): added example of use ([642b047](https://github.com/glpi-project/php-library-glpi/commit/642b047))
* feat(item): added client shortcut function ([44a96d9](https://github.com/glpi-project/php-library-glpi/commit/44a96d9))
* feat(endpoint): added client shortcut function ([a68a1b4](https://github.com/glpi-project/php-library-glpi/commit/a68a1b4))
* feat(client): added recovery password end point ([21b42dd](https://github.com/glpi-project/php-library-glpi/commit/21b42dd))
* fix(items): fixed ItemHandler functions ([3d9ad3a](https://github.com/glpi-project/php-library-glpi/commit/3d9ad3a))
* fix(client): updated Client class code ([7f3d7af](https://github.com/glpi-project/php-library-glpi/commit/7f3d7af))
* fix(item): updated getMultipleItems end point ([200a7eb](https://github.com/glpi-project/php-library-glpi/commit/200a7eb))
* fix(items): fixed ItemHandler functions ([2c258d8](https://github.com/glpi-project/php-library-glpi/commit/2c258d8))
* fix(endpoint): fixed EndPointHandler functions ([1ee2621](https://github.com/glpi-project/php-library-glpi/commit/1ee2621))
* feat(item): added ItemHandler class ([b62a99c](https://github.com/glpi-project/php-library-glpi/commit/b62a99c))
* feat(endpoint): added new handler fot endpoints ([8789b0d](https://github.com/glpi-project/php-library-glpi/commit/8789b0d))
* feat(client): added new methods to the client ([8724c9b](https://github.com/glpi-project/php-library-glpi/commit/8724c9b))
* feat(client): added killSession endpoint ([9286c14](https://github.com/glpi-project/php-library-glpi/commit/9286c14))
* feat: First endpoints ([5351b4b](https://github.com/glpi-project/php-library-glpi/commit/5351b4b))

### Bug fixes

* **client**: updated Client class code ([7f3d7af](https://github.com/glpi-project/php-library-glpi/commit/7f3d7af))
* **endpoint**: fixed EndPointHandler functions ([1ee2621](https://github.com/glpi-project/php-library-glpi/commit/1ee2621))
* **items**: updated getMultipleItems end point ([200a7eb](https://github.com/glpi-project/php-library-glpi/commit/200a7eb))
* **items**: fixed ItemHandler functions ([3d9ad3a](https://github.com/glpi-project/php-library-glpi/commit/3d9ad3a))
* **items**: fixed ItemHandler functions ([2c258d8](https://github.com/glpi-project/php-library-glpi/commit/2c258d8))
* **itemhandler**: call of wrong methods ([a3e1f35](https://github.com/glpi-project/php-library-glpi/commit/a3e1f35))

### Features

* **client**: added recovery password end point ([21b42dd](https://github.com/glpi-project/php-library-glpi/commit/21b42dd))
* **client**: added new methods to the client ([8724c9b](https://github.com/glpi-project/php-library-glpi/commit/8724c9b))
* **client**: added killSession endpoint ([9286c14](https://github.com/glpi-project/php-library-glpi/commit/9286c14))
* **documentation**: added script to generate code documentation ([71d31ed](https://github.com/glpi-project/php-library-glpi/commit/71d31ed))
* **endpoint**: added new handler fot endpoints ([8789b0d](https://github.com/glpi-project/php-library-glpi/commit/8789b0d))
* **endpoint**: added client shortcut function ([a68a1b4](https://github.com/glpi-project/php-library-glpi/commit/a68a1b4))
* **endpoint**: first endpoints ([5351b4b](https://github.com/glpi-project/php-library-glpi/commit/5351b4b))
* **error**: added error handler class ([bd3a0c6](https://github.com/glpi-project/php-library-glpi/commit/bd3a0c6))
* **example**: added example for magic call of itemTypes. ([7832fec](https://github.com/glpi-project/php-library-glpi/commit/7832fec))
* **example**: added example of use ([642b047](https://github.com/glpi-project/php-library-glpi/commit/642b047))
* **item**: added new magic method to call itemTypes. ([daf1545](https://github.com/glpi-project/php-library-glpi/commit/daf1545))
* **item**: added client shortcut function ([44a96d9](https://github.com/glpi-project/php-library-glpi/commit/44a96d9))
* **item**: added ItemHandler class ([b62a99c](https://github.com/glpi-project/php-library-glpi/commit/b62a99c))
* **test**: added script to generate html code coverage ([1f50b7f](https://github.com/glpi-project/php-library-glpi/commit/1f50b7f))