- upgrade to
janephp/open-api7.6 - drop support for PHP <8.1
- switch to Castor for the project tooling
- fixed the
updated_by_idproperty name in theAssignmentmodel (see #23)
- upgrade to
janephp/open-api7.3 - drop support for PHP <7.4
- upgrade to
janephp/open-api7.1
- fixed a possible bug when the call to
ListAssignments()returns an error
- fixed error model
- made the parameters
end_dateandstart_daterequired forlistAssignments() - bypass Forecast's restriction on the assignments selection timeframe (180 days max) - see #15
- upgrade to
janephp/open-api6.3 - added more endpoints (create / edit / delete for Person, Placeholder, Role, RepeatedAssignmentSet, Assignment)
- upgrade to
janephp/open-api6.1 - regenerated SDK
- fixed the
jane-php/open-api-runtimedependency to a minor version, in order to avoid situations where a jane-php update would break things
- fixed the
/assignments"state" query parameter description - added the "
state" query parameter on the/peopleendpoint
- Upgrade to Jane 6.0
- fixed the DateTime format to match the one used by the API
- Use PHP
DateTimeobjects, not strings
- added some filters on the
listAssignmentsoperation
- OpenAPI 3.0 schema
- Upgrade to Jane 5.0
- Initial release