Skip to content

Releases: code-collabo/node-mongo-cli

v2.3.0 - Minor fixes for npm only

15 May 04:42
Compare
Choose a tag to compare
  • 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

15 May 04:02
Compare
Choose a tag to compare

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

Full Changelog: v1.0.2...v2.0.0

v1.0.2 - Configure help and version CLI flags, fix .gitignore and docs

27 Feb 23:07
7be766a
Compare
Choose a tag to compare

v1.0.2 - 28 February, 2022

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Fix for windows OS install error

02 Oct 08:55
Compare
Choose a tag to compare

v1.0.1 - October 2, 2021

See node-mongo documentation.

CLI and templates

v1.0.0 Initial release

30 Sep 01:18
f775ca0
Compare
Choose a tag to compare

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

Templates

  • Setup mongodb connection - [@Ifycode in #19]
  • Add CORS to both starter kit and starter-cjs repos - [@Ifycode in #27]
  • Switch to using @babel devDependencies - for esm template kit only - [@Ifycode in #86]
  • Repo setup - @Ifycode
  • Suggestions to make project standard and help debugging - @chuddyjoachim