Supported: Internet Explorer 6+ Supported: Mozilla Firefox 2+ Supported: Apple Safari 3+ Supported: Google Chrome Supported: Opera 9+ Supported: Konqueror

Releases

September 7th, 2008

AJAX.OOP Version 1.0.4 Released

We keep developing our library and a new version was released today.

Changes in new version are:

  • Fixed problem with toJSON functionlity on Objects.
  • Several changes in Ajax Base Object:
    • Added functions for working with types.
    • Added Debug property which applies to all library and allows to turn on/off debugging in development process.
    • Added Chrome property to determine Google Chrome browser, popularity of which is grown from day-to-day.
    • Added methods Toggle() and Resolve() to solve the compatibility with other libraries problem.
  • Resolved compatibility issues with other libraries like jQuery, Prototypejs, etc.
  • Fixed problems with AJAX requests in Internet Explorer.
  • OOP engine enhancements and fixes:
    • OOP engine is now handling types of passed agruments to Ajax.Class and throws TypeError exceptions if them are not valid.
    • Solved critical problem with aggregation of classes.
    • Accessors names are changed now! this.$parent and this.$_parent now are this.$super and this.$_super. This critical changes was made to follow the common syntax of JavaScript domain. Due to specification of ECMAScript Edition 4 (JavaScript version 2) in OO model will be used “super” accessor - so this is common name for such entity and AJAX.OOP goes to support this syntax - “super” instead of “parent”.
  • Documentation updated due to made changes.

You can get new verion of AJAX.OOP library from Download section of our website.

Thanks to everyone helped made this release!

September 5th, 2008

AJAX.OOP 1.0.3 Released

UTDATE: Due to found bugs version 1.0.3 obtained “beta” status. Thanks for everyone who helped us testing the library. New updets with version 1.0.4 coming soon.

We are keep developing our small library and fixing bugs under a major 1.0 release.

So here it is - AJAX.OOP version 1.0.3 released and available for download. In this version was fixed some critical bugs related to OOP engine work under Internet Explorer and AJAX functionality errors. Seems like everything is works fine now, so we hope our users will be happy with the new update.

It was also fixed code to be ready for compression issues and we made compressed version of a library for production applications. Both compression methods with JavaScript Compressor and gzip will give an ability to reduce weight of code to 4KB. We think it’s a really good result for any website using our library.

Also we planned make soon a roadmap of the project so check our news!