React Tv Versions Save

[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications

0.3.0-alpha.2

6 years ago
  • CLI: react-tv init
  • CLI: react-tv init <app-name>
  • add tests for CLI behavior
  • add .npmignore
  • add jest:ci job

0.3.0-alpha.1

6 years ago
  • migrate to react-reconciler 0.6.0
  • check if is need to format code on CI
  • add benchmark example
  • fix update render tor nodeText
  • update postinstall to prebublishOnly (newest npm)
  • remove: react-tv run-webos-dev
  • react-tv cli {init} breaking changes

0.2.0

6 years ago
  • Add a single example using Renderer (clock-app-with-react-tv)
  • yarn build-all for PROD env
  • prepublish script (using yarn build-all)
  • update docs

0.2.0-rc

6 years ago
  • Simple DOM renderer (ref: #11)
  • New test architecture (using Jest)
  • version 0.2.0-rc
  • add minified version
  • add server/node version
  • update .editorconfig to Facebook/react