Releases: hajipy/embedded-queue
Releases · hajipy/embedded-queue
v0.0.11
v0.0.9
v0.0.8
v0.0.7
v0.0.6
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