Releases: Marketionist/js-automation-tools
Releases · Marketionist/js-automation-tools
Await for functionCheckValue
What's Changed
- Enable comma-dangle objects always by @Marketionist in #70
- Await for functionCheckValue by @Marketionist in #71
Full Changelog: v3.1.2...v3.1.3
Update eslint devDependency and its rules
What's Changed
- Update eslint to 8.57.1 by @Marketionist in #67
- Update eslint rules by @Marketionist in #68
- Update some wording around generateDateTimePlus by @Marketionist in #69
Full Changelog: v3.1.1...v3.1.2
Refactor variables
Improve arguments descriptions
What's Changed
- Improve arguments descriptions by @Marketionist in #65
Full Changelog: v3.0.0...v3.1.0
Consolidate generateDateTimePlusDays/Hours/Minutes/Seconds into the optimized generateDateTimePlus function
BREAKING CHANGES
- Consolidate generateDateTimePlusDays/Hours/Minutes/Seconds into the optimized
generateDateTimePlus
function by @Marketionist in #64
What's Changed
- Add generateDateTimePlusDays by @Marketionist in #59
- Extend generateDateTimePlusDays to accept optional initialDate by @Marketionist in #60
- Extend generateDateTimePlusHours to accept optional initialDate by @Marketionist in #61
- Extend generateDateTimePlusMinutes to accept optional initialDate by @Marketionist in #62
- Extend generateDateTimePlusSeconds to accept optional initialDate by @Marketionist in #63
Full Changelog: v2.0.1...v3.0.0
Update jsdoc descriptions
Merge asyncRetrySimple, asyncRetryCustom into retryIfFalse
BREAKING CHANGES
- Merge asyncRetrySimple, asyncRetryCustom into asyncRetryIfFalse by @Marketionist in #51
- Rename asyncRetryIfFalse to retryIfFalse by @Marketionist in #53
- Deprecate createRequest in favour of sendRequest and accept configuration object only by @Marketionist in #55
What's Changed
- Update tests for asyncRetryIfFalse by @Marketionist in #52
- Update tests for retryIfFalse by @Marketionist in #54
- Simplify retryIfFalse by @Marketionist in #56
- Add retry function to keywords and update wording by @Marketionist in #57
Full Changelog: v1.8.1...v2.0.0
Update asyncRetry notifications
What's Changed
- Update asyncRetry notifications by @Marketionist in #50
Full Changelog: v1.8.0...v1.8.1
Add config objects for asyncRetrySimple & asyncRetryCustom
What's Changed
- Update eslint dependency by @Marketionist in #44
- Add config objects for asyncRetry by @Marketionist in #45
- Add tests for asyncRetry by @Marketionist in #46
- Update logLevel checks by @Marketionist in #47
- Update notifications & errors by @Marketionist in #48
- Update asyncRetry usage examples by @Marketionist in #49
Full Changelog: v1.7.0...v1.8.0
Add asyncRetrySimple & asyncRetryCustom
What's Changed
- Update asyncRetrySimple description by @Marketionist in #39
- Update asyncRetrySimple by @Marketionist in #40
- Add jsdoc for dateTime by @Marketionist in #41
- Add asyncRetryCustom by @Marketionist in #42
- Add description for asyncRetryCustom by @Marketionist in #43
Full Changelog: v1.6.0...v1.7.0