This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Releases: leebenson/reactql
Releases · leebenson/reactql
2.1.0
2.0.1
- Fixes #15 - rest/spread inside objects, e.g.
{ ...whatever }
should now work - Updates
.gitignore
to exclude files across the whole repo, so starter kitnode_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 andjson-loader
removed - Adds
prop-types
NPM, and migrates from the deprecatedReact.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
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.