Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Nov 10, 2016
  3. Nov 08, 2016
  4. Oct 27, 2016
  5. Oct 24, 2016
    • Ray Schamp's avatar
      Set up base eslint config in .eslintrc.js · 7ea1e356
      Ray Schamp authored
      After doing this, new rules began applying for some reason:
      
      `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint.
      `no-unused-var` started warning about process.env after updating the config structure
      `comma-dangle` decided to start working, maybe because of the upgrade to eslint?  Autofixed with --fix
      7ea1e356
    • Ray Schamp's avatar
      Upgrade eslint-config-scratch to 2.0 · 620843c5
      Ray Schamp authored
      Includes rules missed in the first pass of eslint rules
      620843c5
    • Ray Schamp's avatar
      Actually lint React files · 368a2a8a
      Ray Schamp authored
      Previously eslint ignored .jsx files :|
      368a2a8a
  6. Oct 23, 2016
  7. Oct 22, 2016
  8. Oct 21, 2016
    • Ray Schamp's avatar
      Pin React devDependencies, add peerDependencies · 534feb9f
      Ray Schamp authored
      When the package is installed as a dependency, it should warn the installer that React is a peerDependency.  When installed this way, the devDependencies won't be installed, so only one version of React will be present. However when it's installed as a standalone project, React should be installed automatically as a devDependency.
      
      I think this gives us the best of both worlds — simple development setup as well as supporting usage as an installed package.
      534feb9f
  9. Oct 20, 2016
  10. Oct 19, 2016
  11. Oct 17, 2016
  12. Oct 14, 2016
    • Ray Schamp's avatar
      Decoupling refactor · 51d5b7a9
      Ray Schamp authored
      Use fewer refs, these had weird behavior that caused the order of components to matter.
      Attach events eagerly, as soon as the necessary objects are available.
      Make VMManager an actual class instantiated with a VM so we don't have to pass it to every method.
      Use bindAll everywhere for convenience.
      51d5b7a9
  13. Oct 13, 2016
    • Ray Schamp's avatar
      Install React as a dev dependency · edd09fa4
      Ray Schamp authored
      Once another project uses this package, these should become peerDependencies.  Until then install automatically.
      edd09fa4
    • Ray Schamp's avatar
      Update project on hash change · 54548b5c
      Ray Schamp authored
      While doing so:
      - Use ProjectLoader for loading projects
      - Stop using loadEmptyProject and supply empty project data
      - Move project loading to App, GUI now receives data (as a string - the vm should receive an object eventually)
      - Add logging
      54548b5c
  14. Sep 28, 2016
  15. Sep 27, 2016
  16. Sep 26, 2016
  17. Sep 25, 2016
  18. Sep 23, 2016
  19. Sep 19, 2016
  20. Sep 16, 2016
  21. Sep 15, 2016
Loading