Skip to content

Latest commit

 

History

History
107 lines (84 loc) · 4.19 KB

CHANGELOG.md

File metadata and controls

107 lines (84 loc) · 4.19 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.

Added

  • Add CORS headers to the webpack development server

Changed

Removed

Fixed

  • Fix HMR (Hot Module Replacement)

0.2.0 - 2021-04-07

Added

  • Add navbar GitHub buttons
  • Add website version and revision in jumbotron

Changed

Removed

  • Remove .babelrc in favour of babel.config.js
  • Remove .env.dist in favour of .env.dev and .env.prod
  • Remove process.env.NODE_ENV from webpack.DefinePlugin()

Fixed

  • Fix @babel/plugin-proposal-decorators order in .babelrc
  • Fix configuration require in bin/server.js

0.1.0 - 2018-10-12

First release.