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

  1. 12 Jun, 2016 5 commits
  2. 10 Jun, 2016 2 commits
    • ES6 refactor of data types (#6072) · cc4ee8b8
      - Use let, const and property shorthands.
       - The data types are not changed to ES6 classes because it should be possible
         to call them without `new`.
       - Use function declarations so the functions (which are classes) have a name
       - Simplify `inherits` function and move it to utils.js
         The manual style may be a bit more verbose but it comes closer to true ES6
         classes because the functions are named and not dynamically created
       - Name methods
       - Fix bugs in dialect data types where constructor arguments were not applied
         when called without `new`
       - Remove unneeded code
      Felix Becker committed
    • ES6 refactor of utils.js (#6059) · b9bdc1d4
      - let, const, arrow functions, property shorthands, exports, classes
       - changes classes to be PascalCase
       - Removes inherit() function (not used anymore)
      Felix Becker committed
  3. 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
  4. 08 Jun, 2016 6 commits
  5. 07 Jun, 2016 9 commits
  6. 06 Jun, 2016 4 commits
  7. 03 Jun, 2016 3 commits
  8. 01 Jun, 2016 4 commits
  9. 30 May, 2016 1 commit
  10. 28 May, 2016 5 commits