1. 24 9月, 2019 1 次提交
  2. 31 7月, 2019 2 次提交
  3. 06 6月, 2019 2 次提交
  4. 04 4月, 2019 1 次提交
    • J
      Next version is 2.6.0 · c7df6b80
      Jake Wharton 提交于
      Also fix some Javadoc errors and ensure Javadoc (and source) jar generation is tested on CI.
      c7df6b80
  5. 19 11月, 2018 2 次提交
  6. 17 11月, 2018 1 次提交
  7. 14 3月, 2018 2 次提交
  8. 06 2月, 2018 1 次提交
  9. 14 5月, 2017 2 次提交
  10. 08 5月, 2017 1 次提交
  11. 22 2月, 2017 2 次提交
  12. 05 1月, 2017 1 次提交
  13. 15 6月, 2016 2 次提交
  14. 15 4月, 2016 2 次提交
  15. 31 3月, 2016 2 次提交
  16. 12 3月, 2016 2 次提交
  17. 05 2月, 2016 2 次提交
  18. 06 1月, 2016 2 次提交
  19. 24 12月, 2015 1 次提交
  20. 05 12月, 2015 1 次提交
  21. 28 9月, 2015 2 次提交
  22. 28 8月, 2015 2 次提交
  23. 18 6月, 2015 1 次提交
    • J
      Migrate converter tests to be integration style. · eac2c5f7
      Jake Wharton 提交于
      This also fundamentally changes the `Type` passed to the converter. Instead of just passing the runtime class, we use the type parsed from the method declaration. This allows complex types like `List<Record<Person>>` to be handled by the converter instead of just receiving something like `ArrayList`.
      eac2c5f7
  24. 04 6月, 2015 1 次提交
    • J
      Move converter into the main package, remove Gson from core. · 9b203b66
      Jake Wharton 提交于
      This change means that only RequestBody and ResponseBody are the types which are allowed for their respective objects by default. If you want serialization of any kind, you need to opt-in with either your own converter or one of the provided ones.
      9b203b66
  25. 08 1月, 2015 2 次提交