1. d1139ba Add missing time formats and tests by Cameron Moore · 8 years ago master
  2. 56a7ecb Add Unix epoch support to ToTimeE by Cameron Moore · 8 years ago
  3. 24b6558 Add "yyyy-MM-dd HH:mm:ss" string format by emacsist · 8 years ago
  4. 2580bc9 Remove expensive TRACE logging by Bjørn Erik Pedersen · 9 years ago
  5. 7c3adfb Add benchmark for ToBool by Bjørn Erik Pedersen · 9 years ago
  6. 60e7a69 Add ToBoolSlice() by M@ · 9 years ago
  7. fa673d6 Fixe `ToDurationE()` by Chih-Hung Yeh · 9 years ago
  8. 4532b05 FIx ToStringMapStringSliceE by Feng · 9 years ago
  9. e31f36f Log the To* invocations as TRACE by Bjørn Erik Pedersen · 9 years ago
  10. 27b586b Add support for the other html template types by Bjørn Erik Pedersen · 9 years ago
  11. 0eed3d1 Add a ToInt64() and necessary plumbing by Matt Keller · 9 years ago
  12. 7c7add0 Add ability to cast int64's to strings by Matt Keller · 9 years ago
  13. ee7b3e0 Add bool case to ToStringE by Cyrill Schumacher · 9 years ago
  14. 6770a32 Add int64 and float64 type coercion in ToDuration by Tyler Power · 9 years ago
  15. ee815aa add date formats found in jekyll posts by Jeff Hodges · 10 years ago
  16. 1c4ba95 adding back default statements and adding comments and cleanups by jackspirou · 10 years ago
  17. d7ba796 adding unit tests for ToStringMapString and ToStringMapStringSlice methods by jackspirou · 10 years ago
  18. 7ed57e5 adding ToStringMapStringSlice method by jackspirou · 10 years ago
  19. 893a415 Add support for template.URL by bep · 10 years ago
  20. 4d07383 Make ToIntSliceE more flexible by bep · 10 years ago
  21. 2c4fdb5 Add ToIntSlice by bep · 10 years ago
  22. 3cc9db9 Add ToDuration by Chance Zibolski · 10 years ago
  23. dace11d Use strings.Fields by Chance Zibolski · 10 years ago
  24. b24b4ff ToStringSliceE: Support string values by Chance Zibolski · 10 years ago
  25. 2318c5c Add support for pointers to basic types by spf13 · 10 years ago
  26. 421411c Add proper support for error -> string and Stringer -> string. by spf13 · 10 years ago
  27. c0388c7 Defaulted .ToStringE to use reflection to find a stringer element by Derek Perkins · 10 years ago
  28. 0a58809 Add support for HTML to String by bep · 10 years ago
  29. 312ed27 Merge pull request #6 from txgruppi/readme-update by Steve Francia · 10 years ago
  30. fb4a45a Merge pull request #5 from txgruppi/master by Steve Francia · 10 years ago
  31. c8f8b1b Merge pull request #4 from bjornerik/tostringmapbool by Steve Francia · 10 years ago
  32. 81040b7 Updated README, it was describing the wrong return type by txgruppi · 10 years ago
  33. ed6dd5a Updated to return bool false only for zero by txgruppi · 10 years ago
  34. bbe2d4b Add ToStringMapBool by bep · 11 years ago
  35. 770890f Removed forgotten fmt.Println("here") by Asdine El Hrychy · 11 years ago
  36. 075c75a Added ToBool case for string, and added ToBool test cases by Romain Baugue · 11 years ago
  37. 99f1223 Adding ToSlice by spf13 · 11 years ago
  38. d578378 Caste now returns error instead of bool. by spf13 · 11 years ago
  39. b252e9f Handling another case (map[string]interface{}) by spf13 · 11 years ago
  40. 5a9b0d4 adding Int to Float. Testing for float by spf13 · 11 years ago
  41. d6ad112 Handling complex cases where input matches expected output by spf13 · 11 years ago
  42. 559d577 Writing the README. Handling a few more cases, adding more tests. by spf13 · 11 years ago
  43. 6796452 initial commit of library & tests by spf13 · 11 years ago
  44. 0c4ca41 Initial commit by Steve Francia · 11 years ago