Releases: breejs/bree
Releases · breejs/bree
v7.1.3
- fix: update types e977339
v7.1.2
v7.1.1
- fix: typo in types f585cf8
- Merge pull request #149 from Spence-S/master d95f20f
- fix: broken doc links 9043e7f
- chore: fix linting 2478e58
- chore: add github actions f3a6611
- ci: add github actions 350d00f
- Merge pull request #144 from Spence-S/docs-and-examples b16e316
- chore: move email-queue example from readme to examples 4ae6150
- chore: add some basic examples 795beeb
v7.1.0
v7.0.0
- chore: added test job cronValidate option override for #135 9683367
- fix: fixed tests and dropped bthreads 7c9e154
- Merge pull request #140 from DynamiteC/patch-2 228b4f3
- #135 Bug Issue Minor Fix a219d39
- chore: adjust issue templates 31db1d6
- chore: add issue templates 0ccffe1
- docs: fixed linting of remark f84a7cc
- Merge pull request #136 from breejs/feat/remove-bthreads c6db0d3
- docs: remove browser/bthreads 2c05781
- feat: remove bthreads 153d928
- docs: add typescript plugin 9afc73f
v6.5.0
v6.4.0
- chore: bump browserslist 0259cbb
- ci: add v16 to travis a976c3b
- docs: typo ba88af3
- v6.3.1 56fed54
- refactor: bind removeSafeTimer fb68629
- refactor: move function inside class 1ff2a5e
- fix: remove closeWorkerAfterMs after exit or done 0ea22af
- docs: typo 3c274b0
- chore: bump @breejs/later c3d9f97
- fix: get offset using utc time a629519
- test: increase code coverage 429e299
- feat: tz support for node v10 and v12 3318d09
- test: mock
date.getTimezoneOffset()
7645aba - test: fix tests that utilize
FakeTimers
- runsetTimeout()
tests serially - overrideclock.setTimeout()
instead ofglobal.setTimeout()
- uset.plan()
forsetTimeout()
assertions b382b4f - chore: move
localOffsetMillis
up a notch for readability a7e18ac - test: add timezone tests for
bree.start()
6ab73e7 - fix: don't override job's timezone c65aef4
- fix: timezone conversions 8a56888
- test: add tz validation tests for job-validator.js 8ba28db
- fix: tz error msg in job-validator.js ff8b7a3
- test: add tz config tests for job-builder.js 3807abf
- feat: add timezone support a4d3b7c
v6.3.1
v6.3.0 - Plugins!!!
- Merge pull request #118 from breejs/plugins 42a1078
- feat: return array of added jobs df8e854
- fix: fix typos 0df1790
- feat: add init function to constructor f81cad2
- test: add init tests 64e869f
- ci: add node v14 to test runner d211942
- docs: add plugins documentation 1b8e04e
- feat: add plugins 8e8daaf
- test: add plugin tests aa872be