1. 20 Aug, 2017 3 commits
  2. 24 Feb, 2017 1 commit
  3. 23 Feb, 2017 1 commit
  4. 22 Feb, 2017 1 commit
  5. 09 Nov, 2016 3 commits
  6. 08 Nov, 2016 1 commit
    • Kyle Lemons's avatar
      Add a Formatter option to pretty.Config. · 397d9a06
      Kyle Lemons authored
      The Formatter field is a map from reflect.Type to arbitrary function
      values that are callable with values of the given type and which return
      a string.  The values will be printed literally.
      
      Fixes issues: #8, #11
      397d9a06
  7. 06 Apr, 2016 2 commits
  8. 05 Apr, 2016 1 commit
  9. 02 Apr, 2016 6 commits
  10. 30 Mar, 2016 4 commits
  11. 22 Mar, 2016 1 commit
    • Matt Good's avatar
      Remove padding from Diffable output · 165b433c
      Matt Good authored
      When comparing maps where the padding differs between the two sets of keys, the
      diff will include keys that were unchanged except for the padding difference.
      
      For example, Arthur Dent appears as a diff due to different padding:
      ```
      {
        Crew: {
      -        Arthur Dent:       "Along for the Ride",
      -        Zaphod Beeblebrox: "Galactic President",
      +        Arthur Dent: "Along for the Ride",
              },
       }
      ```
      
      This omits padding when `Diffable = true` so that the diff output is consistent
      to prevent these spurious diffs.
      165b433c
  12. 19 May, 2015 1 commit
  13. 17 May, 2015 3 commits
  14. 15 May, 2015 1 commit
  15. 16 Apr, 2015 1 commit
  16. 02 Oct, 2013 1 commit
  17. 06 Apr, 2013 2 commits
  18. 11 Jan, 2013 5 commits
  19. 06 Jan, 2013 2 commits