Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

75 lines (39 loc) · 5.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.1 (2022-01-30)

Bug Fixes

2.2.0 (2021-12-27)

Features

Bug Fixes

  • fix ReactSSRMiddleware not to register the route (#16) (bb2b95e)
  • fix the depth in the release workflow for generating all commit logs and correct CHANGELOG.md (#15) (1d4e491)

2.1.0 (2021-12-26)

Features

  • add a boolean config var for applying NodeTargetPlugin (#14) (08fcfab)
  • move fetch out of app and add patchGlobal option (#13) (3d15daf)
  • support customizing the response and replace react-router with path-to-regexp (#8) (1da34d0)

Bug Fixes

  • remove path and add version invalidation (#12) (f6ef600)
  • remove unnecessary plugins and show child compilation error (#9) (44fc498)
  • replace ReactSSRCommonMiddleware with ReactSSREntry (#10) (134b0fa)
  • update examples/app to support cloudflare worker (#11) (004a7a8)

2.0.0 (2021-12-06)

⚠ BREAKING CHANGES

  • add react-route support with http status code and example (#6)

Features

  • add react-route support with http status code and example (#6) (72baf1b)

Bug Fixes

1.0.1 (2021-11-12)

Bug Fixes

  • fix postinstall issue (#2) (4d655e6)
  • update pull_request branches for the workflows (#1) (297e91f)

1.0.0 (2021-11-12)

Features