Skip to content

v0.0.6

Compare
Choose a tag to compare
@hajipy hajipy released this 28 Jun 16:14
· 61 commits to master since this release

Improvement

  • Event.Log and Event.Priority return additional information as second argument #21

Bugfix

  • Fixed an incorrect type definition in JobRepository.findJob #10
  • Fixed a bug that JobRepository.findInactiveJobByType performed unnecessary search. #11
  • Disable timestampData option of NeDB #15
  • If the job is completed before the timeout during the shutdown, make it successful. #19
  • Set duration and progress of Job when deserialize from nedb #20

Chore

  • Upgrade dependencies #12
  • Update dist #13
  • Refactor JobRepository.isExistJob #14
  • Add Pull Request Template #17
  • Refactor JobRepository.removeJob #16
  • Remove unreachable code #18
  • Introduce unit test #22
  • Create Test GitHub Actions #23
  • Add test budge to README.md #24
  • Word wrap license #25
  • Fix ESLint Warning #26