Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 475 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 475 Bytes

Change Log

0.1.1 - August 14, 2015

  • Adding _::before _::negate _::matches _::constant _::noop _::property in compliance with Underscore.js v1.7.0
  • Adding class forgery function _::forge (alias _::strategy) and forgery autoloading (see src/Underscore/autoload.php)
  • Adding Underscore/Contrib/Database (PDO helpers)
  • Adding _::call and _::apply to enable callback calls in chains

0.1.0 - January 12, 2015

  • Initial version of Underscore.php