Version 06.05.02
Some bug fixes, as listed in this milestone
Breaking change: JSON serialization format of dates is now ISO 8601. This means code which previously searched for /Date(...)/ does not work anymore. Just use new Date(content.SomeDate) in JS to get a Date instance.