Skip to content

Releases: BowlerHatLLC/asconfigc

asconfigc v0.10.0

21 Dec 23:32
Compare
Choose a tag to compare
  • Added clean option to delete the project's output folder.
  • Added unpackage-anes option to copy ANEs to a folder named .as3mxml-unpackaged-anes inside he output folder. Allows ANEs to be used when testing an Adobe AIR app in the desktop simulator. Used by Visual Studio Code.
  • Added storepass option to specify the code signing password for packaging an Adobe AIR application. If omitted, a prompt will be displayed instead (which was the existing behavior).
  • Fixed issue where using the namespace compiler option sometimes caused compilation to fail because its formatting was inconsistent.
  • Fixed issue where using the include-namespaces would always cause compilation to fail because the command line option passed to the compiler was missing the letter "s".

asconfigc v0.9.0

31 Oct 17:48
Compare
Choose a tag to compare
  • Added new htmlTemplate field in asconfig.json for SWF projects.
  • Added missing default-background-color compiler option.

asconfigc v0.8.0

20 Sep 19:38
Compare
Choose a tag to compare
  • Files that should be included when packaging an Adobe AIR app are copied to the output folder when compiling a project for debugging in the AIR simulator.

asconfigc v0.7.0

08 Aug 18:10
Compare
Choose a tag to compare
  • Comments and trailing commas are allowed in asconfig.json.
  • Fixed issue where an empty field in an AIR application descriptor would not get automatically populated.
  • Fixed issue where paths might not be resolved correctly when adding directories to an Adobe AIR application.
  • Automatically generates an appropriate output filename for an Adobe AIR application, if none is provided.
  • Improved the available properties in the airOptions section for shared runtime apps.

asconfigc v0.6.10

30 May 18:15
Compare
Choose a tag to compare
  • Added support for js-default-initializers, js-output, warn-public-vars, and theme compiler options.
  • Stricter validation of asconfig.json files so that unknown options are properly detected.

asconfigc v0.6.9

19 Apr 19:05
Compare
Choose a tag to compare
  • Fixed issue where utf8-encoded characters could be lost when building Apache Royale projects.

asconfigc v0.6.8

11 Apr 17:57
Compare
Choose a tag to compare
  • Added support for ios_simulator section in airOptions.
  • Fixed issue where specifying an SDK path ending with a backslash on Windows caused builds to fail.

asconfigc v0.6.7

26 Feb 19:18
Compare
Choose a tag to compare
  • This project is now built with Apache Royale instead of Apache FlexJS.
  • asconfig.json may optionally include ${flexlib} token in paths specified in the compiler options. This token will be replaced with the path to the frameworks directory of the current SDK. For Apache Royale projects, the ${royalelib} token is available instead.
  • Fixed issue where extdir option for Adobe AIR packaging was missing from the asconfig.json schema.

asconfigc v0.6.6

08 Feb 16:28
Compare
Choose a tag to compare
  • Updated to use new Apache Royale npm modules, @apache-royale/royale-js and @apache-royale/royale-js-swf

asconfigc v0.6.5

01 Feb 19:50
Compare
Choose a tag to compare
  • Fixed issue where copying the Adobe AIR application descriptor to the output directory might fail if the output directory doesn't exist.