1. e6b5a81 Update release notes for 1.0.0 by Yishay Weiss · 3 days ago develop
  2. 4ba7850 Update version to 1.0.0 for release by Yishay Weiss · 3 days ago
  3. 7d583da MXMLRoyaleEmitter: don't assign property in factory method if it uses data binding by Josh Tynjala · 3 days ago
  4. 85a936b update release notes with latest commits by Josh Tynjala · 4 days ago
  5. 8f40ae2 MXMLClassReferenceNodeBase: an fx:DesignLayer may have children in MXML without [DefaultProperty] metadata by Josh Tynjala · 4 days ago
  6. a0a2d54 MXMLArrayNode: special case for fx:DesignLayer when checking if children are valid for the specified optional [ArrayElementType] by Josh Tynjala · 4 days ago
  7. de684f3 MXMLRoyaleEmitter: implement children-as-data=false for JS emitter by Josh Tynjala · 5 days ago
  8. 6c75f00 MXMLClassReferenceNodeBase: stricter MXML handling of default element children by Josh Tynjala · 5 days ago
  9. 16e41ab MXMLRoyaleEmitter: missing implementation for <fx:Vector> inside <fx:Declarations> by Josh Tynjala · 9 days ago
  10. 2ed32af MXMLRoyaleEmitter: an array containing a vector is not simple by Josh Tynjala · 9 days ago
  11. 7c450b0 MXMLVectorNode: fix wrong value of type in initializeDefaultProperty() by Josh Tynjala · 9 days ago
  12. 733c414 MXMLClassReferenceNodeBase: detect MXML 2006 declarations and add them to implicit MXMLDeclarationsNodes in the AST (references #243) by Josh Tynjala · 10 days ago
  13. 63ed1bc RELEASE_NOTES: update by Josh Tynjala · 12 days ago
  14. 4dc4c0f JSConfiguration: move warn-this-within-closure default value of true from Configuration by Josh Tynjala · 12 days ago
  15. 9bbc3e4 JSCPublisher: null check for result of resolveQNameToDefinition() when writing HTML template body by Josh Tynjala · 2 weeks ago
  16. 3879893 externc: expand list of top-level classes that should be dynamic, and add a list of top-level classes that should be final by Josh Tynjala · 3 weeks ago
  17. 0c4b771 ASC: fix comment that said the opposite of what it meant by Josh Tynjala · 3 weeks ago
  18. 5bf3f7f NOTICE: 2026 by Josh Tynjala · 3 weeks ago
  19. 4fdacae CSSTree: fix CSS attribute selectors that use an identifier instead of a string (closes apache/royale-asjs#108) by Josh Tynjala · 4 weeks ago
  20. 9c15562 royaleunit-ant-tasks: parse Adobe AIR version including both major and minor by Josh Tynjala · 4 weeks ago
  21. 34ca20c externc: hasSuperMethod() and hasSuperField() on ClassReference return false if super method/field is excluded by Josh Tynjala · 4 weeks ago
  22. a3f1249 externc: more exhaustive search for field and method overrides from interfaces by Josh Tynjala · 4 weeks ago
  23. 392f5e3 externc: FieldReference needs to check if the field was originally defined on an interface, similar to MethodReference by Josh Tynjala · 4 weeks ago
  24. a6290f7 MethodBodySemanticChecker: certain expressions that can resolve to a function type expression can be nested, so those need to be checked too by Josh Tynjala · 4 weeks ago
  25. 8bd5ca9 sdk.dependent.tests: fix for Linux by Josh Tynjala · 6 weeks ago
  26. 046842d MethodBodySemanticChecker: handle function type expressions as operands in ternary operators and logical binary operators by Josh Tynjala · 6 weeks ago
  27. 72a4a28 AccessorDefinition: fix function type expression metadata to work similarly to variables by Josh Tynjala · 6 weeks ago
  28. 5db2758 compiler: allow tests to be run with AIR ADL instead of Flash Player by Josh Tynjala · 6 weeks ago
  29. 3def6a8 royaleUnitDescriptor.template: hide AIR window by default by Josh Tynjala · 7 weeks ago
  30. 71a1962 royaleUnitDescriptor.template: consistent indentation by Josh Tynjala · 7 weeks ago
  31. a6a7f83 royaleunit-ant-tasks: prefer AIR_HOME over ROYALE_HOME, if available, to find adl and adt executables by Josh Tynjala · 7 weeks ago
  32. 8cee3fb MethodBodySemanticChecker: don't allow an arrow function to be used with new as a constructor by Josh Tynjala · 7 weeks ago
  33. 06e46e5 MethodBodySemanticChecker: prevent 'arguments' binding from being used in an arrow function by Josh Tynjala · 7 weeks ago
  34. 42bf14a formatter, linter: fix incorrect end line and end column on generated whitespace or extra tokens by Josh Tynjala · 8 weeks ago
  35. 5a4b8d3 RELEASE_NOTES: update for 0.9.13 by Josh Tynjala · 8 weeks ago
  36. 2404c68 MethodBodySemanticChecker: another exception for return types that aren't the same or subclasses (any (*) type) by Josh Tynjala · 8 weeks ago
  37. 5ed20c9 FunctionTypeExpressionNode: fix null AST node when parsing signature by Josh Tynjala · 8 weeks ago
  38. a6c8e59 FunctionCallEmitter: fix Vector.<Foo>() global function when using custom vector emulation class by Josh Tynjala · 8 weeks ago
  39. fd729b2 Tests for new vector emulation options to omit element types and to use a function for literals by Josh Tynjala · 8 weeks ago
  40. b6c0523 AsIsEmitter: fix implicit cast to vector when using js-vector-emulation-class option by Josh Tynjala · 8 weeks ago
  41. 5ef5638 AsIsEmitter: fix (x as *) emitting Language.as(x, *) in JS, where * doesn't exist by Josh Tynjala · 8 weeks ago
  42. d22b10d externc: create all directories for generated .as files beforehand by Josh Tynjala · 9 weeks ago
  43. 3f764ab JSConfiguration: js-vector-emulation-literal-function to allow calling a function to create a Vector literal instead of the constructor by Josh Tynjala · 9 weeks ago
  44. c8b7f35 AsIsEmitter: fix as and is when using js-vector-emulation-class by Josh Tynjala · 9 weeks ago
  45. 9fdb92a JSConfiguration: js-vector-emulation-element-types option to control whether js-vector-emulation-class receives the element types as a constructor argument or not by Josh Tynjala · 9 weeks ago
  46. 5d3b3f0 IdentifierNode: fix issue where asc can't compile because of dependency on RoyaleProject (closes #242) by Josh Tynjala · 10 weeks ago
  47. 8d12afc Ant: enable assertions on junit tests by Josh Tynjala · 10 weeks ago
  48. 60b7aa7 MXML HTTPService, WebService, RemoteObject: tweak some parent/child relationships to fix assertions by Josh Tynjala · 10 weeks ago
  49. ee996cd ASTokenFormatter, ASLinter: normalize file path and provide ASFileScope to fix assertion errors by Josh Tynjala · 10 weeks ago
  50. 6994db7 ExpressionNodeBase: fix assertion error for getDependencyType() with IFunctionTypeExpressionNode by Josh Tynjala · 10 weeks ago
  51. 7405d89 Function type expressions: optionally specify a required function signature for variables that can store functions, and check that signature at compile-time by Josh Tynjala · 5 months ago
  52. 9afc9f9 FontEmbeddingNotSupported: restore this class, even though it is not used in the compiler anymore, because it is referenced by the as3mxml language server by Josh Tynjala · 2 months ago
  53. ed97a92 Enable [Embed] for TTF/OTF fonts when targeting SWF by Josh Tynjala · 2 months ago
  54. ef3c6e7 FontEmbeddingNotSupported: fix typo by Josh Tynjala · 2 months ago
  55. 8965059 CSSTree: fix uncaught exceptions when parsing hexadecimal color values and number values by adding problems when invalid by Josh Tynjala · 5 months ago
  56. 8d78181 MethodBodySemanticChecker: when checking strict function types, if expected parameter is optional, actual parameter must be optional too by Josh Tynjala · 5 months ago
  57. c2484a6 MXMLScopeBuilder/MXMLFileScope: use a PackageScope as the containing scope for a type created with fx:Component by Josh Tynjala · 5 months ago
  58. b8a63a8 MXMLScopeBuilder: don't use a magic string for comparison, use a constant that already exists by Josh Tynjala · 5 months ago
  59. ba1a138 MXMLScopeBuilder: report a problem if the className value of fx:Component is not a valid AS3 identifier by Josh Tynjala · 5 months ago
  60. 86fa033 MethodBodySemanticChecker: performance optimization to return earlier from checkFunctionTypeMeta when expectedFunctionTypeMeta is null to avoid unnecessary resolve of right expression by Josh Tynjala · 5 months ago
  61. f0bf881 MethodBodySemanticChecker: added missing strict function types check for values of return statements by Josh Tynjala · 5 months ago
  62. a3870b3 compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven by Josh Tynjala · 5 months ago
  63. 37f2079 guava 33.5.0-jre and failureaccess 1.0.3 by Josh Tynjala · 5 months ago
  64. 20e7683 compiler-jx: some more tests for CSS attributes by Josh Tynjala · 5 months ago
  65. a8426f4 compiler: didn't mean to commit this, it was to test a specific feature faster by Josh Tynjala · 5 months ago
  66. 1422cba CSS: support more CSS pseudo-classes with arguments by Josh Tynjala · 5 months ago
  67. 6f571ca CSS: move function name validation into CSSTree so that those function names may be used as identifiers by Josh Tynjala · 5 months ago
  68. f2de1ac CSS: fix 'not' not being allowed as an identifier by moving the check for it into CSSTree with a new problem class for unknown pseudo-classes in selectors by Josh Tynjala · 5 months ago
  69. f9af40f CSS: make parsing of attribute selectors stricter by Josh Tynjala · 5 months ago
  70. c544fdc JSCSSCompilationSession: added many more HTML elements from the specification by Josh Tynjala · 6 months ago
  71. ca46a4f JSCSSCompilationSession: improved distinction between components and HTML elements when outputting CSS by Josh Tynjala · 6 months ago
  72. 3f09ebc JSCSSCompilationSession: fix issues with generation of selectors in real .css file where parts were incorrect or missing by Josh Tynjala · 6 months ago
  73. 485402c compiler-jx: add missing emit for fx:RegExp tags in MXML for JS targets by Josh Tynjala · 6 months ago
  74. 96ea150 MXMLClassDirectiveProcessor: allow fx:RegExp declaration in MXML when targeting SWF by Josh Tynjala · 6 months ago
  75. 071c9dd CSS.g: fix Decision can match input warnings for rgb() and rgba() by Josh Tynjala · 6 months ago
  76. c34cb84 maven: update antlr from 3.3 to 3.5.2 for consistency by Josh Tynjala · 6 months ago
  77. 451d813 Revert "maven: update from Antlr 2.7.7 and 3.3 to 3.5.2" by Josh Tynjala · 6 months ago
  78. cf6bf15 maven: update from Antlr 2.7.7 and 3.3 to 3.5.2 by Josh Tynjala · 6 months ago
  79. 84bb2f8 MXMLClassNode, MXMLFunctionNode: tweak use of assertion in getValue() to allow a null expression to return without throwing an exception by Josh Tynjala · 6 months ago
  80. 11f6bd2 more updated Flash Player projector content debugger URLs by Josh Tynjala · 6 months ago
  81. 66cfda1 prerequisiteCheck: updated URLs for Flash Player projector content debugger by Josh Tynjala · 6 months ago
  82. 27199fd externc: MethodReferenca and FunctionReference should return null instead of an empty string as default value for String return type by Josh Tynjala · 6 months ago
  83. b5a398a externc: in FunctionReference, return the appropriate default value for each type similar to MethodReference by Josh Tynjala · 6 months ago
  84. 59310d3 externc: fix some warnings returning null for Number/int/uint type by Josh Tynjala · 6 months ago
  85. 09997e4 compiler: fx:Function tests for SWF by Josh Tynjala · 7 months ago
  86. db122e1 sdk.integration.tests: include only tests that are excluded from normal tests by Josh Tynjala · 7 months ago
  87. fe36e7d tests: remove redundant exclusions by Josh Tynjala · 7 months ago
  88. 9b02897 MXMLObjectTagTests: fix typo by Josh Tynjala · 7 months ago
  89. a540579 IMXMLBlockVisitor, IMXMLEmitter: move MXMLFunctionID/fx:Function into its own visitFunction and emitFunction methods by Josh Tynjala · 7 months ago
  90. 96c57f2 MXMLRoyaleEmitter: fix missing assignment to field in constructor when a primitive value has an id and isn't a direct child of fx:Declarations by Josh Tynjala · 7 months ago
  91. 60bec73 MXMLRoyaleEmitter: fix fx:Function and fx:Class with id in fx:Declarations not getting set properly in constructor by Josh Tynjala · 7 months ago
  92. e41cf78 MXMLClassDirectiveProcess: fix Boolean, Number, int, uint, String, Class, and Function objects in fx:Declarations with an id when targeting SWF by Josh Tynjala · 7 months ago
  93. c6f396b MXMLComponentNode: fix null exception when fx:Component doesn't have a correct closing tag by Josh Tynjala · 7 months ago
  94. 6939105 MXMLClassDefinitionNode: allow Model tag as child of root when using MXML 2006 dialect by Josh Tynjala · 7 months ago
  95. 43d54ff MXMLClassDefinitionNode: allow mx:Component as a child of the root when using MXML 2006 dialect (closes #241) by Josh Tynjala · 7 months ago
  96. c0d0f88 MXMLClassDirectiveProcessor: fix incorrectly pushing the id of an MXML object as data when children-as-data is false by Josh Tynjala · 7 months ago
  97. 491aac0 Maven: use some version of apache-rat-plugin as royale-asjs by Josh Tynjala · 7 months ago
  98. c6c45b2 dependencies: instead of both commons-lang and commons-lang3, upgrade everything to commons-lang3 by Josh Tynjala · 7 months ago
  99. 4a819ee update commons-lang3 to 3.18.0 by Josh Tynjala · 7 months ago
  100. fdab753 swfdumps for null conditional dynamic operator by Josh Tynjala · 7 months ago