Blog
FullCalendar v2beta and how you can help
I have just released a second iteration of v2 beta. I'm calling it v2.0.0-beta2.
v2 contains many new improvements, notably MomentJS integration, timezone support, and built-in internationalization. It is important to note that it is a non-backwards-compatible release.
The code is feature-complete but sorely in need of automated tests. In previous releases I have manually tested most features. That technique won't scale up for this release because so much has changed. And it is obviously good for future development in general to have automated tests.
We have a Karma + Jasmine setup going with a few tests written. The goal is to have all new features, or existing features that have changed or been affected in some way, to be under test. Only when this happens will we be able to release v2.
If you would like to help out the FullCalendar project by writing automated tests, please contact me! I'll get you set up with all the resources you'll need.
Additionally, simply downloading and using the new beta release is also helpful. Please use the existing bug report instructions, but prepend "[v2]" to the issue name.
Thanks! ~Adam