Skip to content

Releases: leebenson/reactql

2.1.0

11 Apr 09:48
Compare
Choose a tag to compare
  • Add default lowercases of installation path based on project name
  • Fixes #16 - regenerator runtime added to browser entry to enable async/await code

2.0.1

11 Apr 07:29
Compare
Choose a tag to compare
  • Fixes #15 - rest/spread inside objects, e.g. { ...whatever } should now work
  • Updates .gitignore to exclude files across the whole repo, so starter kit node_modules can be built and tested locally
  • Adds yarn.lock, as a starter point for Yarn bundling
  • Adds default MIT license to starter/files/package.json and as a default CLI choice, to match this repo
  • Closes #12 - redundant starter/files/package.json entries and and json-loader removed
  • Adds prop-types NPM, and migrates from the deprecated React.PropTypes style (still a known issue in react-router 4.0.0-- fixed in remix-run/react-router@d601722)
  • Bumps NPM packages:
    react ^15.4.2 → ^15.5.3
    react-apollo ^1.0.0 → ^1.0.1
    react-dom ^15.4.2 → ^15.5.3
    react-helmet ^5.0.2 → ^5.0.3
    babel-core ^6.24.0 → ^6.24.1
    babel-preset-env ^1.3.2 → ^1.3.3
    babel-preset-react ^6.23.0 → ^6.24.1
    babel-register ^6.24.0 → ^6.24.1
    webpack ^2.3.2 → ^2.3.3

CLI for Mac/Windows/Linux

10 Apr 13:53
Compare
Choose a tag to compare

ReactQL is now a CLI - no more manual git cloning!

Quick start

Install the ReactQL CLI on Mac/Windows/Linux:

npm i -g reactql

Then run reactql for help, or reactql new to start a new project.

1.4.1

07 Apr 10:51
Compare
Choose a tag to compare
  • Fixes #8 tree shaking / dead code elimination in the production browser bundle

1.4.0

07 Apr 09:34
Compare
Choose a tag to compare
  • Adds full React rendering on the server -- no more EJS