Releases: communityds/deputy-api-wrapper
Releases · communityds/deputy-api-wrapper
1.6.1
- Removed development files from Composer archive
1.6.0
- Forced
Slots
in Roster
schema to be an array (#19)
- Added missing properties on
OperationalUnit
(#18)
- Added
logger
service (#20)
- Added missing models (#20)
- Updated model
@property
and wrapper @method
tags (#20)
1.5.1
- Forced
MealbreakSlots
in Timesheet
schema to be an array (#17)
1.5.0
- Added OAuth 2.0 Access Token provider abstraction (#13).
1.4.0
- Added OAuth 2.0 Authentication component (#11).
- Added ability to create
Timesheet
records (#12).
1.3.2
- Excluding development files from Composer archive.
1.3.1
- Fix resource name passed to UnknownDataTypeException (#10)
1.3.0
- Added ability to create
Memo
to assigned recipients (#5).
- Added
Roster
helper method isTimesheetCreated
(#7).
- Added ability to change
Company
settings (#8).
- Added support for
CustomField
and CustomFieldData
(#9).
- Fixed issue when updating
Roster
instances caused by missing payload information (#6).
1.2.0
- Added PHP 7 support.
- Added TravisCI integration.
1.1.1
- Using Guzzle6 adapter by default.