Skip to content

Releases: kiki-kanri/kikiutils-node

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

v4.3.0

01 Oct 07:25
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add flattenToSingleValue function (89077cb)

🏡 Chore

  • Update script (ca98dac)
  • Upgrade dependencies (4a3ac53)
  • Add index export to package.json exports (e017218)
  • Add tslib to devDependencies (08fffce)

✅ Tests

  • Add unit tests for flattenToSingleValue function (338c475)

❤️ Contri

v4.2.4

16 Sep 19:04
Compare
Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

  • kiki-kanri

v4.2.3

26 Aug 12:18
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Handle mixed number and string enum values in getEnumStringValues (57b6ae9)

🏡 Chore

  • Upgrade dependencies (ba15c66)
  • Add jest dependency and related files (49f84e4)

✅ Tests

❤️ Contributors

  • kiki-kanri

v4.2.2

10 Aug 08:56
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Prevent default value handling from overwriting non-null/undefined falsy values (a7b9c6e)

🏡 Chore

❤️ Contributors

  • kiki-kanri

v4.2.1

30 Jul 02:52
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Correct options property name in getDateRangeFromDate (e48375c)

❤️ Contributors

  • kiki-kanri

v4.2.0

30 Jul 02:45
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add getDateRangeFromDate function (cf9d212)

📖 Documentation

🏡 Chore

  • Remove rollup files and dependencies and switch to builder build (1aca08a)
  • Upgrade dependencies (37ecc2e)

❤️ Contributors

  • kiki-kanri