Wednesday 10 April 2013

New Dart Editor Release with Dedicated WebGL Library

A new Dart Editor build is available at www.dartlang.org/editor. Changes include: New preference to disable auto-activation of code completion. Theme preview works with new analysis engine. Many performance and memory improvements with new analysis engine. Existing base64 encoder method CryptoUtils.bytesToBase64(List bytes, [int lineLength]) is changed to CryptoUtils.bytesToBase64(List bytes, {bool urlSafe : false, bool addLineSeparator : false}) Remove the (long deprecated) List.addLast method.
crawled from : Dartlang

No comments:

Post a Comment