Brock Petrie
Results
2
issues of
Brock Petrie
Removes our falsey check on `input` on line 38. This allows for `undefined` inputs, which are considered valid by moment and treated the same as calling `new Date()`. This also...
Prior to this, you could only pass a date string along with a format, e.g. `[ '1', 'M' ]`. This allows for passing a numbered date, e.g. `[ 1, 'M']`,...