Releases: code-collabo/node-mongo-cli
Releases Β· code-collabo/node-mongo-cli
v2.3.0 - Minor fixes for npm only
- Minor fixes for npm only
Full Changelog: v2.0.0...v2.3.0
v2.0.0 - Fix Linux OS issue, add API boilerplate templates v1.0.0, upgrade dependencies and improve overall CLI and templates user experience
v2.0.0 - 15 May, 2023
Documentation: https://code-collabo.gitbook.io/node-mongo-v2.0.0/api-boilerplate-templates
What's changed
- Changed license to AGPL-3.0
- renamed defaultFolderName from node-mongo-kit to nm-kit by @rashidmya in #158
- Rearrange contributors in rc & readme files by @Ifycode in #160
- docs: add rashidmya as a contributor for code by @allcontributors in #159
- Changed Titles in Read me & doc by @izhar360 in #164
- docs: add izhar360 as a contributor for doc by @allcontributors in #165
- Update usage example section by @Sync271 in #173
- docs: add Sync271 as a contributor for doc by @allcontributors in #175
- Updated heading and removed intro for boilerplate template page by @HritikR in #176
- docs: add HritikR as a contributor for doc by @allcontributors in #177
- docs: update readme to include typescript repo by @Olaleye-Blessing in #179
- docs: add Olaleye-Blessing as a contributor for doc by @allcontributors in #180
- cli: create .env files for templates by @HritikR in #184
- docs: add HritikR as a contributor for code by @allcontributors in #187
- Fix cjs template readme by @Ifycode in #189
- Fix esm template readme by @Ifycode in #188
- Rearrange contributors in readme and .allcontributorsrc by @Ifycode in #191
- docs: add KeithanPhilander as a contributor for code by @allcontributors in #192
- Add introductory paragraph for templates by @Ifycode in #194
- fix: CLI @code-collabo/node-mongo-cli doesn't work on linux #142 by @samuko-things in #198
- Update pull_request_template.md by @samuko-things in #199
- PR template by @Ifycode in #200
- docs: add samuko-things as a contributor for code, and bug by @allcontributors in #202
- Restructure readme and move node-mongo docs - Part 1 by @Ifycode in #203
- Create cli-user-error-report.md by @Ifycode in #204
- Removed gitbook and doc folders. by @Dkingofcode in #205
- docs: add Dkingofcode as a contributor for doc by @allcontributors in #206
- Fix: Create an "API user error report" issue template for users that encounter errors that prevent them from using the API boilerplate template. by @Dkingofcode in #207
- Fix: Generate/create ISC license files for the template that the CLI generates for users by @Dkingofcode in #209
- Fix: The .env/.env.example files generated by the CLI still use old content by @Dkingofcode in #210
- Cleanup 1 - PRs in prep for version v2.0.0 release by @Ifycode in #211
- FIX: Make CLI generate ts template too by @samuko-things in #212
- FIX: Upgrade all the dependencies in node-mongo-cli repo's package.json to latest in preparation for releasing v.2.0.0 of the CLI by @samuko-things in #213
- Fix: Help CLI user know where to report errors and that manual download options for API templates exist if they encounter error while using the CLI by @Dkingofcode in #214
- Add API boilerplate templates v1.0.0 (and other clean ups in prep for CLI v2.0.0) by @Ifycode in #215
New Contributors
- @rashidmya made their first contribution in #158
- @izhar360 made their first contribution in #164
- @Sync271 made their first contribution in #173
- @HritikR made their first contribution in #176
- @Olaleye-Blessing made their first contribution in #179
- @samuko-things made their first contribution in #198
- @Dkingofcode made their first contribution in #205
Full Changelog: v1.0.2...v2.0.0
v1.0.2 - Configure help and version CLI flags, fix .gitignore and docs
v1.0.2 - 28 February, 2022
- Add Operating Systems supported to doc by @Ifycode in #138
- variable name changed by @KeithanPhilander in #137
- Add dev environment to template features by @Ifycode in #139
- Minor doc fixes by @Ifycode in #140
- Clean up and clarify confusing parts of the documentation by @Ifycode in #143
- Configure --version flag to show cli's version number by @Ifycode in #147
- Create .gitignore file with CLI by @Ifycode in #148
- Link badges in readme and doc to respective pages by @Ifycode in #150
- Update npm badge and operating systems - readme by @Ifycode in #151
- Update cli package version - 1.0.2 by @Ifycode in #156
New Contributors
- @KeithanPhilander made their first contribution in #137
Full Changelog: v1.0.1...v1.0.2
v1.0.1 - Fix for windows OS install error
v1.0.1 - October 2, 2021
CLI and templates
v1.0.0 Initial release
v1.0.0 - September 30, 2021
See node-mongo documentation for v1.x.
CLI
- Add prompt for options.folderName in cli.js - [@Ifycode in #36]
- Detect and change defaultFolderName if already in use - [@Ifycode in #71]
- Continue to increment folder number even when a folder has been deleted in between - [@Ifycode in #87]
- Wrong prompt is displayed when no folderName argument is specified & folder already exists - [@Ifycode in #76]
- Prevent content overwrite for automatically created folders - [@Ifycode in #55]
- Detect, change & increment defaultFolderName if already in use - [@Ifycode in #75]
- Add prompt for options.template in cli.js - [@Ifycode in #43]
- Fix: Template is downloaded to src folder, in an attempt to create folder from empty input - [@Ifycode in #77]
- Configure --install to install dependencies & --skip-install to skip install - [@Ifycode in #53]
- Configure --git to initialize git & --skip-git to skip git init - [@Ifycode in #54]
- Configure --help flag & alias -h to work - [@Ifycode in #85]
- Fix error when a non-existing flag is used in the terminal - [@Ifycode in #101]
- Create separate functions for folder & template prompts - [@Ifycode in #72]
- Change name property in template's package.json to match folder name from cli - [@chuddyjoachim in #92]
- Make npm Install progress visible to user in the terminal while install is ongoing - [@Ifycode in #96]
- Add OS check for template directory to be compatible with mac and windows - [@Ifycode in #90]
- Add real templates - [@Ifycode in #115]
- Repo setup - @Ifycode