- Enable sourcemap output in build process (379ba75)
- Upgrade dependencies (d0943fa)
- Modify pack file structure and update package.json.exports configuration (4429859)
- kiki-kanri
- Format and lint all files (8670067)
- kiki-kanri
- Resolve logger issue in browser due to process.env import method (5622de5)
- Upgrade dependencies (71e77cd)
- Format and lint codes (62902ed)
- kiki-kanri
- Simplify wrapper functions by removing async/await (09af6a0)
- 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)
- kiki-kanri
- kiki-kanri
- Set value parameter type of setReadonlyConstantToGlobalThis as generic (cbcf336)
- kiki-kanri
- Add codecov badge to README (b19566b)
- Upgrade dependencies and remove tslib (7923643)
- Modify tsconfig.json (754d072)
- Upgrade dependencies and modify release script (de51810)
- Set timezone to UTC during tests (637c47a)
- Update datetime unit tests (b2987e0)
- Add unit tests for number.ts and string.ts (4ad7142)
- Add new test CI configuration file (84450b3)
- kiki-kanri
- 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.
- Add release script to package.json (4541063)
- Resolve issue with unquoted glob path in build script for specified imports (4831bb6)
⚠️ Merge functions from object.ts into index.ts (da29903)⚠️ Change function shorthand names in crypto-hash.ts (64dad0d)
- Update README (c297a79)
- Switch changelog generation package and upgrade dependencies (a47afd6)
⚠️ Change all dependencies to devDependencies (9f92be7)- Update release script (b13bdcd)
⚠️ Merge functions from object.ts into index.ts (da29903)⚠️ Change function shorthand names in crypto-hash.ts (64dad0d)⚠️ Change all dependencies to devDependencies (9f92be7)
- kiki-kanri
- Add
setReadonlyConstantToGlobalThis
function (115c6b7)
- Upgrade dependencies (7fdda21)
- kiki-kanri
- hono: Resolve issue with logger message handling (bdb8d4d)
- kiki-kanri
- Add
flattenToSingleValue
function (89077cb)
- Update script (ca98dac)
- Upgrade dependencies (4a3ac53)
- Add index export to package.json exports (e017218)
- Add tslib to devDependencies (08fffce)
- Add unit tests for
flattenToSingleValue
function (338c475)
- kiki-kanri
- Upgrade dependencies (59f187b)
- kiki-kanri
- Handle mixed number and string enum values in
getEnumStringValues
(57b6ae9)
- Add test cases (86ca8db)
- kiki-kanri
- Prevent default value handling from overwriting non-null/undefined falsy values (a7b9c6e)
- Upgrade dependencies (4185969)
- kiki-kanri
- Correct options property name in getDateRangeFromDate (e48375c)
- kiki-kanri
- Add
getDateRangeFromDate
function (cf9d212)
- Update README (8419a5e)
- Remove rollup files and dependencies and switch to builder build (1aca08a)
- Upgrade dependencies (37ecc2e)
- kiki-kanri
- Add named exports to consola and pino files (131a03c)
- kiki-kanri
- Add consola logger and related files (c2fb81c)
- Upgrade dependencies (e8209f4)
- Remove type field from package.json (ed68274)
- Update rollup.config.ts and tsconfig.json (f366dda)
⚠️ Remove object.ts file (9068d40)
⚠️ Rename request.ts to axios.ts (f9179fd)⚠️ Rename logger.ts to pino.ts (2d3ec0e)⚠️ Remove object.ts file (9068d40)
- kiki-kanri
- Add
cryptoMd5
andcryptoMd5ToBuffer
functions (10458b1)
- Update README and keywords in package.json (9d144eb)
- Update Rollup config (195f323)
- kiki-kanri
- Update Rollup config (f516126)
- kiki-kanri
⚠️ Remove named exports in logger file (0a01d4a)
- Update README and description in package.json (8a24ff0)
- Switch build process to Rollup (0869dee)
⚠️ Remove named exports in logger file (0a01d4a)
- kiki-kanri
- Add ksort function (0f6571e)
- number: Add options parameter to
prettyNumberToString
function (fd7374d) - hono: Add generic type parameter to
useHonoLogger
function (43a355b)
- number:
⚠️ RenametoPercentString
tocalculateToPercentageString
and rewrite calculations using decimal.js (17a4053) ⚠️ Move calculateToPercentageString to math.ts file (e1686c2)
- Add comments and examples (3e72bec)
- Update README and modify description field in package.json (fcec53e)
- Upgrade dependencies (646da01)
- number:
⚠️ RenametoPercentString
tocalculateToPercentageString
and rewrite calculations using decimal.js (17a4053) ⚠️ Move calculateToPercentageString to math.ts file (e1686c2)
- kiki-kanri
- Add functions for SHA3 hashing with crypto (089fc8e)
- Add Uint8Array as an input type for SHA3 related functions (350907c)
- Correct return type error in enum utils (0ae2262)
- Upgrade dependencies (49999da)
- kiki-kanri
- Modify build and packaging process (a248c8f)
- kiki-kanri
- Add enum utils (8c6f177)
- Upgrade dependencies (8a10efb)
- kiki-kanri
- Add
useHonoLogger
utils (7e7e829)
- Modify build and packaging process (6253743)
- kiki-kanri
- Edit README (66912af)
- Upgrade dependencies (18bf489)
- kiki-kanri
- Switch package to ESM and set 'type' to 'module' in package.json (66f3ee3)
- kiki-kanri
- Add cjs format to build output files (3c9edaa)
- Upgrade dependencies (467cf12)
- kiki-kanri
- Add exports configuration to package.json (832d106)
- kiki-kanri
The module is completely rewritten.
Old features will be changed or removed.
Restricted to nodejs version 18 or above.
- Add files (e7eca4c)
- Change build process and set package.json 'type' field to 'module' (e8a5101)
- kiki-kanri