1. 04 Nov, 2013 2 commits
  2. 03 Nov, 2013 5 commits
  3. 02 Nov, 2013 3 commits
  4. 01 Nov, 2013 3 commits
  5. 31 Oct, 2013 5 commits
  6. 30 Oct, 2013 4 commits
  7. 29 Oct, 2013 1 commit
    • Vjeux's avatar
      React - Improve performance by 6x · d456aeb1
      Vjeux authored
       - 2x: The unminified version contains invariants that shouldn't be used in production and slow it down.
      
       - 3x: Adding a shouldComponentUpdate override in order to short-cut re-rendering the component when props and state didn't change. In order to do that, we need to avoid doing mutations by doing a shallow copy and only modifying what changed
      
       - When React 0.5.0 will be released, it will give another 1.5x.
      
      Other miscellaneous changes:
      
       - Update class="..." to className="..." to work in 0.5.0 (still works in 0.4.1)
       - Use prop="..." instead of prop='...'
       - Use filter(f, this) instead of filter(f.bind(this)) to prevent a function allocaton
      d456aeb1
  8. 28 Oct, 2013 3 commits
  9. 26 Oct, 2013 3 commits
  10. 16 Oct, 2013 2 commits
  11. 09 Oct, 2013 1 commit
  12. 01 Oct, 2013 1 commit
  13. 30 Sep, 2013 4 commits
  14. 29 Sep, 2013 1 commit
    • thorn0's avatar
      1) updated AngularJS and TypeScript type definition for it · e6785ede
      thorn0 authored
      2) fixed bower.json and VS project file
      3) switched to compiling all TS files into one JS file
      4) syntax fixes for compatibility with TypeScript 0.9.1.1
      5) more readable DI annotations: removed calls on prototypes, used $inject
      6) directives as classes are not supported by angular directly, so made them factory functions
      7) more idiomatic access to controller methods from view
      8) web.config generated by VS for debugging in IE to work
      9) comments, typos, etc
      e6785ede
  15. 25 Sep, 2013 2 commits