feat: Improvements v0.0.2 #1

Merged
rdenadai merged 1 commit from rdenadai/release-v0.0.2 into main 2025-12-04 12:28:54 +00:00
Owner

New Features

  • CPF/CNPJ Validator tool for validating Brazilian tax identification numbers
  • Color Tools for converting between HEX, RGB, and HSL formats with interactive color wheel and palette generation
  • Text Case Converter for transforming text between different formats (uppercase, lowercase, camelCase, snake_case, kebab-case, Title Case)
  • Favorites system allowing users to mark and prioritize frequently used tools

Improvements

  • Refactored textarea and input components into reusable components (TextareaView, InputView)
  • Added input masking support using IMask library
  • Improved component organization and code reusability
  • Added JSDoc documentation to composables
  • Enhanced UI with star icon for favoriting tools
  • Updated version display to v0.0.2
  • Added Google Analytics tracking
  • Reorganized tool list to show favorites first

Technical Changes

  • Added dependencies: colord, imask
  • Created new composables: useFavorite, useColorWheel
  • Added color palette constants and utilities
  • Removed port mappings from docker-compose.yml
  • Changed environment variable loading from volumes to env_file
  • Added configuration route (placeholder)
  • Improved theme toggle icon colors
### New Features - CPF/CNPJ Validator tool for validating Brazilian tax identification numbers - Color Tools for converting between HEX, RGB, and HSL formats with interactive color wheel and palette generation - Text Case Converter for transforming text between different formats (uppercase, lowercase, camelCase, snake_case, kebab-case, Title Case) - Favorites system allowing users to mark and prioritize frequently used tools ### Improvements - Refactored textarea and input components into reusable components (TextareaView, InputView) - Added input masking support using IMask library - Improved component organization and code reusability - Added JSDoc documentation to composables - Enhanced UI with star icon for favoriting tools - Updated version display to v0.0.2 - Added Google Analytics tracking - Reorganized tool list to show favorites first ### Technical Changes - Added dependencies: colord, imask - Created new composables: useFavorite, useColorWheel - Added color palette constants and utilities - Removed port mappings from docker-compose.yml - Changed environment variable loading from volumes to env_file - Added configuration route (placeholder) - Improved theme toggle icon colors
rdenadai force-pushed rdenadai/release-v0.0.2 from 1909688acc to 387cd01a89 2025-12-04 12:25:22 +00:00 Compare
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rdenadai/microbox!1
No description provided.