ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 462a44e3085e846fa9d2ade79ae3b1b4e9410c1e
parent e188388f87069cdc7d501b385d6b0e46c98fed60
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed,  2 Mar 2016 10:44:20 +0300

Update README.md, CONTRIBUTING.md

Diffstat:
MCHANGELOG.md | 9++++++++-
MREADME.md | 12+++++++-----
2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. - ... +### [v0.5.1] - 2016-03-02 + +- Remove `Html` React component in favor of compiled Jade templates `src/views` (e188388f87069cdc7d501b385d6b0e46c98fed60) +- Add global error handling in Node.js/Express app (e188388f87069cdc7d501b385d6b0e46c98fed60) +- Add support for Markdown and HTML for static pages (#469, #477) + ### [v0.5.0] - 2016-02-27 - Replace RESTful API endpoint (`src/api`) with GraphQL (`src/data`) @@ -34,6 +40,7 @@ All notable changes to this project will be documented in this file. - Update `docs/how-to-configure-text-editors.md` to cover Atom editor - Update NPM production and dev dependencies to use the latest versions -[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.0...HEAD +[unreleased]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.1...HEAD +[v0.5.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.1...v0.5.0 [v0.4.1]: https://github.com/kriasoft/react-starter-kit/compare/v0.4.0...v0.4.1 diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ See [demo](http://demo.reactstarterkit.com) &nbsp;|&nbsp; [docs](https://github.com/kriasoft/react-starter-kit/tree/master/docs) &nbsp;|&nbsp; -[bugs & feature requests](https://waffle.io/kriasoft/react-starter-kit) &nbsp;|&nbsp; +[to-do list](https://waffle.io/kriasoft/react-starter-kit) &nbsp;|&nbsp; join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chatroom to stay up to date &nbsp;|&nbsp; visit our sponsors: @@ -43,6 +43,7 @@ visit our sponsors: │ ├── /decorators/ # Higher-order React components │ ├── /public/ # Static files which are copied into the /build/public folder │ ├── /stores/ # Stores contain the application state and logic +│ ├── /views/ # Express.js views for index and error pages │ ├── /client.js # Client-side startup script │ ├── /config.js # Global application settings │ ├── /routes.js # Universal (isomorphic) application routes @@ -67,7 +68,6 @@ visit our sponsors: * [Membership Database](https://github.com/membership/membership.db) — SQL schema boilerplate for user accounts, profiles, roles, and auth claims * [React Static Boilerplate](https://github.com/koistya/react-static-boilerplate) — Generates static websites from React components * [Babel Starter Kit](https://github.com/kriasoft/babel-starter-kit) — Boilerplate for authoring JavaScript/React.js libraries - * [React Decorators](https://github.com/kriasoft/react-decorators) — A collection of higher-order React components ### Learn More @@ -83,9 +83,11 @@ visit our sponsors: ### Support - * [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) on Gitter — Feedback, feature requests, Q&A - * [@koistya](https://www.codementor.io/koistya) on Codementor — Mentorship, pair coding, code reviews - * support@kriasoft.com — Customization requests, help with GraphQL/Relay, database design etc. + * [#react-starter-kit](http://stackoverflow.com/questions/tagged/react-starter-kit) on Stack Overflow — Questions and answers + * [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) on Gitter — Watch announcements, share ideas and feedback + * [GitHub issues](https://github.com/kriasoft/react-starter-kit/issues), or [Scrum board](https://waffle.io/kriasoft/react-starter-kit) — File issues, send feature requests + * [appear.in/react](https://appear.in/react) — Open hours! Exchange ideas and experiences (React, GraphQL, Startups, etc.) + * [@koistya](https://twitter.com/koistya) on [Codementor](https://www.codementor.io/koistya), or [Skype](http://hatscripts.com/addskype?koistya) — Private consulting ### License