Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 1.42 KB

0.0.1 (2014-07-21)


breaking changes

  • truelab.countdown - now requires truelab.utils.lifecycle module (5e01d27)

  • $tlCountdown.$new - $tlCountdown.$new(config) was REMOVED in favor of $tlCountdown(config) (95d062c)

  • tlFirstUpperFilter - tlFirstUpper filter doesn't normalize anymore input string to lowercase before doing transformation (7c9279f)

features

  • truelab.utils - new module (82ff8a9)
  • truelab.utils.lifecycle - new module (82ff8a9)
  • $tlLifecycle - new service (82ff8a9)

0.0.0 (2014-07-08)


breaking changes

  • ngAnnotate - remove grunt-ngmin in favor of grunt-ng-annotate, run npm install

0.0.0 (2014-07-08)


features

  • $tlStringUtils : new service to manipulate strings (fa9f451)

breaking changes

  • truelab.strings.filters module was removed in favor of truelab.strings module (fa9f451)