B.0.0.3
π Release v0.9.5
β¨ What's New
Package Renamed & Enhanced
- π¦ Package name changed from
generic-functions
togeneric-functions.mlai
for better scoping - π― Improved package publishing configuration for npm registry
π§ Improvements
Code Quality
- β¨ Code formatting standardized across all source files
- π§Ή Consistent function declarations - converted to arrow function expressions throughout the codebase
- π Enhanced JSDoc formatting for better documentation generation
- π¨ Improved code structure with better spacing and indentation
Files Updated:
- Core modules:
array.ts
,collection.ts
,date.ts
,function.ts
,math.ts
,number.ts
,object.ts
,string.ts
,type.ts
,utility.ts
- Constants and utilities:
constants/index.ts
,utils/index.ts
- Build scripts:
create-dist-package.cjs
,extract-docs.cjs
π Technical Changes
- All function declarations converted to
function name()
format for consistency - Improved whitespace handling and code alignment
- Enhanced build script formatting
- Updated package metadata and publishing configuration
π Dependencies
No dependency changes in this release.
π₯ Installation
npm install [email protected]