1. 22 Feb, 2017 1 commit
  2. 13 Feb, 2017 1 commit
  3. 11 Feb, 2017 1 commit
  4. 10 Feb, 2017 5 commits
  5. 09 Feb, 2017 3 commits
  6. 07 Feb, 2017 2 commits
  7. 06 Feb, 2017 1 commit
    • xhzhang's avatar
      Add config field EnableErrorsRender · 9b714a75
      xhzhang authored
        Add config field EnableErrorsRender to disable errors output
        with the template data, sometimes we do not want errors output
        with it even in dev mode, especially in API projects.
      9b714a75
  8. 23 Jan, 2017 3 commits
  9. 18 Jan, 2017 1 commit
  10. 16 Jan, 2017 2 commits
  11. 14 Jan, 2017 2 commits
  12. 13 Jan, 2017 1 commit
  13. 11 Jan, 2017 1 commit
  14. 09 Jan, 2017 1 commit
  15. 05 Jan, 2017 1 commit
  16. 03 Jan, 2017 1 commit
  17. 02 Jan, 2017 2 commits
  18. 31 Dec, 2016 2 commits
  19. 29 Dec, 2016 5 commits
  20. 28 Dec, 2016 2 commits
  21. 26 Dec, 2016 1 commit
  22. 25 Dec, 2016 1 commit
    • legendtkl's avatar
      Modify func camelString to be more robust · c9c284be
      legendtkl authored
      1. In previous edition, for case "pic_url_1", the func will return
      "PicUrl_1", but "PicUrl1" seems to be more reasonable.
      2. More test cases please refer to utils_test.go
      c9c284be