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