Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 635 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 635 Bytes

ChangeLog

1.4.0 (2012-07-08)

Some API changes for future enhancements.

  • Added Tapp.config and Tapp.configure. See README.md for details.
  • Tapp.verbose moved to Tapp.config.report_caller.
  • Object#taap is deprecated. Set Tapp.config.default_printer = :awesome_print and use #tapp instead.

1.3.1 (2012-03-13)

  • tapp grep finds "taputs" and "taap". (@kei-s)

1.3.0 (2011-11-01)

  • Add tapp command-line tool. (@ursm)

1.2.0 (2011-10-27)

  • Add Tapp.verbose option. (@moro)

1.1.0 (2011-07-06)

  • Object#taap support awesome_print. (Thanks @ryopeko!)

1.0.0 (2010-07-07)

initial release