updated release notes, and added some missing things from 0.7
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/14abba2c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/14abba2c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/14abba2c Branch: refs/heads/refactor-sprite Commit: 14abba2c947193001f5f0255cbe3318853cb68c7 Parents: 9f510bc Author: Josh Tynjala <joshtynj...@apache.org> Authored: Sun Oct 16 17:27:15 2016 -0700 Committer: Josh Tynjala <joshtynj...@apache.org> Committed: Sun Oct 16 17:27:15 2016 -0700 ---------------------------------------------------------------------- RELEASE_NOTES | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/14abba2c/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f768112..21c8e6e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,9 +11,9 @@ features. New Features ================= --more complete Reflection implementation with access to static members, kept metadata and method parameters --added cross-platform registerClassAlias/getAliasByClass/getClassByAlias implementations (reflection package) - +- More complete Reflection implementation with access to static members, kept metadata and method parameters +- Added cross-platform registerClassAlias/getAliasByClass/getClassByAlias implementations (reflection package) +- Added support for interpreting XML literals as JSX by adding [JSX] metadata to a function. Bug Fixes --------- @@ -23,7 +23,12 @@ Apache FlexJS 0.7.0 ================= - Support for XML contructors and literals as well as E4X. See here for limitations: https://cwiki.apache.org/confluence/display/FLEX/Using+XML+in+FlexJS -- Support for Typed Node.js +- Node.js projects no longer need to call require() for built-in modules. The JavaScript require() calls are generated when these modules are used. + define APIs for Typed Node.js +- The node.swc for Node.js APIs has been expanded to include more APIs with types for ActionScript. +- Added -source-map compiler argument to generate source maps, which allow web browser debuggers to step through add breakpoints to the original ActionScript code instead of the generated JavaScript. +- SDK may be built with Maven. +- Improved compatibility of externc tool to parse more Google Closure Compiler externs. Bug Fixes ---------