Skip to content

Releases: redfin/react-server

v0.6.3

07 Apr 22:51
Compare
Choose a tag to compare

Breaking change

  • react-server
    • #918 Allow group selection in logging.addRewriter. (@gigabo)

Enhancement

  • react-server
    • #918 Allow group selection in logging.addRewriter. (@gigabo)

Bug fix

  • react-server-redux

Documentation

Committers: 3

v0.6.2

21 Mar 21:12
Compare
Choose a tag to compare

v0.6.2 (2017-03-21)

Bug fix

  • react-server
    • #901 Handle absolute paths in REACT_SERVER_CONFIGS. (@gigabo)

Committers: 1

v0.6.1

17 Mar 19:21
Compare
Choose a tag to compare

v0.6.1 (2017-03-17)

Breaking change

Enhancement

  • react-server-examples
  • react-server
    • #891 Upgrade to request-local-storage@1.2.0. (@gigabo)
    • #871 Get dynamic config from process.env.REACT_SERVER_CONFIGS. (@mocheng)
    • #864 Add support for a ?_debug_lab=1 parameter. (@gigabo)
    • #852 Manage debug parameters with a DebugUtil helper. (@gigabo)
  • generator-react-server, react-server-cli
  • generator-react-server
    • #889 Enable hot reloading in yeoman generated projects.. (@dfabulich)
  • flab, react-server

Performance

  • flab, react-server
    • #881 Add an option to split bundle load from execution. (@gigabo)

Bug fix

  • generator-react-server
    • #899 Updating generator-react-server to use ^v0.6.0. (@roblg)
  • react-server-cli
    • #892 Let webpack see CSS from dependencies. (@gigabo)
  • react-server
  • react-server-middleware-json-response
    • #860 Fix issue with rm causing an error if index.js doesn't exist. (@drewpc)

Documentation

  • react-server-examples

Committers: 16

v0.6.0

28 Jan 01:27
Compare
Choose a tag to compare

Breaking change

Previously, routes marked explicitly as GET would also accept POST and other
requests. After upgrading to v0.6.0, routes will only match the verbs they are
marked to accept, which may break some existing use cases. We recommended
auditing your non-GET routes as part of upgrading to 0.6.0

  • react-server-cli, react-server

Enhancement

  • react-server-examples, react-server-redux, react-server-test-pages
  • react-server-cli, react-server
  • babel-plugin-react-server, babel-preset-react-server, generator-react-server, react-server-cli, react-server-gulp-module-tagger, react-server-module-tagger, react-server
  • Other
  • babel-plugin-react-server

Bug fix

  • react-server-cli, react-server
  • generator-react-server, react-server-cli
  • react-server
    • #838 Fix ReactServerAgent CORS preflight. (@drewpc)
    • #805 Handle Null and Promise.resolve(null) in renderMetaTags + renderLinkTags. (@drewpc)
  • react-server-cli

Documentation

  • Other
    • #821 Remove asini run prepublish since it doesn't run in topo order. (@doug-wade)
    • #815 Add merging prs policy. (@doug-wade)
    • #834 Fix configuration key in documentation. (@karlhorky)
    • #827 Fix broken Markdown link in production.md. (@drewpc)
    • #817 Documentation update: bullet list for express middlewares. (@feychou)
    • #814 Documentation update: add details about node GC. (@drewpc)
    • #777 Add a guide for running react-server in production. (@drewpc)
  • react-server-test-pages

Security

  • react-server-test-pages, react-server-website
  • react-server-cli
    • #812 Helmet as default express middleware in react-server-cli. (@feychou)

Commiters: 12

v0.5.1

30 Nov 22:58
Compare
Choose a tag to compare

v0.5.1 (2016-11-30)

Enhancement

  • react-server-cli

Bug fix

Commiters: 2

v0.5.0

29 Nov 19:04
Compare
Choose a tag to compare

v0.5.0 (2016-11-29)

Enhancement

  • react-server
  • react-server-cli
    • #768 Allows separating public host name from server IP address binding. (@roblg)
    • #708 Hook for custom middleware. (@sresant)
  • generator-react-server
    • #762 Support node 7 and directories with spaces. (@drewpc)

Performance

  • react-server

Bug fix

  • react-server-cli, react-server
    • #770 Implement the no-use-before-define ESLint rule. (@aickin)

Commiters: 9

v0.4.13

11 Nov 18:32
Compare
Choose a tag to compare

v0.4.13 (2016-11-11)

Enhancement

  • react-server-middleware-json-response, react-server-test-pages
    • #745 Add a package with JSON response middleware. (@gigabo)

Performance

  • react-server

Bug fix

  • react-server-middleware-json-response
    • #747 Override default Content-Type in JSON response middleware. (@gigabo)
  • react-server-cli

Commiters: 2

v0.4.12

10 Nov 19:05
Compare
Choose a tag to compare

Bug fix

Commiters: 1

v0.4.11

09 Nov 22:09
Compare
Choose a tag to compare

v0.4.11 (2016-11-09)

Bug fix

  • react-server
    • #743 Re-add the .default to require of TheFold in common.js. (@gigabo)

Commiters: 1

v0.4.10

08 Nov 01:13
Compare
Choose a tag to compare

v0.4.10 (2016-11-08)

Enhancement

  • react-server-core-middleware, react-server

Performance

  • react-server
    • #741 Add an option to move all JS below the fold. (@gigabo)

Bug fix

  • react-server-cli
    • #742 Support arrays of paths in routes files. (@gigabo)
    • #740 Add superagent to example package.json and print errors in cli.js. (@emecell)

Commiters: 3