Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.07 KB

ChangeLog

1.5.1 (2017-09-24)

  • Remove warning: `*' interpreted as argument prefix. (taki3)
  • Added license="MIT" for tapp.gemspec. (@swamp09)

1.5.0 (2015-02-24)

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