Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

80 lines (66 loc) · 2.94 KB

CHANGELOG

0.0.7 - Wednesday 5th February, 2025

  • Added size checks

0.0.6 - Sunday 2nd February, 2025

  • Updated dependencies
  • Merge pull request #51 from anephenix/dependabot/npm_and_yarn/eslint-9.19.0
  • Bump eslint from 9.18.0 to 9.19.0
  • Merge pull request #50 from anephenix/dependabot/npm_and_yarn/babel/preset-env-7.26.7
  • Merge pull request #49 from anephenix/dependabot/npm_and_yarn/eslint/js-9.19.0
  • Bump @babel/preset-env from 7.26.0 to 7.26.7
  • Bump @eslint/js from 9.18.0 to 9.19.0
  • Update Badges
  • Merge pull request #48 from anephenix/dependabot/npm_and_yarn/mocha-11.1.0
  • Bump mocha from 11.0.1 to 11.1.0
  • Merge pull request #47 from anephenix/dependabot/npm_and_yarn/commander-13.1.0
  • Bump commander from 13.0.0 to 13.1.0
  • Merge pull request #46 from anephenix/dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0
  • Bump eslint-plugin-jest from 28.10.0 to 28.11.0
  • Simpler workflow step setup
  • Updated the TODO list

0.0.5 - Monday 13th January, 2025

  • Removed coveralls dependency
  • Permissions fixes for the github action file, part two
  • Permissions fixes for the github action file
  • Adjust the workflow to run CodeClimate checks only on master branch
  • Merge pull request #44 from anephenix/dependabot/npm_and_yarn/babel/eslint-parser-7.26.5
  • Merge pull request #43 from anephenix/dependabot/npm_and_yarn/eslint-9.18.0
  • Merge pull request #45 from anephenix/dependabot/npm_and_yarn/eslint/js-9.18.0
  • Bump @eslint/js from 9.17.0 to 9.18.0
  • Bump @babel/eslint-parser from 7.25.9 to 7.26.5
  • Bump eslint from 9.17.0 to 9.18.0
  • Adjusted TODO notes
  • Updated eslint libraries and applied formatting fixes
  • Updated dependencies
  • Merge pull request #41 from anephenix/dependabot/npm_and_yarn/commander-13.0.0
  • Changed how commander loads program
  • Bump commander from 8.3.0 to 13.0.0

0.0.4 - Wednesday 8th January, 2025

  • Small tweaks for the publish step
  • Added scripts to handle publishing updates for the library
  • Added publish action
  • A hack to resolve a missing file issue for cc-test-reporter
  • Removed a leftover console.log statement
  • Updated the main pipeline that runs after a push
  • Moved the tests folder to test instead
  • Replaced jest with mocha and nyc
  • More dependency updates
  • Updates
  • Create dependabot.yml
  • Updated dependencies
  • Updated the year
  • Updated badges
  • Create node.js.yml
  • Removed unused helpers
  • Fixed the CLI after the upgrade to commander v7
  • Added CodeClimate test coverage reporting
  • Updated dependencies
  • Small copy tweak for the readme

0.0.3 - Saturday 5th September, 2020

  • Users can now pass a custom table name for the model to the CLI or the config file
  • Fixed a bug where the generated table name was in slug case rather than snake case

0.0.2 - Monday 3rd August, 2020

  • Users can pass custom testFolder and mainDir optional arguments to the CLI
  • Users can pass these settings in an mcg.config.js file

0.0.1 - Friday 31st July, 2020

  • Initial version of the library