Skip to content

Latest commit

 

History

History
178 lines (89 loc) · 6.88 KB

File metadata and controls

178 lines (89 loc) · 6.88 KB

1.4.0-develop.9 (2026-04-14)

Features

  • add class-validator dependency and update page styles (#81) (67f1aeb)

1.4.0-develop.8 (2026-03-08)

Features

  • Added URL parser & Query Editor Tool (c9933ba), closes #51

1.4.0-develop.7 (2026-03-08)

Features

  • tools: add Unix Timestamp Converter to development tools list (3fedf57)

1.4.0-develop.6 (2026-03-08)

Features

  • Add Unix Timestamp (Epoch) Converter Utility (f277272), closes #16

1.4.0-develop.5 (2026-03-05)

Bug Fixes

  • release: update GITHUB_TOKEN to use RELEASE_TOKEN for semantic release (be3a012)

Features

  • tools: add SVG to React/CSS utility (218ccad), closes #50

1.4.0-develop.4 (2026-03-03)

Features

  • Add lockfile guard workflow to prevent unintended lockfile changes (aa20fb5)

1.4.0-develop.3 (2026-03-03)

Features

  • Add IPv4 Subnet Calculator Tool (ad1c03f), closes #33
  • Add Smart Repair feature to JSON Validator (#41) (7a3c7a5), closes #38

1.4.0-develop.2 (2026-02-28)

Bug Fixes

  • tools: implement proper bcrypt generator (94d19be), closes #23 #13

1.4.0-develop.1 (2026-02-28)

Features

  • ui: add reusable CopyButton and refactor wordCounter and jsonToTxt (d5b9e83), closes #17

1.3.2 (2026-02-16)

Bug Fixes

  • update basePath and assetPrefix to use conditional logic for production (b487fef)

1.3.2-develop.1 (2026-02-16)

Bug Fixes

  • update basePath and assetPrefix to use conditional logic for production (b487fef)

1.3.1 (2026-02-10)

Bug Fixes

  • correct spelling and update descriptions for color conversion tools (70f373c)

1.3.0 (2026-02-09)

Features

  • add development tools API and enhance header components (8aaad6a)

1.2.0 (2026-02-07)

Features

  • enhance Discord notifications with author details and profile links (098aaeb)

1.1.0 (2026-02-07)

Features

  • add Discord notifications workflow for various GitHub events (66ad9ba)

1.0.0 (2026-02-07)

Bug Fixes

  • ci: update Node.js to 20 for semantic-release compatibility (34092b6)

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Note: Changelog is automatically maintained by Semantic Release. Do not edit this file manually.

Versioning

This project uses Semantic Versioning:

  • Major version (X.0.0): Breaking changes
  • Minor version (0.X.0): New features (backward compatible)
  • Patch version (0.0.X): Bug fixes

Release Branches

  • main: Stable releases (1.2.3)
  • develop: Pre-release versions (1.2.3-next.0)

Commit Convention

Please follow Conventional Commits when making commits:

type(scope): subject

body

footer

Commit Types

  • feat: A new feature
  • fix: A bug fix
  • perf: A performance improvement
  • refactor: Code refactoring
  • docs: Documentation changes
  • style: Code style changes (formatting, missing semicolons, etc.)
  • test: Test-related changes
  • ci: CI/CD changes
  • chore: Other changes that don't modify code or tests

Breaking Changes

To indicate a breaking change, add the following to the commit body:

BREAKING CHANGE: description of what broke

This will trigger a major version bump.

Release History

All releases are published to GitHub Releases.


This changelog is managed by Semantic Release. All entries below are automatically generated.