You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/04/18 23:53:32 UTC

[royale-asjs] branch release/0.9.7 updated: Initial update of release notes for 0.9.7

This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new bce3509  Initial update of release notes for 0.9.7
bce3509 is described below

commit bce3509e7124b5ae0852ef467823e8c56768f8cc
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sun Apr 19 11:52:42 2020 +1200

    Initial update of release notes for 0.9.7
---
 RELEASE_NOTES.md | 45 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 38 insertions(+), 7 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 663a748..6c7f675 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,13 +1,44 @@
 Apache Royale 0.9.7
 ===================
 
-- Added 'URLVariables' emulation to Network library
-- Reflection support improved (supports access to custom namespaces)
+- Reflection support improved (supports access to custom namespaces) including improved utility methods
 - Added a 'getTimer' emulation to Core library, similar to 'flash.utils.getTimer'
-- Added support for using Command pattern to Crux
-- added [RoyaleArrayLike] implementation support added to Royale Collections, and BinaryData
-- improvements to XML/E4X conformance, and memory footprint (tbc @harbs)
-- [add support for legacy HttpService decoding format](https://github.com/apache/royale-asjs/issues/466)
+- added [RoyaleArrayLike] implementation support to Royale Collections, and BinaryData
+- improvements to XML/E4X conformance, and memory footprint
+- General improvements in Bindings, including function bindings
+- Crux:
+  - Improved:
+    - Crux can now be used in MXRoyale and SparkRoyale applications
+  - New:
+    - Added support for using Command pattern to Crux
+- Graphics:
+  - New:
+    - Added new high-parity swf graphics emulation.
+- Jewel:
+  - Improved:
+    - @todo Carlos
+  - New:
+    - Added VSlider. The original Slider is now HSlider. 
+    - @todo Carlos
+- Network:
+  - Improved:
+    - URLLoader now respects contentType passed in via URLRequest.
+  - New:
+    - Added URLVariables emulation
+- MXRoyale: 
+  - Improved: 
+    - mx.utils.ObjectUtil - improved parity
+    - mx.net.SharedObject - improved parity
+    - [add support for legacy HttpService decoding format](https://github.com/apache/royale-asjs/issues/466)
+    - Fixes in mx.messaging for polling support, mx.external.ExternalInterface
+  - New:
+    - mx.net.SharedObjectJSON - new alternative
+- Dozens of bugs reported, investigated, and squashed. For details of
+  closed bug reports see [GitHub Issues list](https://github.com/apache/royale-asjs/issues?q=is%3Aissue+is%3Aclosed).
+
+Updates to the RELEASE_NOTES made after this file was packaged into the release artifacts can be found here:
+
+https://github.com/apache/royale-asjs/wiki/Release-Notes-0.9.7
 
 Apache Royale 0.9.6
 ===================
@@ -39,7 +70,7 @@ Apache Royale 0.9.6
 - int, uint, Class are now represented as simple, distinct types (Class is now not an 'Object', int is now not a 'Number', for example), and these support indirect 'as' or 'is' type checking and instantiation, matching swf behavior.
 - General improvements and additions to the Reflection library.
 - New Apache Royale Crux MVC/DI/IOC application architecture library (based on Swiz Framework) was added, with some simple examples.
-- Added and updated documentation in many areaas of [ASDocs reference](https://royale.apache.org/asdoc/).
+- Added and updated documentation in many areas of [ASDocs reference](https://royale.apache.org/asdoc/).
 - Dozens of bugs reported, investigated, and squashed. For details of
   closed bug reports see [GitHub Issues list](https://github.com/apache/royale-asjs/issues?q=is%3Aissue+is%3Aclosed).