Tuesday, January 31, 2006

API Docs Available

Ajile's API Documentation is now available!

View it here or under the Documentation section at http://ajile.iskitz.com/.

Sunday, January 22, 2006

Ajile 0.4 Released!

Download Ajile 0.4 here!

This release includes the following changes:
  • New ImportAs directive:
ImportAs ("MyAlias", "com.yoursite.SpecialType");
  • Renamed Package directive to Namespace.
  • Renamed PackageException to NamespaceException.
  • Backwards compatability for Package and PackageException.
  • Ambiguity example showcasing ImportAs.
  • Improved auto-detection of script path and packaging style.
  • Improved resource cleanup when unloaded.
The new ImportAs directive increases the developer's abilityto control imported types or objects and is an excellent means for handling type ambiguities.

Download the new release and try it!