Releases: kiki-kanri/kikiutils-node
Releases · kiki-kanri/kikiutils-node
v5.1.5
v5.1.4
v5.1.3
v5.1.2
💅 Refactors
- Simplify wrapper functions by removing async/await (09af6a0)
🏡 Chore
- Replace Prettier with ESLint, add related files, and update VSCode settings (ab526fe)
- Modify scripts in package.json (0bd0a63)
- Update eslint-config and format codes (e56c18c)
- Upgrade dependencies (38923a3)
🎨 Styles
❤️ Contributors
- kiki-kanri
v5.1.1
🏡 Chore
❤️ Contributors
- kiki-kanri
v5.1.0
🚀 Enhancements
- Set value parameter type of setReadonlyConstantToGlobalThis as generic (cbcf336)
🏡 Chore
❤️ Contributors
- kiki-kanri
v5.0.1
📖 Documentation
- Add codecov badge to README (b19566b)
🏡 Chore
- Upgrade dependencies and remove tslib (7923643)
- Modify tsconfig.json (754d072)
- Upgrade dependencies and modify release script (de51810)
✅ Tests
- Set timezone to UTC during tests (637c47a)
- Update datetime unit tests (b2987e0)
- Add unit tests for number.ts and string.ts (4ad7142)
🤖 CI
- Add new test CI configuration file (84450b3)
❤️ Contributors
- kiki-kanri
v5.0.0
Migration Notes
- Changed the "Sha" abbreviation in
cryptoMD5
related functions to uppercase ("SHA"). - The package will no longer install accompanying dependencies automatically. If you need to use related functionalities, you must manually install the corresponding dependencies.
🚀 Enhancements
- Add release script to package.json (4541063)
🩹 Fixes
- Resolve issue with unquoted glob path in build script for specified imports (4831bb6)
💅 Refactors
⚠️ Merge functions from object.ts into index.ts (da29903)⚠️ Change function shorthand names in crypto-hash.ts (64dad0d)
📖 Documentation
- Update README (c297a79)
🏡 Chore
- Switch changelog generation package and upgrade dependencies (a47afd6)
⚠️ Change all dependencies to devDependencies (9f92be7)- Update release script (b13bdcd)
✅ Tests
⚠️ Breaking Changes
⚠️ Merge functions from object.ts into index.ts (da29903)⚠️ Change function shorthand names in crypto-hash.ts (64dad0d)⚠️ Change all dependencies to devDependencies (9f92be7)
❤️ Contributors
- kiki-kanri