Releases: BowlerHatLLC/asconfigc
Releases · BowlerHatLLC/asconfigc
asconfigc v0.10.0
- 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
- Added new
htmlTemplate
field in asconfig.json for SWF projects. - Added missing
default-background-color
compiler option.
asconfigc v0.8.0
- 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
- 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
- Added support for
js-default-initializers
,js-output
,warn-public-vars
, andtheme
compiler options. - Stricter validation of asconfig.json files so that unknown options are properly detected.
asconfigc v0.6.9
- Fixed issue where utf8-encoded characters could be lost when building Apache Royale projects.
asconfigc v0.6.8
- Added support for
ios_simulator
section inairOptions
. - Fixed issue where specifying an SDK path ending with a backslash on Windows caused builds to fail.
asconfigc v0.6.7
- 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
- Updated to use new Apache Royale npm modules, @apache-royale/royale-js and @apache-royale/royale-js-swf
asconfigc v0.6.5
- Fixed issue where copying the Adobe AIR application descriptor to the output directory might fail if the output directory doesn't exist.