Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

58 lines (38 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] -> [1.0.1]

Added

  • NPM publish workflow using npm-publish-action
  • README usage description expanded with configuration example

Fixed

  • word concatenations are no longer replaced (bug with 'full stop'-regex)
  • alternate glossary location is taken into account by generated links

Removed

  • Removed the TODO list from the main readme file

[0.0.1] -> [1.0.0]

created by Stijn Dejongh.

Added

  • Jest runner and basic tests
  • ESLint and configuration
  • make the plugin configurable
  • Section with improvements added to README file
  • SonarQube definition
  • Basic github workflow definition
  • make terminology heading depth configurable, see feature request #1

Fixed

  • Replaced deprecated packages with security vulnerabilities
  • Issue with multiple terminology replacements
  • fix issue with terminology replacements in page headers/titles, see: bug report #6
  • fix issue with terminology replacements in code blocks, see: bug report #4
  • fix issue with multiple word terms, see: [bug report #13](bug report #13)

Changed

  • Updated directory structure to fit common code conventions
  • Add unit tests
  • Run configurations altered
  • Bumped node version to version 18

Removed

  • Webpack module builder

[0.0.1]

created by TheGreenToaster.