Skip to content

Releases: kiki-kanri/kikiutils-node

v5.1.5

05 Jan 08:48
Compare
Choose a tag to compare

compare changes

📦 Build

  • Enable sourcemap output in build process (379ba75)

🏡 Chore

  • Upgrade dependencies (d0943fa)
  • Modify pack file structure and update package.json.exports configuration (4429859)

❤️ Contributors

  • kiki-kanri

v5.1.4

15 Dec 09:48
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Change Url to URL (844051b)
  • Remove process import statement (0209f3c)

🏡 Chore

🎨 Styles

  • Format and lint all files (8670067)

❤️ Contributors

  • kiki-kanri

v5.1.3

27 Nov 08:28
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Resolve logger issue in browser due to process.env import method (5622de5)

🏡 Chore

🎨 Styles

❤️ Contributors

  • kiki-kanri

v5.1.2

25 Nov 03:36
Compare
Choose a tag to compare

compare changes

💅 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

  • Format and lint all files (9ec40d6)
  • Change all indentation to 4 spaces (f65d19a)

❤️ Contributors

  • kiki-kanri

v5.1.1

17 Nov 04:24
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Upgrade dependencies (57c452c)
  • Add tslib to devDependencies (f93d4cc)

❤️ Contributors

  • kiki-kanri

v5.1.0

01 Nov 18:58
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Set value parameter type of setReadonlyConstantToGlobalThis as generic (cbcf336)

🏡 Chore

  • Update minimum Node.js version and version list in CI file (d5d261a)
  • Upgrade dependencies (1f4659f)

❤️ Contributors

  • kiki-kanri

v5.0.1

18 Oct 22:20
Compare
Choose a tag to compare

compare changes

📖 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

18 Oct 04:04
Compare
Choose a tag to compare

compare changes

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

🏡 Chore

  • Switch changelog generation package and upgrade dependencies (a47afd6)
  • ⚠️ Change all dependencies to devDependencies (9f92be7)
  • Update release script (b13bdcd)

✅ Tests

  • Add unit tests for setReadonlyConstantToGlobalThis (aafe978)
  • Modify unit tests (ec85e0c)

⚠️ 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

v4.4.0

16 Oct 08:34
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add setReadonlyConstantToGlobalThis function (115c6b7)

🏡 Chore

❤️ Contributors

  • kiki-kanri

v4.3.1

16 Oct 08:34
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • hono: Resolve issue with logger message handling (bdb8d4d)

❤️ Contributors

  • kiki-kanri