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.
- Topmost catch block will not throw another new Error
- Minimum Node version
v10.0.0
->v10.13.0
- #41
- Homepage in package.json
- Cleaned up some files
- README edits
- Revamped Documentation Website - #34
- Enhanced Testing - #27
- Rewrote
valueReplacer()
to be more robust - #29 - Use own
replace()
instead of relying onreplace
dependency - #28
- Check for
pathExists
- #31
- Loading Indicator #20
- Async nature of adding/editing/deleting
- Initial state is Loading #24
- Template File Logic (Single TS Source - Build on Client) #13
- Removed line about editing App.tsx/App.js
- JS Template Files #13
- Ability to create a beer via UI #16
- Ability to delete a beer via UI #18
- Ability to edit a beer via UI #17
- Bumps websocket-extensions from 0.1.3 to 0.1.4.
- JS Template Assets not Copied to
/build
upon Build script #21
- Beers Database #10
- Add application name to
App.js
/App.tsx
- No assets being served by server
- Website
- MongoDB support
- README
- CONTRIBUTING
- Content on
<App />
- Initial logic of create-mern-application