gr2m / moment-parseformat

A moment.js plugin to extract the format of a date/time string
http://gr2m.github.io/moment-parseformat
Apache License 2.0
45 stars 30 forks source link

Added patterns for parsing fractional seconds properly. #37

Closed mgd134 closed 8 years ago

mgd134 commented 8 years ago

I added some tests as well. Let me know if you'd like me to do anything else. Thanks again for all the work on this project.

mgd134 commented 8 years ago

I see the build failed. I experienced this as well. I removed the dependency "bootstrap-editable-table": "https://github.com/gr2m/bootstrap-editable-table#gh-pages", and I was able to run the tests. That project does not appear to define a version in its package.json which I think may be the problem. If not please point me in the right direction to fix it and I'll do so. Thanks.

gr2m commented 8 years ago

the failing build is not your fault, I'm fixing it right now, please give me a moment. Sorry for the trouble :)

gr2m commented 8 years ago

okay, merged via 11d16da. I reworded your commit message so semantic-release understands it. If build passes it will release a new patch version in a moment

gr2m commented 8 years ago

Released as 1.1.4

Thanks a lot, that was great work @mgd134 :bouquet:

mgd134 commented 8 years ago

Thanks! No problem.