Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@blazeshomida blazeshomida released this 03 Jun 02:49

Changelog

[0.0.2] - 2024-06-02

πŸš€ Improvements

  • Enhanced performance and refactoring.
    • ⚑ Improved mapObject utility performance.
      • πŸ›  Replaced reduce with a for loop in mapObject for better performance (closes #1).
      • πŸ”„ Refactored mapObject and mapThemeColors for clarity.
      • πŸ“ Improved function documentation and type definitions.
      • ✨ Introduced new helper functions mapThemeColors and mapThemeBase to simplify shadcnTwPlugin implementation.
    • πŸ“„ Updated package version in package.json from 0.0.1 to 0.0.2.