- Merge pull request #65 from anephenix/dependabot/npm_and_yarn/eslint/eslintrc-3.3.0
- Merge pull request #66 from anephenix/dependabot/npm_and_yarn/eslint-9.21.0
- Merge pull request #63 from anephenix/dependabot/npm_and_yarn/prettier-3.5.2
- Bump eslint from 9.20.1 to 9.21.0
- Bump @eslint/eslintrc from 3.2.0 to 3.3.0
- Bump prettier from 3.5.1 to 3.5.2
- Merge pull request #62 from anephenix/dependabot/npm_and_yarn/globals-16.0.0
- Merge pull request #61 from anephenix/dependabot/npm_and_yarn/size-limit-11.2.0
- Bump globals from 15.15.0 to 16.0.0
- Bump size-limit from 11.1.6 to 11.2.0
- Merge pull request #60 from anephenix/dependabot/npm_and_yarn/babel/preset-env-7.26.9
- Bump @babel/preset-env from 7.26.8 to 7.26.9
- Merge pull request #59 from anephenix/dependabot/npm_and_yarn/prettier-3.5.1
- Bump prettier from 3.5.0 to 3.5.1
- Merge pull request #58 from anephenix/dependabot/npm_and_yarn/globals-15.15.0
- Bump globals from 15.14.0 to 15.15.0
- Merge pull request #57 from anephenix/dependabot/npm_and_yarn/eslint-9.20.1
- Bump eslint from 9.20.0 to 9.20.1
- Merge pull request #56 from anephenix/dependabot/npm_and_yarn/babel/eslint-parser-7.26.8
- Merge pull request #52 from anephenix/dependabot/npm_and_yarn/babel/preset-env-7.26.8
- Merge pull request #53 from anephenix/dependabot/npm_and_yarn/eslint-9.20.0
- Merge pull request #55 from anephenix/dependabot/npm_and_yarn/prettier-3.5.0
- Bump @babel/eslint-parser from 7.26.5 to 7.26.8
- Bump prettier from 3.4.2 to 3.5.0
- Bump eslint from 9.19.0 to 9.20.0
- Bump @babel/preset-env from 7.26.7 to 7.26.8
- Added size checks
- 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
- 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
- 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
- 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
- Users can pass custom testFolder and mainDir optional arguments to the CLI
- Users can pass these settings in an mcg.config.js file
- Initial version of the library