Skip to content

Releases: isallcaps/tiny-dev-tools

v1.0.2 - Modular Architecture Refactor

03 Feb 01:47

Choose a tag to compare

Added

  • Path Aliases: Implemented TypeScript path mapping (@core, @shared, @constants) for cleaner imports and
    better maintainability.
  • Barrel Exports: Added index.ts files across all major directories to streamline module access.
  • Dynamic Routing: Refactored app.routes.ts to use a constant-driven, lazy-loading architecture.

Changed

  • SCSS Architecture: Migrated to a modular @use structure, separating abstracts, vendor overrides, and core theme
    logic.
  • Folder Structure: Reorganized components into a feature-based hierarchy (features/, core/, shared/).

v1.0.1 - Branding & Theme Architecture

02 Feb 00:34

Choose a tag to compare

🚀 Release v1.0.1: Identity & Architecture

This release refines the core foundation of TinyDevTools, introducing a dedicated branding system and a robust theme architecture.

🎨 Branding & Visual Identity

  • "Code-Purple" Palette: Introduced a custom purple brand identity (#bb86fc for Dark Mode / #6200ee for Light Mode) designed to match professional IDE environments.
  • SVG Favicon System: Replaced the default icon with a custom-coded < /> SVG favicon, ensuring crisp rendering at any resolution.
  • Material 3 Surface Logic: Implemented Google-standard dark surfaces (#202124) and pill-shaped component styling for a modern, flat UI.

🛠️ Architecture & Code Cleanup

  • Theme Engine: Implemented a CSS-variable-based theme system, allowing for seamless toggling between Light and Dark modes without layout shifts.
  • Component Refactoring: Cleaned up the GroupColumnComponent and JqlValueCheckbox templates for better maintainability and performance.
  • Version-Driven Logic: Integrated the APP_VERSION constant into the build process to automate footer updates and asset cache-busting.

📋 Changes

  • Standardized badge contrast and font-weight within the grouped columns for better readability.
  • Updated primary action buttons to a high-visibility, rounded-pill design.
  • Refined the tab navigation system for a cleaner, underline-style interface.

1.0.0 - Initial Release

01 Feb 22:32

Choose a tag to compare

Tiny Dev Tools 1.0.0

First public release 🎉

Small, focused utilities for developers and designers.

  • Lorem, but exact. – Generate placeholder text at an exact character length.
  • JQL, but reusable. – Build reusable Jira queries from a CSV config.

Built with Angular 21. Runs entirely in the browser.