Skip to content

Releases: Granze/react-starterify

minor

11 Sep 17:31
Compare
Choose a tag to compare
  • add react eslint plugin
  • .travis.yml minor changes
  • deps update
  • fix linting warnings

V2.0

06 Sep 20:32
Compare
Choose a tag to compare

What's new in v2.0:

  • React Router integration
  • CSS processing via PostCSS
    • cssnano
    • nested
    • extend
    • vars
    • autoprefixer
  • gulpifle written in ES6 (ES2015)
  • better folder structure
  • no predefined AJAX libraries (use Fetch or Superagent if you need one).

More tests + minor improvements

16 Jun 21:05
Compare
Choose a tag to compare
  • added a component method test
  • ES6 method declarations
  • dependencies update

v1.0.2

03 Jun 09:31
Compare
Choose a tag to compare
version bump

Code Linting

28 May 21:48
Compare
Choose a tag to compare

Added code linting via eslint

v1 realease

23 May 20:03
Compare
Choose a tag to compare

This release adds unit testing with Mocha and Chai and takes advantage of the React shallow rendering feature.

v0.0.9

13 Mar 09:28
Compare
Choose a tag to compare

React v0.13.0 + dependencies upgrade.

Sourcemaps

20 Feb 10:59
Compare
Choose a tag to compare
v0.0.8

sourcemaps support added

Dependencies updated

18 Feb 11:53
Compare
Choose a tag to compare
v0.0.7

dependencies updated

Better ES6 support

14 Jan 22:53
Compare
Choose a tag to compare

Switched from Reactify to 6to5 for better ES6 support