不要怂,就是干,撸起袖子干!

  1. 10 Jun, 2016 1 commit
  2. 09 Jun, 2016 1 commit
    • ES6 Refactor: dialects / abstract (#6046) · 49a7e543
      * Make abstract ConnectionManager an ES6 class
      
      * ES6 refactor of abstract ConnectionManager
      
      let, const, arrow functions, property shorthands
      
      * ES6 refactor of AbstractDialect
      
      classes, export default
      
      * Make AbstractQuery an ES6 class
      
      * ES6 refactor of AbstractQuery
      
      let, const, arrow functions, for of
      
      * ES6 refactor of abstract QueryGenerator
      
      use let, const, arrow functions, method shorthands, for..of, sometimes
      template strings.
      Changes variable declarations so they are declared where initialized
      (instead of on the top of the function) as let/const is not hoisted anymore.
      Removes some IIFEs in favor of block-scoped variables.
      Does _not_ yet refactor lodash template strings to ES6 template strings.
      Felix Becker committed
  3. 08 Jun, 2016 6 commits
  4. 07 Jun, 2016 9 commits
  5. 06 Jun, 2016 4 commits
  6. 03 Jun, 2016 3 commits
  7. 01 Jun, 2016 4 commits
  8. 30 May, 2016 1 commit
  9. 28 May, 2016 8 commits
  10. 25 May, 2016 2 commits
  11. 24 May, 2016 1 commit