Skip to content

Releases: GauravWalia19/mernboilerplate

v1.0.5

16 Feb 21:51
217d962
Compare
Choose a tag to compare

🎉 New Features

  • Name standardised to mernboilerplate
  • Support for web vitals for the client
  • Updates in mongo connection for server

🔨 Dependency Upgrades

Client

  • @testing-library/react from 12.0.0 to 13.0.0
  • @testing-library/user-event from 13.2.0 to 13.2.1
  • react from 17.0.2 to 18.2.0
  • react-dom from 17.0.2 to 18.2.0
  • react-scripts from 4.0.3 to 5.0.1

Server

  • Updated the node engine to latest version 18

  • axios from 0.21.1 to 1.3.3

  • express from 4.17.1 to 4.18.2

  • mocha from 9.0.2 to 10.2.0

  • mongoose from 5.13.3 to 6.9.1

  • concurrently from 6.2.0 to 7.6.0

  • dotenv from 10.0.0 to 16.0.3

  • nodemon from 2.0.12 to 2.0.20

  • supertest from 6.1.4 to 6.3.3

Deprecated Changes

  • Service worker support is removed from client

v1.0.2

22 Jul 05:31
217d962
Compare
Choose a tag to compare

🎉 New Features

  • Added the predefined support for API testing i.e
    • Supertest
    • Mocha

🔨 Dependency Upgrades

Client

  • @testing-library/jest-dom from 5.11.6 to 5.14.1
  • @testing-library/react from 11.2.2 to 12.0.0
  • @testing-library/user-event from 12.6.0 to 13.2.0
  • react from 17.0.1 to 17.0.2
  • react-dom from 17.0.1 to 17.0.2
  • react-scripts from 4.0.1 to 4.0.3

Server

  • Updated the node engine to latest version 14
  • mongoose from 5.11.8 to 5.13.3
  • concurrently from 5.3.0 to 6.2.0
  • dotenv from 8.2.0 to 10.0.0
  • nodemon from 2.0.6 to 2.0.12

First MERN Boilerplate Release

31 Oct 11:09
Compare
Choose a tag to compare

This is a boilerplate repo for creating new mern stack apps that doesn't sucks.

This is minimalist boilerplate for Full Stack MERN developers (Recommended for beginners only). This boilerplate provides basic configurations like:

  • Sample CRUD API
  • Create-react-app boilerplate
  • NPM Scripts needed for MERN Stack
  • Sample mongoose connection provided for connecting API with database like mongodb
  • Heroku Deployment Configurations