Skip to content

Releases: sevenwestmedia/project-watchtower

project-watchtower@2.0.0-beta.5

08 Jan 07:21
7517d81
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 3aa3ace: Switched to react-helmet-async for page metadata which does not give lifecycle warnings in React 16+.

    If you use WatchtowerBrowserRouter you just need to update your imports from react-helmet to react-helmet-async and you are done. Otherwise you will need to wrap your client application in a <HelmetProvider>.

project-watchtower@2.0.0-beta.4

08 Jan 03:40
Compare
Choose a tag to compare
Pre-release

project-watchtower

2.0.0-beta.3

Minor Changes

  • 4ec1a6d: Allow babel config to be specified separately for client and server

2.0.0-beta.2

Patch Changes

  • Add caching back in

2.0.0-beta.1

Patch Changes

  • ba3621d: Set file-loader back to esModule false after default changed

2.0.0-beta.0

Major Changes

  • d66e787: Remove stats function from project watchtower, lighthouse CI is a better option now
  • d66e787: Removed cache loader and enabled TypeScript projects and incremental compilation instead

Minor Changes

  • d66e787: Enable babel for TypeScript build

project-watchtower@2.0.0-beta.3

08 Jan 03:30
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 4ec1a6d: Allow babel config to be specified separately for client and server

project-watchtower@2.0.0-beta.2

06 Jan 12:22
Compare
Choose a tag to compare
Pre-release

project-watchtower

1.6.1-beta.2

Patch Changes

  • Add caching back in

2.0.0-beta.1

Patch Changes

  • ba3621d: Set file-loader back to esModule false after default changed

2.0.0-beta.0

Major Changes

  • d66e787: Remove stats function from project watchtower, lighthouse CI is a better option now
  • d66e787: Removed cache loader and enabled TypeScript projects and incremental compilation instead

Minor Changes

  • d66e787: Enable babel for TypeScript build

project-watchtower@2.0.0-beta.1

06 Jan 06:45
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • ba3621d: Set file-loader back to esModule false after default changed

project-watchtower@2.0.0-beta.0

03 Jan 09:50
0948ab6
Compare
Choose a tag to compare
Pre-release

Major Changes

  • d66e787: Remove stats function from project watchtower, lighthouse CI is a better option now
  • d66e787: Removed cache loader and enabled TypeScript projects and incremental compilation instead

Minor Changes

  • d66e787: Enable babel for TypeScript build

v1.6.0

06 Dec 04:52
Compare
Choose a tag to compare

1.6.0 (2019-12-06)

Features

v1.5.0

14 Oct 12:07
d4f753f
Compare
Choose a tag to compare

1.5.0 (2019-10-14)

Features

  • Allow bundling of all modules, except those specified (b575070)

v1.4.2

08 Oct 09:50
db99cfc
Compare
Choose a tag to compare

1.4.2 (2019-10-08)

Bug Fixes

  • Fixed absolute path which results in broken lib types (f5a15af)

v1.4.1

28 Aug 08:13
e54246e
Compare
Choose a tag to compare

1.4.1 (2019-08-28)

Bug Fixes

  • disableTypeCheck and transpileOnly are the same thing. Fixed disableTypeCheck being inverted (8eb9dff)