Version 0.0.1.1, The web classes library second phase is currently released under the File Release System of the project. The new version has many updates, additions and improvements to the old on (v0.0.1.0). To see what's new in the new release, download the source and look for the docs folder in the eDemon.Web project, it contains most of the new updates. Currently, all style basic classes are implemented (actually lacking one additional feature: converting styles to strings complying to CSS, which is expected to be released soon in about four days under version 0.0.1.2)
However, the classes on their current form are suffecient to store all style information of any HTML element. For those in hurry, you can use them in your code (create fields of type ElementStyle for your custom controls) to store all the style information of a control!
Please report any bugs (you might find quite some!) to the projects many lists and trackers.
Enjoy!
project administrator:
abumarsa
Notes on Versioning System
As will be completely mentioned in the project's Documentation, which is currently being formulated, each release will pass through three main phases, the skeleton phase, including the basic feature of classes being developped, a second phase, on which, all necessary features will be implemented, a third phase on which additional features will be added and implemented and finally a fourth phase on which bugs will be fixed (hopefully!), performance fine tuned and code documented!
Each package will be divided into smaller sub-packages so the final versioning system will be as follows
Major Version.Minor Version.Subpackage Version.Phase Version
Currently, we are at v 0.0.1.1
This means we are still on the alpha testing phase for the whole project, we are developping the very basic infrastructure on alpha phase, the sub package 1 is being developped in the second phase (first phase is 0)
|