Sha256: 8cf2263558f4f5ca939242fb082e879a671a1551c1fbe44bda51e7c82ed746b8

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

# 1.1.2 - 2016-01-24

* Update gems

# 1.1.1 - 2015-11-17

* Update gems

* Fix stack trace in irb when used after function definition

* 1.1.0 - 2015-06-13

Enhancements:

* Determine the terminal width and use it instead of just hard-coding
  "79"

API changes

* Added Configure#term_width to set the term width

# 1.0.1 - 2014-12-21

* Eliminate warnings in "-w" mode

# 1.0.0 - 2014-12.13

* Declare API stability with advent of v. 1.0.0
* Update gems

# 0.4.0 - 2014-10-25

API changes

* Can be used without patching any core Ruby classes (see README)
* Use fewer output lines when possible while better respecting term width

# 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-1.1.2 CHANGELOG.md