string.js v3.0.0 Release Notes

Release Date: 2014-12-08 // over 9 years ago
  • 💥 BREAKING Now underscore() behaves as one would expect.

    S('CarSpeed').underscore().s //'_car_speed'
    

    now

    S('CarSpeed').underscore().s //'car_speed'
    

    👀 See #122 #98