Releases: vitabletech/node-express-api-bootstrap
Releases · vitabletech/node-express-api-bootstrap
releases-3.1.0
What's Changed
- Fix issue by @msrajawat298 in #11
- Develop by @msrajawat298 in #12
- Also added the JOI package for validation
Full Changelog: v3.0.0...v3.1.0
releases-3.0.0
What's Changed
- Refactor by @msrajawat298 in #8
- refactor: refactor code and update configuration files by @msrajawat298 in #9
Added
- Added
.DS_Store
to the.gitignore
file to prevent it from being tracked. - Added
npm run lint
,npm run test:coverage
to the.husky/pre-commit
file to lint, and run test coverage before committing. - Added
.sequelizerc
file to configure paths for Sequelize. - Added Sequelize ORM link to the README file.
- Added
config/auth.config.js
file for authentication configurations. - Added
engines
field topackage.json
specifying Node.js version requirement. - Added
database/custom_migration/sync-db.js
file to synchronize the database. - Added
database/seeders/20240412065335-seed-roles.cjs
file for seeding roles.
Changed
- Updated
app/controllers/auth.controller.js
andapp/middleware/authJwt.js
to importconfig/auth.config.js
from the correct path. - Changed references to
config/db.config.js
to use ES6 destructuring inapp/models/index.js
. - Moved
config/auth.config.js
to theconfig
directory. - Deleted
config/config.json
as it's no longer needed. - Moved
app/config/db.config.js
to theconfig
directory. - Removed unused migration files:
migrations/20240412074035-create-roles.cjs
,migrations/20240412074035-create-users.cjs
,migrations/20240412074305-create-user-roles.cjs
. - Removed unused model files:
models/index.cjs
. - Updated
package.json
scripts to use correct paths for migrations and seed generation.
Fixed
- Fixed incorrect path in
custom_migration/sync-db.js
. - Fixed incorrect path in
seeders/20240412065335-seed-roles.cjs
. - Fixed
package.json
scripts to properly specify migration and seed generation names.
Full Changelog: v2.0.0...v3.0.0
release-2.0.0
What's Changed
- fix: update mysql2 dependency to version 3.9.4 by @msrajawat298 in #1
- refactor: set up initial development environment configuration and tools by @msrajawat298 in #3
- Develop to main by @msrajawat298 in #4
- Revert "Develop to main" by @msrajawat298 in #5
- fix: refactor code & Add guest routes and model by @msrajawat298 in #6
- Develop by @msrajawat298 in #7
New Contributors
- @msrajawat298 made their first contribution in #1
Full Changelog: https://github.com/vitabletech/node-express-api-bootstrap/commits/v2.0.0