Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 414 Bytes

UPGRADING.md

File metadata and controls

22 lines (18 loc) · 414 Bytes

Upgrade Guide

1.x -> 2.x

The string helpers were broken out into a new project.

  • String
    • camelize
    • capitalize
    • classify
    • dasherize
    • truncate
    • underscore
    • html-safe
    • titleize
    • w

If you project relied on any of these helpers in 1.x, you'll need to run:

ember install ember-cli-string-helpers