Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@sankarravi sankarravi released this 15 Feb 02:05
· 38 commits to master since this release

Potential breaking change: BB.js now successfully provides datetimes instead of just dates more often. Which means higher data integrity / better parsing! But the JSON format for our datetimes (YYYY-MM-DDThh:mm:ssZ) differs from the format for our dates (MM/DD/YYYY)**, so programs upstream of BB.js might break, if they were depending on receiving a string in the latter format.

** See #123 for the discussion about why we use the latter for pure dates