Changes since the 0.14 release include:
const enum representation to improve usability in the java binding. The types modified include: GPUBufferUsageFlags, GPUShaderStageFlags, GPUMapModeFlags, GPUColorWriteFlags and GPUTextureUsageFlags.RegExpResult type so that it is typed as an Array in the akasha:gwt artifact but continues to be typed as RegExpResult for the akasha:j2cl artifact. A change introduced in version v0.11 made it impossible to cast instances of this type in a GWT application without an unchecked cast because GWT was expecting a native javascript type of RegExpResult which is actually a closure type and not a javascript type.HTMLSelectElement.selectedOptions so accessing an element from the collection does not require casts.JsObject.create(...), JsObject.getPrototypeOf(...) and JsObject.assign(...) operations so that they return an instance of type JsObject rather than an instance of type Object.HTMLOptionsCollection.item(...) and HTMLOptionsCollection.namedItem(...) operations inherited from HTMLCollection as the HTMLOptionsCollection interface guarantees that the return type is HTMLOptionElement and thus the usability of the generated classes and externs can be improved by encoding this constraint.JsObject.valueOf_() operation.JsObject.toString_() operation.JsObject.hasOwnProperty() operation.JsObject.propertyIsEnumerable() operation.JsObject.isPrototypeOf() operation.r, g, b and a members of the GPUColorDict should appear in that order in the generated code to respect the way the users of the API expect to arrange the data.)