New build posted and online docs updated.
Nothing major in this build, but lots of nice tweaks and bug fixes here and there.
Biggest change in this build is that the readonly keyword is deprecated. The work around is:
readonly
readonly Str foo // old way Str foo { private set } // new way
See ticket #1369 for more details.
All the previoulsy deprecated SQL APIs have been removed in this build. See #1318 for more details.
Lots of nice enhancements to gfx and fwt APIs:
Many thanks to @ystrot who contributed many of these enhancements.
Also Andy continues to make continuous progress on refinements to the JS FWT implementation, it keeps getting better and better!
Build 1.0.58 (4 Mar 2011)
Login or Signup to reply.
brian Fri 4 Mar 2011
New build posted and online docs updated.
Nothing major in this build, but lots of nice tweaks and bug fixes here and there.
Readonly Keyword
Biggest change in this build is that the
readonly
keyword is deprecated. The work around is:See ticket #1369 for more details.
SQL Changes
All the previoulsy deprecated SQL APIs have been removed in this build. See #1318 for more details.
FWT Enhancements
Lots of nice enhancements to gfx and fwt APIs:
Many thanks to @ystrot who contributed many of these enhancements.
Also Andy continues to make continuous progress on refinements to the JS FWT implementation, it keeps getting better and better!
Change Log
Build 1.0.58 (4 Mar 2011)