Releases: isallcaps/tiny-dev-tools
Releases · isallcaps/tiny-dev-tools
v1.0.2 - Modular Architecture Refactor
Added
- Path Aliases: Implemented TypeScript path mapping (
@core,@shared,@constants) for cleaner imports and
better maintainability. - Barrel Exports: Added
index.tsfiles across all major directories to streamline module access. - Dynamic Routing: Refactored
app.routes.tsto use a constant-driven, lazy-loading architecture.
Changed
- SCSS Architecture: Migrated to a modular
@usestructure, 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
🚀 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 (
#bb86fcfor Dark Mode /#6200eefor 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
GroupColumnComponentandJqlValueCheckboxtemplates for better maintainability and performance. - Version-Driven Logic: Integrated the
APP_VERSIONconstant 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
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.