Commit Graph

5 Commits

Author SHA1 Message Date
Fabio Pelosin 9654119368 Bulk removed clean_paths. 2012-06-27 14:33:50 +02:00
Chris Miller ea458cf79d Stable release of pretty-printing containers.
Includes a lot of documentation effort and features.

* You can now easily control the number of spaces per indentation level.
* You can now easily control whether containers will trim whitespace
  around their contents, making nested collections appear nicer.
* There's some sweet new docs I wrote to help you work with the various
  concepts I'm peddling as "best practices." This includes the first
  ever time that the helper categories have been documented.
* The Podspec has been cleaned up a lot and the installation should be
  much cleaner than before. (These changes are pending propagation to
  pervious versions).
2012-05-30 13:51:28 -06:00
Chris Miller a417970f54 A new.version with fancy new features!
* JRSwizzle is optional.
* You can use defines to activate just a subset of the alternate
  printers.
* You can still swizzle out if you like. (Swizzling has been changed
  to a c-style function call instead of munging up NSObject).
* Support for NSOrderedSet has been added.
2012-05-23 14:20:37 -06:00
Chris Miller 0fa58c95da Added clean paths. 2012-03-05 09:30:58 -07:00
Chris Miller 44fa6f7ffd Added JRSwizzle, PrettyPrint.
(I had permission to add JRSwizzle, btw).
2012-03-02 15:49:43 -07:00