v0.3.2
domcyrus/rustnetv0.3.2Apr 8, 2015by koistya
AI Summary
This release introduces documentation, modernizes the React version to 0.13, and migrates linting tools to ESLint and JSCS while updating the codebase to ES6 class syntax.
Key Highlights
- Addition of a React style guide
- Upgrade to React 0.13
- Migration from JSHint to ESLint and JSCS
- Codebase migration to ES6 class-based syntax
- Addition of a higher-order React component sample
New Features
- React style guide
- React 0.13 upgrade
- ES6 class-based syntax components
- Higher-order component sample
- ESLint and JSCS configuration
- Updated git and icon files
Full Release Notes
- Add React style guide (see ./docs) - Update React to 0.13; update other npm modules - Update React components to use ES6 class-based syntax - Add a higher-order React component sample (see App/AppViewport) - Replace JSHint with ESLint - Add JSCS config file - Update .gitattributes and .gitignore files - Update favicon.ico and other icons