Skip to content

Releases: point85/Shift

Work schedule library

31 May 01:00
Compare
Choose a tag to compare
  • Fix WorkSchedule.deleteShift() bug
  • Team.calculateWorkingTime() calls minusDays(1), remove member exception method, build cache synch
  • Rotation: invalidate cache
  • Use isZero() in NonWorkingPeriod.setDuration()
  • Shift Instance: use equals()
  • TeamMemberException: add equals() and hashcode() methods

Work Schedule Library

14 Dec 18:14
Compare
Choose a tag to compare

Added members for a team and exceptions for assigned personel

Java Work Schedule Library

06 Feb 17:44
Compare
Choose a tag to compare
  • Created a Maven repository at org.point85.workschedule:
org.point85 workschedule 1.1.4
  • Upgraded hamcrest to 2.2
  • Removed unused Maven dependencies

Work Schedule Library

26 Dec 20:16
Compare
Choose a tag to compare

Removed JavaFX test code
Upgraded to Java 11
Upgraded slf4j to version 1.7.26
Upgraded junit to version 4.13.2

Work schedule library

31 Jul 02:56
Compare
Choose a tag to compare

Changed to HSQL test database
Code changes as per SonarLint recommendations

Work schedule library

27 Mar 20:57
Compare
Choose a tag to compare

Added a method to get all shift instances with working time in a given day.

Work schedule library

16 Feb 22:04
Compare
Choose a tag to compare
  • Converted to a Maven project only
  • Added a bi-directional relationship between WorkSchedule and Rotation
  • Upgraded to JPA version 2.2

Stable work schedule library

07 Feb 03:17
Compare
Choose a tag to compare

Java work schedule library