Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

73 lines (52 loc) · 3.05 KB

Change Log

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.

2.1.0 - 2018-10-05

2.0.0 - 2018-09-05

  • Update dependencies. Use Babel v7 and ESlint v5.
  • Change required Node.js version from v8.3 to v8.9.
  • Use pathname from homepage package.json field as a public path for assets in production mode.
  • Replace legacy turbocolor package with a brand new colorette.
  • Rename tasks to scripts and tools to utils.
  • Ignore coverage directory during linting.

1.2.2 - 2018-08-12

  • Allow .js, .mjs and .jsx extensions for src/index and src/server entry points.

1.2.1 - 2018-08-12

  • Update dependencies.

1.2.0 - 2018-07-24

  • Exclude commonjs modules from server bundle.
  • Enable source maps for server in development mode by default.
  • Use external source maps in development mode.
  • Fix memory leak in server hot module replacement.

1.1.0 - 2018-07-17

1.0.2 - 2018-07-03

  • Fix WebSocket hostname to make hot updates work on external url.

1.0.1 - 2018-07-02

  • Fix compatibility with Windows.

1.0.0 - 2018-07-01

  • Initial public release.