Removed default param from formatLocalized() (thanks @vlakoff)
Various refactorings (thanks @lucasmichot @euromark)
Updated toXXXString() methods to be camel cased (thanks @euromark)
Now using 4 spaces for indent. (thanks @lucasmichot @euromark)
1.12.0 / 2014-09-09
Add new functions diffInDaysFiltered(), diffInWeekdays() and diffInWeekendDays() (thanks @m4tthumphrey)
Fixed XofQuarter methods when moving to a month that doesn't have that day it jumps forward #168
Support for microseconds during instantiation and copy. Be aware that microseconds are ignored for doing any of the math.
Microsecond getter.
Various refactorings (thanks @lucasmichot @lorenzo)
1.11.0 / 2014-08-25
Added isSameDay() (thanks @enkelmedia)
Added diffInWeeks(), maxValue() and minValue() (thanks @lucasmichot)
Improved accuracy of diffForHumans() by using 30/7 for weeks and moving the floor() call to outside the loop. Fixed tests that just look better now as a result.
Improved readme with common formats example output (thanks @troyharvey)
Various internal refactors (thanks @lucasmichot)
1.10.0 / 2014-07-17
Changed @return Carbon phpdocs to static for better IDE typehint when extending Carbon
Fixed Carbon.php download link
Added 5.6 and HHVM to test coverage
Fixed issue with isPast() returning true for now()
Added getter for weekOfMonth
1.9.0 / 2014-05-12
Changed self references to static to allow for easier child classes
Fixed a couple of tests to account for London DST
Fixed a test that failed due to inconsistent DateTime COOKIE strings
1.8.0 / 2014-01-06
Added .gitattributes file to to ignore some files on export (thanks @lucasmichot)
Removed unnecessary __set tz/timezone switch
Added min() / max() (thanks @lucasmichot)
Fixed startOfWeek() / endOfWeek() when crossing year boundary.
Fixed bug in detecting relative keywords in ctor parameter when using a test now