- upgrade to
janephp/open-api
7.6 - drop support for PHP <8.1
- switch to Castor for the project tooling
- fixed the
updated_by_id
property name in theAssignment
model (see #23)
- upgrade to
janephp/open-api
7.3 - drop support for PHP <7.4
- upgrade to
janephp/open-api
7.1
- fixed a possible bug when the call to
ListAssignments()
returns an error
- fixed error model
- made the parameters
end_date
andstart_date
required forlistAssignments()
- bypass Forecast's restriction on the assignments selection timeframe (180 days max) - see #15
- upgrade to
janephp/open-api
6.3 - added more endpoints (create / edit / delete for Person, Placeholder, Role, RepeatedAssignmentSet, Assignment)
- upgrade to
janephp/open-api
6.1 - regenerated SDK
- fixed the
jane-php/open-api-runtime
dependency 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/people
endpoint
- Upgrade to Jane 6.0
- fixed the DateTime format to match the one used by the API
- Use PHP
DateTime
objects, not strings
- added some filters on the
listAssignments
operation
- OpenAPI 3.0 schema
- Upgrade to Jane 5.0
- Initial release