You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* No more Array#multiple_timeframes_gaps_left_by (who knows what that was for)
* Enhancements
* Only uses active_support/core_ext/date
* Convert to rspec, modernize
0.2.1 / 2012-04-24
* Bug fixes
* Stop defining Timeframe#to_json... it's conventional to only define #as_json
0.2.0 / 2012-04-24
* Breaking changes
* Use ISO8601 for JSON output. No sense in coming up with our own structure. Timeframe.parse will still understand the old startDate/endDate hash structure.