Skip to content

Commit

Permalink
Updated doc (added editorconfig so we keep markdown trailing whitespace)
Browse files Browse the repository at this point in the history
- minor upgrade due to getByIds changed ordering
  • Loading branch information
mishavantol committed Feb 26, 2016
1 parent 3ad0a69 commit 1df944e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.{md,markdown}]
trim_trailing_whitespace = false
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The easiest way to install the connector is to use [Composer](https://getcompose
}
}
```
Now you should be able to install the package by updating your composer environment ```composer install```
Now you should be able to install the package by updating your composer environment ```composer install```
The connector is available and usable as follows:

```
Expand Down Expand Up @@ -147,14 +147,14 @@ Echoes each query to the current output stream.

## Contributions / Bugreports

If you're using this app and have questions and/or feedback, please file an issue on Github.
If you're using this app and have questions and/or feedback, please file an issue on Github.
Also we welcome new features and code, so please don't hesitate to get that pull request online!

## Changelog

* 2.2.2 Added version support
* 2.3.0 Added version support

Added version parameter to getById.
Added version parameter to getById.
getByIds now returns $ids parameter ordering unless provided otherwise.

* 2.2.1 Bugfix
Expand All @@ -163,24 +163,24 @@ Also we welcome new features and code, so please don't hesitate to get that pull

* 2.2.0 Exceptions: gotta catch 'em all!

We're building towards better exception handling and as such have moved all outside calls into a single method.
We're building towards better exception handling and as such have moved all outside calls into a single method.
This simplifies the logging and HOST-header modifications to a single location. This also prevents code duplication
for the client calls.

* 2.1.0 Dependency injection

After the initial moving to Guzzle we decided to change the contstructor of the connector to allow injecting a client.
After the initial moving to Guzzle we decided to change the contstructor of the connector to allow injecting a client.
This should help with testing the client etc.

We've also updated the code to be PSR-2 compliant.

* 2.0.0 Guzzlified

This release includes the GuzzleHttp client for all communication with the communibase API. This also bumps the minimal
This release includes the GuzzleHttp client for all communication with the communibase API. This also bumps the minimal
PHP version to 5.5. (and thus drops support for earlier versions)

* 1.0.0 Full on Communibase!

This is the first 1.0 release of the communibase connector. We've been using it internally and as such have added a simple helper method getTemplate for quickly getting an empty entity from Communibase.
There is still more work ahead since we plan to move to Guzzle to allow async calls to be made easily aswell as giving it a bit more OO polish (i.e. typecasting the results to their respective PHP equivilants i.e. DateTime objects if it's a Date-property in Communibase)
This is the first 1.0 release of the communibase connector. We've been using it internally and as such have added a simple helper method getTemplate for quickly getting an empty entity from Communibase.
There is still more work ahead since we plan to move to Guzzle to allow async calls to be made easily aswell as giving it a bit more OO polish (i.e. typecasting the results to their respective PHP equivilants i.e. DateTime objects if it's a Date-property in Communibase)
Have fun and feel free to post any issues you may find!

0 comments on commit 1df944e

Please sign in to comment.