1. 06 Aug, 2013 9 commits
  2. 05 Aug, 2013 4 commits
  3. 04 Aug, 2013 5 commits
  4. 02 Aug, 2013 1 commit
  5. 01 Aug, 2013 2 commits
  6. 31 Jul, 2013 2 commits
  7. 30 Jul, 2013 1 commit
  8. 28 Jul, 2013 2 commits
  9. 27 Jul, 2013 2 commits
    • Paul Miller's avatar
      Update Brunch with Chaplin. · b4e7bc94
      Paul Miller authored
      1. Add Bower integration. Since Brunch automatically concatenates all Bower stuff, we don’t need bower_components in repository (added to .gitignore, except of todomvc-common).
      2. Update Brunch to 1.7.
          * Added automatic source maps generation, source maps are in repo too.
      3. Update Chaplin to 0.10.
          * Remove `chaplin` module, switch to global variable.
          * Switch to new declarative events format.
          * Switch to controller compositions instead of static controllers.
          * Remove `application` since Chaplin now has this functionality by default.
      b4e7bc94
    • Cheng Lou's avatar
      directly set director as dep · 8eeb1f47
      Cheng Lou authored
      8eeb1f47
  10. 26 Jul, 2013 4 commits
  11. 25 Jul, 2013 2 commits
    • Gleb Mazovetskiy's avatar
      Remove ternary expressions · 2d92e706
      Gleb Mazovetskiy authored
      A more readable and scalable approach
      2d92e706
    • Cheng Lou's avatar
      Upgrade to React 0.4, fully compilant · 1b16a19d
      Cheng Lou authored
      - Compilant with coding style.
      - Removed app.css. No need anymore since we freed id.
      - Render info footer separately (specs).
      - Tweak footer to make it pass jshint when compiled:
        - {''} after 'left'.
        - {''} around `clear completed`.
        - Breaking style for footer clearButton, `>` on the same line.
      - Rename cx and put it in Utils.
      - Routing with director.
      - Change some keyUp to keyDown (specs).
      - Strip form tags (specs? Referred to the stable ones).
      - Trim after editing item.
      - Manually autofocus (attribute not supported in ie9).
      - Input focus now triggers as a callback (because of batch rendering).
      - Controlled input.
      - Gutter at 80.
      - Class `completed` trim whitespace.
      - Remove bind.
      1b16a19d
  12. 23 Jul, 2013 1 commit
  13. 20 Jul, 2013 1 commit
  14. 19 Jul, 2013 1 commit
  15. 14 Jul, 2013 1 commit
  16. 11 Jul, 2013 2 commits