1. 09 Nov, 2016 1 commit
  2. 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
  3. 06 Apr, 2016 2 commits
  4. 05 Apr, 2016 1 commit
  5. 02 Apr, 2016 6 commits
  6. 30 Mar, 2016 4 commits
  7. 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
  8. 19 May, 2015 1 commit
  9. 17 May, 2015 3 commits
  10. 15 May, 2015 1 commit
  11. 16 Apr, 2015 1 commit
  12. 02 Oct, 2013 1 commit
  13. 06 Apr, 2013 2 commits
  14. 11 Jan, 2013 5 commits
  15. 06 Jan, 2013 10 commits