Release 1.5.3
What's Changed
- feat: ⚡ add
release-it
(9b2dfab) - chore(example): 🚀 update example get data from env (5306b10)
- refactor(example): 🎨 prefer
for-of
instead of forEach (7e63257) - refactor: 🎨 template literals are preferred over string concatenation (c07108e)
- refactor(test): 🎨 avoid the
delete
operator which can impact performance. (491bdec) - refactor(example): 🎨 prefer
for-of
instead forEach (9f5b99d) - refactor(vnpay): 🎨 sort import (05649e9)
- refactor(example): 🎨 avoid
any
(99bbca2) - refactor(example): 🎨 prefer
for-of
instead forEach (17ce36c) - fix(utils): ⚡ reassigning a function parameter is confusing (4fcab2b)
- refactor: ⚡ use the
Number
namespace forparseInt
(a2cc306) - refactor: ⚡ update imports are only used as types (2925e99)
- chore: 🎨 update ignore for biome (94c69f8)
- chore(styles): 💄 run biome format (41d9e2f)
- chore: ⚡ using
biome
instead ofeslint
andprettier
(b1c4032) - Merge pull request #19 from lehuygiang28/refactor_readable (e305e94)
- chore: ⚡ update .coderabbit.yaml with tone instructions (e22058f)
- chore(test): ⚡ set UTC timezone for Jest tests (859265a)
- fix(utils): 🚑 remove
.toDate()
due to it alway convert to local date (57d29d4) - refactor(test): ♻️ update to use
getDateInGMT7
for current time (4a0b646) - fix(utils): 🚑 remove
.toDate()
due to it alway convert to local date (fd70ed9) - refactor(utils): 🚀 update
parseDate
function to support additional timezones (480240b) - refactor(test): ✅ update to set date utc correctly (6c97ea7)
- refactor(test): ✅ update to set date utc correctly (2de613d)
- refactor(vnpay): ⚡ using util function to get date instead (e955cd2)
- fix(utils): 🐛 fix wrong used way of timezone (79fc727)
- test(vnpay): ✅ add test for verify request (e82655b)
- test(utils/payment): ✅ add test for payment utils (f80343e)
- refactor(vnpay): ♻️ split to utils function (ef72841)
- test(utils): ✅ add test for common utils (1d136cf)
- fix(utils): 🚑 param is not used to get date (3df7929)
- test(logger): ✅ add test for logger utils (2eba6b4)
- chore(logger): ✨ update to select type of console (b1c3592)
- feat(test): 🔧 config jest test (84c312d)
- feat(test): 🔧 ignore coverage report (6866c9c)
- feat(vnpay): 🔧 refactor for readable and add tests by @lehuygiang28 in #19
Full Changelog: 1.5.2...1.5.3