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

  1. 13 Sep, 2016 2 commits
  2. 12 Sep, 2016 7 commits
  3. 10 Sep, 2016 1 commit
  4. 07 Sep, 2016 2 commits
  5. 04 Sep, 2016 1 commit
  6. 19 Aug, 2016 1 commit
  7. 18 Aug, 2016 2 commits
  8. 11 Aug, 2016 5 commits
  9. 06 Aug, 2016 1 commit
  10. 19 Jul, 2016 6 commits
  11. 05 Jul, 2016 1 commit
  12. 01 Jul, 2016 1 commit
  13. 24 Jun, 2016 1 commit
  14. 13 Jun, 2016 1 commit
  15. 26 May, 2016 3 commits
  16. 16 May, 2016 3 commits
  17. 13 May, 2016 2 commits
    • One to one association batching (#5879) · eca67e85
      * add(associations): make belongsTo getter batch friendly
      
      * add(associations): make belongsTo getter batch friendly
      
      * add(associations): make hasOne getter batch friendly
      
      * variable
      
      * readd scope for has one
      
      * reintroduce options.limit = null to fix mssql
      Mick Hansen committed
    • Improve validation when dealing with non-strings (#5861) · 80e1774d
      * Improve validation when dealing with non-strings
      
      validator@5.0.0+ has stopped coercing input values as strings and since
      version 4, the library has been printing deprecation notices everytime a
      non-string is passed to it.
      
      All `validate` functions now correctly handle theses cases by delegating
      this work to lodash functions.
      
      * Coerce number values when validating
      Rui Marinho committed