Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Releases: TrueCar/gluestick

Release 0.9.2

17 Aug 10:50
Compare
Choose a tag to compare

0.9.2 - 2016-08-17

Fixed

  • Fix dev mode 404's by only hashing assets in production #257

Release 0.9.1

16 Aug 21:51
Compare
Choose a tag to compare

0.9.1 - 2016-08-16

Changed

  • Upgrade eslint-plugin-react to 6.1.1 #256
  • Update maxAge for hashed assets #255

Fixed

  • Template file should match upgraded dependency #254

Release 0.9.0

16 Aug 19:23
Compare
Choose a tag to compare

0.9.0 - 2016-08-16

Added

  • Pass the request object to the top-level component #253

Changed

  • Upgrade eslint to 0.3.1 #252
  • Upgrade eslint-plugin-react to 6.1.0 #249
  • Use webpack hashing with JS bundles and CSS files #251
  • Separate webpack client config from start command (refactor) #250
  • Switch server-side caching to an LRU cache #245
  • Serialize initial state using JSON flag to make it 3x faster #244
  • Upgrade jsdom version to 9.3.0 #242
  • Upgrade http-proxy-middleware to 0.17.1 #240

Fixed

  • Fix server-only file support #241

Release 0.8.18

11 Aug 13:54
Compare
Choose a tag to compare

0.8.18 - 2016-08-11

Added

  • Support for custom externals in the webpack config #237

Release 0.8.17

10 Aug 18:21
Compare
Choose a tag to compare

0.8.17 - 2016-08-10

Changed

  • Improve server side caching performance by streaming response #235

Release 0.8.16

09 Aug 20:16
Compare
Choose a tag to compare

0.8.16 - 2016-08-09

Fixed

  • Fixed react-router-scroll import error #234, #28

Release 0.8.15

06 Aug 00:32
Compare
Choose a tag to compare

0.8.15 - 2016-08-05

Added

  • Add support for cached routes #230

Changed

  • Set the response status code using error.status if it exists #229

Release 0.8.14

30 Jul 00:37
Compare
Choose a tag to compare

0.8.14 - 2016-07-29

Added

  • Allow filters to be provided in proxy configs in order to perform custom URL matches #226

Release 0.8.13

29 Jul 00:30
Compare
Choose a tag to compare

0.8.13 - 2016-07-28

Changed

  • Pass the config object to the error page context #224
  • Perform GlueStick version update before the npm updates #223

Removed

  • Remove auto-upgrade code that is no longer needed #225

Release 0.8.12

28 Jul 03:07
Compare
Choose a tag to compare

0.8.12 - 2016-07-27

Fixed

  • Ensure all cookies from the cookie jar are set #222