Skip to content

Releases: mybuilder/when-i-work-api

1.0.1

28 Sep 12:53
80559ff
Compare
Choose a tag to compare

Fix type error

We typehint that an array will be returned but we actually return a Doctrine ArrayCollection object so converting to an array to match the typehint

1.0.0

28 Sep 09:00
97c64cb
Compare
Choose a tag to compare

Update dependencies to support PHP8
Bump to require at least PHP7.4
Update tests
Use github actions to run tests rather than travis

fix for another Nullable date

22 May 14:58
3b1332a
Compare
Choose a tag to compare
Merge pull request #12 from mybuilder/bug/end-times

If a working-time is still open, we need to have the NULL

minor bugfix to 0.5.0

22 May 14:15
Compare
Choose a tag to compare
0.5.1

Bugfix and minor text improvements

Upgrade to, and use, PHP 7.1+

22 May 11:20
3f0a03b
Compare
Choose a tag to compare
  • Significant clean-ups with return-type handling
  • Return some simple defaults and allow nullables
  • Others are left to exception, as they would indicate issues to fix
  • @deprecated use getHoursPreffered (and set) - use get / 'setHoursPreferred'
  • 'use' classes and ::class where useful
  • Add tests

Add payroll

18 May 16:56
0b62aea
Compare
Choose a tag to compare
0.4.1

Update version

Upgrade guzzle

20 Oct 15:54
Compare
Choose a tag to compare

We upgraded the guzzle library to the new supported version and dropped support for php less than 5.6

Allow newer JMS serializer support and drop php 5.3 support

04 Mar 17:12
Compare
Choose a tag to compare

Initial release

01 Jul 14:40
Compare
Choose a tag to compare

Since we have only implemented a small subset of the features we did not think this should be labeled as v1.0