Skip to content

Releases: tsdevau/diff-commit

diff-commit: v0.0.6

24 Oct 09:13
03a6ab5

Choose a tag to compare

0.0.6 (2024-10-24)

Features, Additions & Updates

  • build: add esbuild compilation script with problem matcher (3805e8b)
  • build: migrate from tsc to esbuild for compilation (f208280)

DX Maintenance & Configuration

  • build: update .vscodeignore to exclude additional config files (d798d47)
  • config: update ESLint and TypeScript configuration files (4c67f35)

diff-commit: v0.0.5

24 Oct 07:23
344ec44

Choose a tag to compare

0.0.5 (2024-10-24)

Bug Fixes

  • build: fix main entry point path in package.json to reflect simplified directory structure (133c8e0)

diff-commit: v0.0.4

24 Oct 07:18
af9921e

Choose a tag to compare

0.0.4 (2024-10-24)

DX Continuous Integrations

  • workflow: add build step before publishing vscode extension (9e97d48)

diff-commit: v0.0.3

24 Oct 07:09
452e124

Choose a tag to compare

0.0.3 (2024-10-24)

DX Continuous Integrations

  • workflows: add VSCode marketplace publish workflow and update release config (19f6c24)

diff-commit: v0.0.2

24 Oct 05:32
ad0aed1

Choose a tag to compare

0.0.2 (2024-10-24)

Features, Additions & Updates

  • build: update TypeScript build configuration and entry point path (18287e8)
  • config: enhance package.json with model selection and metadata (37a8282)
  • extension: extract default values and add message formatting (7fb8a13)
  • extension: implement git diff commit message generator (d5d2e46)
  • extension: improve API key handling and commit message processing (9fd800b)
  • setup: initialize package.json with project configuration (bc5482b)

Bug Fixes

  • config: add src directory to vitest typescript config (4155529)

Documentation

  • readme: enhance documentation with model options and clearer descriptions (45a3ba7)
  • readme: enhance documentation with model options and clearer descriptions (c06901a)
  • readme: update requirements and simplify usage instructions (02c8c2b)
  • repo: add initial project documentation and MIT license (bd0c08d)

DX Maintenance & Configuration

  • assets: add TPS company logo image (6195576)
  • build: update .vscodeignore patterns for extension packaging (54c598d)
  • config: add prettier and eslint configurations (ed0f9b8)
  • config: add release-please and vscode ignore configuration (fbd86bd)
  • config: remove schema reference from release-please manifest (8547c8d)
  • release-please: remove bootstrap-sha and last-release-sha config options (b5990dd)
  • release-please: update configuration to use packages structure (fa3b470)
  • release: initialize release-please manifest with version 0.0.1 (cb4f2ef)
  • release: remove initial-version and add release-please manifest (8e0c684)
  • release: remove node release-type from release-please config (bb96048)
  • release: update release-please config and manifest files (939e847)
  • release: update release-please config with semantic version controls (a5df457)
  • release: update release-please config with versioning structure (f948294)
  • test: update vitest config with silent mode and exclude patterns (3ebfae0)
  • typescript: add typescript configuration files and vitest setup (b0e9b4e)
  • vscode: update launch.json outFiles path pattern to include all JS files (3183619)
  • workflow: reorder release-please workflow yaml sections for better readability (e7547ce)

DX Testing

  • unit: add comprehensive test suite for extension functionality (75db245)

DX Continuous Integrations

  • github: add workflows and IDE configuration files (1256ee8)
  • release-please: simplify config file paths in workflow (1f9adf6)
  • release-please: update configuration to use latest schema and simplify workflow (546fc21)
  • release: add node release type to release-please workflow config (ff9ad1e)
  • release: configure release-please manifest and enhance workflow (0da48f8)
  • release: remove redundant release-please config options (fbcb719)
  • release: update release-please config to use JSON configuration file (fc123f2)