[royale-asjs] branch develop updated: update RELEASE_NOTES for 0.9.7

2020-04-20 Thread joshtynjala
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new 1c1661a  update RELEASE_NOTES for 0.9.7
1c1661a is described below

commit 1c1661aeb918258f4dcc15605c2671b185c13630
Author: Josh Tynjala 
AuthorDate: Mon Apr 20 09:42:25 2020 -0700

update RELEASE_NOTES for 0.9.7
---
 RELEASE_NOTES.md | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 663a748..6783900 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -7,7 +7,13 @@ Apache Royale 0.9.7
 - 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)
+- Fix bin/mxmlc and bin/compc scripts that did not understand certain default 
compiler options in royale-config.xml
 - [add support for legacy HttpService decoding 
format](https://github.com/apache/royale-asjs/issues/466)
+- RoyaleUnit: [Test(async)] may be used to define asynchronous tests
+- RoyaleUnit: [BeforeClass] and [AfterClass] metadata must be added to static 
methods
+- RoyaleUnit: [Test] metadata supports an 'expected' attribute to expect a 
thrown exception
+- RoyaleUnit: Fixed incorrect order of expected and actual values in assert 
messages
+- RoyaleUnitUI: An optional UI to display the results of RoyaleUnit tests
 
 Apache Royale 0.9.6
 ===



[royale-asjs] branch develop updated: update release_notes"

2018-03-02 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new 83841f0  update release_notes"
83841f0 is described below

commit 83841f05df28ca1262c1b223c8f76dc4b5c46529
Author: Alex Harui 
AuthorDate: Fri Mar 2 00:27:26 2018 -0800

update release_notes"
---
 RELEASE_NOTES.md | 5 +
 1 file changed, 5 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5381d0e..8822ddc 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,6 +2,11 @@ Apache Royale 0.9.2
 ===
 
 - Added virtual item renderer management for fixed row height vertical lists.
+- Added Menu and MenuBar
+- Added DividedBox
+- Many CSS default values are now in the basic.css theme.
+- Added JSON2ASVO, a utility that creates AS classes from a JSON result
+- Added JSONReviver, a class that converts JSON to AS classes sort of like AMF
 - Added HScrollViewport
 - Added VScrollViewport
 - Fixed bugs in XML parsing and converting back to strings

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.