1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-11 15:54:04 +02:00
This commit is contained in:
Daniel St. Jules
2015-07-29 01:36:15 -07:00
parent 775d004629
commit 01fb889a1a

View File

@@ -1,3 +1,10 @@
### 2.0.0 (2015-07-29)
* Removed StaticStringy class
* Added append, prepend, toBoolean, repeat, between, slice, split, and lines
* camelize/upperCamelize now strip leading dashes and underscores
* titleize converts to lowercase, thus no longer preserving acronyms
### 1.10.0 (2015-07-22) ### 1.10.0 (2015-07-22)
* Added trimLeft, trimRight * Added trimLeft, trimRight