mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
3.5 KiB
3.5 KiB
Changelog
v0.0.1
🚀 Enhancements
- repo: Cli tool, base tscofig (3fcc42e)
- repo: Drop node_modules (7dba5ac)
- repo: Global gitignore (00c2736)
- packages/tsconfig: Readme (afa15cd)
- docs: Add auto generated doc based on readme (3960f86)
- packages/stdlib: Create stdlib (c985b95)
- packages/stdlib: Base vite config (0434725)
- packages/stdlib: Math/clamp util (8515bff)
- packages/stdlib: MapRange util (d8a9a62)
- packages/stdlib: Levenshtein distance util (0022153)
- packages/stdlib: Add trigram distance utill (5045852)
🩹 Fixes
- repo: Workspaces -> workspace (80b87d7)
💅 Refactors
- repo: Cleanup (bc2ebfc)
- packages/tsconfig: Readme remove extra spaces (565e7d8)
- docs: Drop docs cache and dist (03f755d)
- repo: Add vitepress to gitignore (cf71b8e)
- repo: Add pathe lib to cli tool (d7a2d15)
- packages/tsconfig: Add description and publishConfig (37d25bf)
- repo: Change cli generated exports in package.json (a5d33ea)
- packages/tsconfig: Disable declaration and source maps (3f1d16b)
- packages/stdlib: Add doc, update tests (5280ace)
- packages/stdlib: Add comments for math utils (65ba312)
- packages/stdlib: Levensthein fn replate to module export (92721b3)
- packages/stdlib: Rename arguments to left and right (7d8f5be)
- packages/stdlib: Reformat test files (9031430)
- packages/tsconfig: Add exclude for .output and coverage folders (769476d)
- packages/stdlib: Remove private from package.json (5dadb50)
🏡 Chore
- packages/stdlib: Add bench script, add vscode workspace (e9b8b0c)
- release: V0.0.1 (725b73d)
- packages/stdlib: Set 0.0.1 version (c65113e)
- release: V0.0.1 (f77716a)
✅ Tests
- packages/stdlib: Trigram distance tests (4c10d38)
❤️ Contributors
- Robonen (@robonen)