Skip to content

Version 06.05.02

Choose a tag to compare

@raphael-m raphael-m released this 12 Dec 09:31
· 10361 commits to master since this release

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.