Releases: leebenson/reactql
Releases · leebenson/reactql
2.4.0
2.4.0 - 2017-05-28
- Adds deterministic versioning by hard-coding
kit
and kit.ts
versions, and downloading from the appropriate repository
- Displays versions next to JS and Typescript choices on installation
- Adds version release dates
- Bumps NPM:
"fs-extra": "^3.0.1"
"yargs": "^8.0.1"
"eslint-plugin-import": "^2.3.0"
2.3.0
2.3.0 - 2017-04-29
- Closes #32 - adds choice for Javascript or Typescript flavoured kit
- Improves formatting of new project's
package.json
- Bumps NPM:
fs-extra ^2.1.2 → ^3.0.0
yargs ^7.0.2 → ^7.1.0
yauzl ^2.7.0 → ^2.8.0
2.2.2 - 2017-04-16
- Defaults to 'UNLICENSED' when creating a new starter kit
2.2.1
- Removes redundant root files (README.md, CHANGELOG, LICENSE) from extracted starter kit
- Slims down
README.md
by delegating features to the kit repo
2.2.0
2.2.0 - 2017-04-16
- CLI now downloads & extracts source from Github instead of bundling with the kit
- Adds ESLint and
npm run lint
step
- Removes redundant
klaw
and through2
packages
2.1.2
- Merges #24 - Adds
browserlist
for global Webpack build targeting