#VERSION HISTORY
##2.0
- [Breaking] Refactored this to work in node.js. Backwards compatibility to existing browser API coming in future 2.x releases. (indexzero)
- Added TimeSpan.FromDates Constructor to take two dates and create a TimeSpan from the difference. (mstum)
- Changed naming to follow JavaScript standards (mstum)
- Added Documentation (mstum)
- Initial Revision (mstum)