Sha256: 8f40c36c520fc60254d39ac7d9a84362b5a6064476f3f9517d2ec1a69c4ccee4

Contents?: true

Size: 693 Bytes

Versions: 1

Compression:

Stored size: 693 Bytes

Contents

### 0.3.0 / 2014-09-27

Breaking changes:

* Configure.out must respond to #print rather than #puts
# Kernel#q, #qq and #qql return nil

Enhancements:

* Added Kernel#tapqq (call chain pretty-print)
* Added Kernel#tapqql (call chain pretty-print, with source location)

Bug fixes:

* Works in irb (issue #1)
* Is now thread safe (issue #4)

### 0.2.0 / 2014-09-05

Breaking changes:

* Configure.position_format removed
* Added Configure.location_format, which takes either :filename or
  :path

Enhancements:

* Kernel#ql with no arguments prints source location
* Added Kernel#qq (pretty-print)
* Added Kernel#qql (pretty-print with source location)

### 0.1.0 / 2014-09-04

Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cute_print-0.3.0 CHANGELOG.md