Thursday, June 08, 2006

Ajile 0.5 Released!

Download Ajile 0.5 here!

This release includes the following changes:
  • Now supports Opera 7.54+.
  • Simplified use via new shared auto-loader (index.js).
  • Faster importing with no window.onload dependency.
  • Automatic runtime source code cloaking.
  • Improved debug logging via enhanced window.alert() function.
  • Debug log viewing via new Ajile.ShowLog() function.
  • Memory management via new Ajile.Unload() function.
  • Renamed Ajile.DOT_NAMESPACE property to Ajile.USE_NAME.
  • Renamed Ajile.DIR_NAMESPACE property to Ajile.USE_PATH.
  • Backwards compatability for renamed properties.
The new index.js shared auto-loader simplifies use by making the com.iskitz.ajile.<version>.js script file the only one that needs to be specified in the web page. All other script/module dependencies can be defined within the file without modifying the web page, great for MVC implementations!.

Download the new release and try it!

Friday, June 02, 2006

Ajile 0.5 Coming Soon!

Ajile 0.5 will be available in the next few days!

The new release will have:
  • Improved importing (faster & more robust).
  • Opera support.
  • Smaller footprint.
  • Memory Management.
Stay tuned at: http://ajile.iskitz.com/.