Skip to content

Latest commit

 

History

History
115 lines (77 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

115 lines (77 loc) · 2.83 KB

Change Log

All changes to the gcode-reference project will be documented here

v0.0.8

New Features

  • Added HTML Generation per code or all codes. Both as partials or complete HTML (including head) #24

Other

  • Updated dependencies
  • Updated README

v0.0.7

New Features

  • Added Markdown generation per code or all codes #21

Other

  • Updated dependencies
  • Fixed dependabot configuration
  • Updated README
  • Updated Mocha tests for markdown generation

v0.0.6

New Features

  • Added Snampmaker2 a350 #4

Other

  • Updated dependencies
  • Added dependabot.yml configuration
  • Moved SECURITY.md into .github
  • Fixed typo in CodeQL badge link
  • Added action to lock closed issues
  • Added CODEOWNERS file
  • Updated .prettierrc with semi and quoteProps
  • Added lint:fix and pretty:fix scripts
  • Added NodeJS Github Actions workflow
  • Removed GitLens configurations
  • Added NodeJS CI badge to README
  • Cleaned up and Prettied code
  • Added Contributors section to README
  • Added recommended VSCode extensions to extensions.json
  • Added prettier use, fixed a typo and added contributors addition to CONTRIBUTING.ms

v0.0.5

New Feaures

  • getCodes script now shows full object depth
  • Variant now able to remove G/M codes

Fixes

  • Refactor types to fit schema better
  • Updated test suite for variants

Other

  • Added more code entries in EDM / Laser / 3D Printer
  • Updated dependencies
  • Added Stale workflow
  • Updated CodeQL workflow
  • CNCCodes JSON Schema updated to v0.3.0 Possible Breaking

v0.0.4

New Features

  • NEW Support for JSON Variant files
  • Added getAllCodes function to GReference class

Fixes

  • Renamed all JSON files to conform to *.cncc.json
  • Changed Mitsubishi & Milltronics variant naming to conform to Schema
  • Refactored type definitions to be cleaner
  • Added util folder and constants export.

Other

  • Updated all dependencies
  • Updated Typescript to ES2021
  • Added Mocha testing w/ JSON Validation
  • Updated Copyright year in license
  • Added CNCCodes JSON Schema dependency (2022-07).
  • Added new scripts for building package
  • Added tests to vscode launch
  • Updated README
  • Updated CONTRIBUTING
  • Added tsconfig.build.json to exclude test and script folders

v0.0.3

Fixes

  • Fixed scripts to include JSON in dist

v0.0.2

Fixes

  • Fixed typo in README
  • Fixed tsconfig.json includes

v0.0.1

  • Initial Version with minimal framework and schema