Skip to content

Latest commit

 

History

History
202 lines (111 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

202 lines (111 loc) · 4.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.11.0] - 2020-06-12

🔧 Bug Fixeroo

Added

  • npx instructions to README - #39
  • Author Name - #37

Changed

  • Topmost catch block will not throw another new Error
  • Minimum Node version v10.0.0 -> v10.13.0 - #41

Removed

Fixed

  • cleanupError() causing error - #38
  • Prettier Error (If Node version was < 10.13.0) - #41

[0.10.0] - 2020-06-12

✏️ Tiny Clean up

Added

  • Homepage in package.json

Changed

  • Cleaned up some files
  • README edits

Removed

Fixed

[0.9.0] - 2020-06-11

📦 Fixed Up Dependencies

Added

  • Comments in template files - #22
  • README Built With section - #9
  • GIF - #33

Changed

  • Revamped Documentation Website - #34

Removed

Fixed

[0.8.0] - 2020-06-11

🧪 Good Testing

Added

Changed

  • Enhanced Testing - #27
  • Rewrote valueReplacer() to be more robust - #29
  • Use own replace() instead of relying on replace dependency - #28

Removed

  • Check for pathExists - #31

Fixed

[0.7.0] - 2020-06-10

🏗️ Build JS from TS

Added

  • Loading Indicator #20

Changed

  • Async nature of adding/editing/deleting
  • Initial state is Loading #24
  • Template File Logic (Single TS Source - Build on Client) #13

Removed

  • Removed line about editing App.tsx/App.js
  • JS Template Files #13

Fixed

[0.6.0] - 2020-06-08

🍻Add/Edit/Delete Beers

Added

  • Ability to create a beer via UI #16
  • Ability to delete a beer via UI #18
  • Ability to edit a beer via UI #17

Changed

Removed

Fixed

  • Bumps websocket-extensions from 0.1.3 to 0.1.4.
  • JS Template Assets not Copied to /build upon Build script #21

[0.5.0] - 2020-06-05

🍻 Beers in the DB

Added

  • Beers Database #10

Changed

  • Add application name to App.js / App.tsx

Removed

Fixed

  • No assets being served by server

[0.4.0] - 2020-06-04

🧪 Testing

Added

  • Tests #6
  • Favicon to Template #11

Changed

  • Build commands are quieter - only displaying errors #4
  • Yellow chalk logs to Blue chalk logs #5

Removed

Fixed

[0.3.0] - 2020-06-04

✨ MongoDB Support

Added

Changed

Removed

Fixed

[0.2.0] - 2020-06-03

✨ App Content

Added

  • README
  • CONTRIBUTING

Changed

  • Content on <App />

Removed

Fixed

[0.1.0] - 2020-06-03

🚀 First Happy Path Solution

Added

  • Initial logic of create-mern-application

Changed

Removed

Fixed