1. e880caf update RELEASE_NOTES by Josh Tynjala · 32 hours ago develop
  2. 6679e22 ASParser, VariableExpressionNode: fix start position of variable expression in for-in and for-each loops by Josh Tynjala · 32 hours ago
  3. 16db787 compiler-jx: source map improvements by Josh Tynjala · 32 hours ago
  4. 634fe4d Revert "[maven-release-plugin] prepare branch @{releaseLabel}" by Josh Tynjala · 10 days ago
  5. a078343 Revert "[maven-release-plugin] prepare for next development iteration" by Josh Tynjala · 10 days ago
  6. f0d867a [maven-release-plugin] prepare for next development iteration by Josh Tynjala · 10 days ago
  7. ff8ae7c [maven-release-plugin] prepare branch @{releaseLabel} by Josh Tynjala · 10 days ago
  8. a3ba36f LexicalScope: fix NullPointerException when getNameFromDefinition() is called with a null definition by Josh Tynjala · 11 days ago
  9. 2ea8bed ABCGeneratingReducer: fix NullPointerException when assigning to a property that has a getter, but no setter by Josh Tynjala · 11 days ago
  10. e6e2878 NamespaceDefinition: fix null exception when calling addResolvedUsedNamespace() and getResolvedOpenNamespaces() hasn't been called previously by Josh Tynjala · 2 weeks ago
  11. 427d542 formatter: fix formatting of switch/case inside for-each or for-in loop by Josh Tynjala · 2 weeks ago
  12. f7c9252 Revert "compiler: Maven build was excluding some tests that don't need to be excluded" by Josh Tynjala · 4 weeks ago
  13. 7a7fe6a compiler: Maven build was excluding some tests that don't need to be excluded by Josh Tynjala · 4 weeks ago
  14. 2848b52 compiler: new tests to ensure that compc-only options produce errors in mxmlc by Josh Tynjala · 4 weeks ago
  15. f6c1d2d royale-maven-plugin: fix Velocity warnings for deprecated configuration properties by Josh Tynjala · 4 weeks ago
  16. 8060fee debugger: directory name was changed from flex to royale, but package name still starts with flex by Josh Tynjala · 5 weeks ago
  17. 6f3ae5a add some missing parameters to raw types, or use ? in some cases, where it isn't safe, to clear up warnings by Josh Tynjala · 5 weeks ago
  18. 07d6e45 JSCSSCompilationSession: unused local var by Josh Tynjala · 5 weeks ago
  19. 0424f6a flex-compiler-oem: suppress some warnings for raw types by Josh Tynjala · 5 weeks ago
  20. 50a5b5d CustomPlayerCommand: Execute.getProcEnvironment() is deprecated, replace with suggested Execute.getEnvironmentVariables() by Josh Tynjala · 5 weeks ago
  21. 352d641 class.newInstance() is deprecated, replace with recommended class.getConstructor().newInstance() instead by Josh Tynjala · 5 weeks ago
  22. 2358fa2 Tests: org.junit.Assert.assertThat is deprecated, so migrate to the suggested org.hamcrest.MatcherAssert.assertThat by Josh Tynjala · 5 weeks ago
  23. 6ac4317 TestRoyaleProject: for some reason this class hadn't migrated to org.junit.Assert from junit.framework.Assert, which is deprecated by Josh Tynjala · 5 weeks ago
  24. 4d7a1ad FileFileFilter.FILE from commons-io is deprecated and replaced with FileFileFilter.INSTANCE by Josh Tynjala · 5 weeks ago
  25. 0a7d2f2 royale-maven-plugin: update Velocity Engine to 2.3 by Josh Tynjala · 5 weeks ago
  26. 1ee4fe4 fix use of deprecated constructors for primitive types like Integer/Double/etc. by Josh Tynjala · 5 weeks ago
  27. 72deba2 clean up some warnings by Josh Tynjala · 5 weeks ago
  28. 3018b7f MXMLJSC: remove some dead code by Josh Tynjala · 5 weeks ago
  29. 8145d49 JDK 11 by Josh Tynjala · 5 weeks ago
  30. 6d0a2ad missing updates for minimum Maven version to 3.8.1 by Josh Tynjala · 5 weeks ago
  31. ef1e4aa royale-maven-plugin: ignore swcs in test scope when compiling swc, app, or asdoc by Josh Tynjala · 6 weeks ago
  32. aab19a6 compiler-jx: fix exception when projectConfigurator.getTargetSettings() returns null by Josh Tynjala · 6 weeks ago
  33. bc55e66 NoCRLFInputStream: fix three argument read(), which iterated through a temp byte[] using a wrong starting index by Josh Tynjala · 7 weeks ago
  34. 820dabd MethodBodySemanticChecker: fix null reference exception checking IASNode source path value by Josh Tynjala · 7 weeks ago
  35. 06d364c Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by mjesteve · 8 weeks ago
  36. 8807085 Merge branch 'issues/#238' of https://github.com/apache/royale-compiler into issues/#238 by mjesteve · 8 weeks ago
  37. 33a2d4b compiler: CSS support so that an identifier can be the value of an attribute-selector. by mjesteve · 9 weeks ago
  38. 575793f compiler: Fix null pointer exception when omitting quoted <fx:Vector> value for fixed and type attributes by Josh Tynjala · 8 weeks ago
  39. f943136 compiler: fix ArrayStoreException for unexpected attributes on <fx:Array> and <fx:Vector> by Josh Tynjala · 8 weeks ago
  40. b575f53 compiler: better problem message when MXML implements attribute is empty by Josh Tynjala · 8 weeks ago
  41. 04b917f compiler: fix parsing of source, destination, and twoWay values in MXMLBindingNode by Josh Tynjala · 8 weeks ago
  42. c14e5b8 compiler: Fix null pointer exception when omitting quoted <fx:Style> value for source attribute by Josh Tynjala · 8 weeks ago
  43. 2f14d6d compiler: strict-flex-css compiler option by Josh Tynjala · 8 weeks ago
  44. ae1069c JSCSSCompilationSession: fix double quotes not getting escaped for certain selectors (references #238) by Josh Tynjala · 8 weeks ago
  45. d347bf7 compiler: CSS support so that an identifier can be the value of an attribute-selector. by mjesteve · 9 weeks ago
  46. d248f54 CSS.g/CSSTree.g: a dashed identifier is not allowed everywhere an identifier is by Josh Tynjala · 9 weeks ago
  47. 2d0a1d8 CSSTree.g: supports a mode where CSS syntax that would be unrecognized by the Flex SDK compiler reports a problem by Josh Tynjala · 9 weeks ago
  48. 11c1e8b compiler: support CSS custom properties with -- prefix and var() function in JS targets (closes #184) by Josh Tynjala · 9 weeks ago
  49. a90b170 MXMLPropertySpecifierNode: fix crash when IStyleDefinition was incorrectly cast to IVariableDefinition when handling default property for type Object by Josh Tynjala · 2 months ago
  50. 152d740 ICSSFontFace: add getProperties() to allow tools to access the original ICSSProperty values by Josh Tynjala · 2 months ago
  51. 9d2dc13 ICSSCombinator: should extend ICSSNode, like other CSS interfaces by Josh Tynjala · 2 months ago
  52. a1ae0e2 fix CSS children for JBurg by Josh Tynjala · 2 months ago
  53. 15c7703 add missing parent/child relationships and better start/end/line/column positions to CSS nodes by Josh Tynjala · 3 months ago
  54. 3a77e33 ICSSNode: add getParent() by Josh Tynjala · 3 months ago
  55. b49251f Fix null reference error for type parameter in createLiteralNode. Under some circumstances, 'type' can be null when called, (perhaps only with '*'/ANY type). by greg-dove · 3 months ago
  56. 31a5480 RoyaleAppSWFTarget: someone forgot to catch ProblemParsingCSSRuntimeException by Josh Tynjala · 3 months ago
  57. 1d6dc65 release notes for recent CSS changes by Josh Tynjala · 3 months ago
  58. 007386b CSS.g: radial, conic, and repeating gradient functions by Josh Tynjala · 3 months ago
  59. 98be294 CSS.g: add support for modern rgb()/rgba() function syntax that has whitespace instead of commas between values, and forward slash / before alpha by Josh Tynjala · 3 months ago
  60. 11eb8bb CSS.g: matrix() and matrix3d() functions strictly require commas by Josh Tynjala · 3 months ago
  61. e5b46ba CSS.g: commas are optional in rgb() and rgba() by Josh Tynjala · 3 months ago
  62. 3f113f0 CSS.g: more CSS transform functions by Josh Tynjala · 3 months ago
  63. d300191 CSSDocument: fix missing lexer problems that were lost in commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62 by Josh Tynjala · 3 months ago
  64. dadb1ee UnexpectedExceptionProblem: displays full stack trace instead of top of stack only by Josh Tynjala · 3 months ago
  65. 2560226 CSS.g: require EOF so that extra invalid content at the end after valid content is not ignored silently by Josh Tynjala · 3 months ago
  66. d23dd16 CSSDocument: if CSSFontFace or CSSNamespace have syntax issues, report them as problems instead of throwing exceptions by Josh Tynjala · 3 months ago
  67. 03c6df8 CSSDocument: parser, lexer, and tree walker can add ICompilerProblem instead of just CSSParserProblem by Josh Tynjala · 3 months ago
  68. 1c9dca4 CSSDocument: if lexer has errors, don't continue to parser, and if parser has errors, don't continue to tree walker by Josh Tynjala · 3 months ago
  69. 411ada8 MXMLStyleNode: fix exception when CSSDocument.parse() returns null by Josh Tynjala · 3 months ago
  70. 107ebb3 CSS.g: fixed crash when EOF is next token after simple selector by Josh Tynjala · 3 months ago
  71. dc081e2 Missing release note by Josh Tynjala · 3 months ago
  72. 79276bf CSSDocument: fix null exception when <fx:Style> contains only comments (closes #1218) by Josh Tynjala · 3 months ago
  73. fc03f3b JSClosureCompilerWrapper: fix compiler crash when attempting to use --remove-circulars=false with a release build by Josh Tynjala · 4 months ago
  74. 4a94263 compiler: abstract getters/setters by Josh Tynjala · 4 months ago
  75. cb1c4c7 Release Notes by Josh Tynjala · 5 months ago
  76. 6700d8b update junit to 4.13.2 to make Dependabot happy by Josh Tynjala · 5 months ago
  77. e19f921 update dom4j to 2.1.4 to make Dependabot happy by Josh Tynjala · 5 months ago
  78. f330b25 Ant tasks: update ant dependency to 1.10.14 to make Dependabot happy by Josh Tynjala · 5 months ago
  79. 769aca7 update Java-WebSocket to version 1.5.6 to make Dependabot happy by Josh Tynjala · 5 months ago
  80. 355054c RoyaleProject: collect missing errors from MXMLManifestManager, which indicate if a manifest XML file is invalid or creates an invalid mapping by Josh Tynjala · 5 months ago
  81. f01fa8e MXMLModelNode: add problem if it has multiple root tags by Josh Tynjala · 5 months ago
  82. f2808fd RPC: arguments/request tags are now parsed the same as <fx:Model> by Josh Tynjala · 5 months ago
  83. bab243d MXMLModelPropertyContainerNodeBase: add missing setLocation() for tags by Josh Tynjala · 5 months ago
  84. 3f76ef1 RPC: arguments made with duplicate child tags are now treated as arrays by Josh Tynjala · 5 months ago
  85. 7af3473 MXMLRoyaleEmitter: fix issue where non-string values in an array could be quoted by Josh Tynjala · 5 months ago
  86. ca7fde5 commons-compress: update to 1.26.0 to make Dependabot happy by Josh Tynjala · 5 months ago
  87. 48eee88 CSSDocument: add null check for tokenStream by Josh Tynjala · 5 months ago
  88. bdcb50c IMXMLStyleNode: getContentStart() to indicate where the CSS text starts within the <fx:Style> tag by Josh Tynjala · 5 months ago
  89. 6331da3 CSSDocument: fix start/end/line/column/endLine/endColumn range detection by Josh Tynjala · 5 months ago
  90. 2abad7b MXMLStyleNode, CSSNodeBase: fix line/column positions of CSS nodes by Josh Tynjala · 5 months ago
  91. 4c536e1 Ant: Java 11 minimum by Josh Tynjala · 5 months ago
  92. 358a9eb Maven: require Java 11 by Josh Tynjala · 5 months ago
  93. d8b873a ASTokenFormatter: avoid null being returned for getTokenText() by Josh Tynjala · 5 months ago
  94. d029edf compiler: some null checks for child node URIs in RPC services by Josh Tynjala · 6 months ago
  95. 5466c9f RemoteObject and WebService nodes consistently check operation/method tags for short name and URI by Josh Tynjala · 6 months ago
  96. 7355acb more fixes for RPC classes (HTTPService, WebService, RemoteObject) request/arguments properties by Josh Tynjala · 6 months ago
  97. 6fe3cae MXMLClassDirectiveProcessor: fix missing handling of compiler.mxml.children-as-data == false that caused WebService and RemoteObject sdk.dependent.tests to fail by Josh Tynjala · 6 months ago
  98. 85d9cc5 MXMLInstanceTagTests: a couple of additional tests, for completeness by Josh Tynjala · 6 months ago
  99. 9356927 compiler: enable more tests for flex rpc services in sdk.dependent.tests by Josh Tynjala · 6 months ago
  100. 79aee65 MXMLHTTPServiceNode, MXMLHTTPServiceRequestPropertyNode: improve broken parsing of <request> tag under <HTTPService> by Josh Tynjala · 6 months ago