|
|
WebSkeleton > Release Notes
1.2 (3/13/2004)
- Name changed from SkeletonCore to WebSkeleton to more closely reflect its purpose. Complete rebuild and rename of documentation and binaries.
- DOCTYPE declarations were being written out twice on a "raw Html" page.
- Fixed the type check of literal controls that wasn't quite correct.
- Distribution now comes in two forms: Simple and Complete. "Simple" just has the binary and documentation. "Complete" has the complete source code plus two complete example projects (in VB and C#).
1.11 (1/29/2004)
- Fixed documentation problem with Windows compiled help. (Thanks Imar)
- Add property to Skeleton for accessing the body tag's attributes.
1.1 (1/24/2004)
- Complete conversion to C#
- Added support for programmatically adding doctype declarations to the final HTML output. New property: (StringList) Skeleton.DocTypeDeclarations
- Added support for finding <!DOCTYPE...> declarations in raw aspx. Now doctype declarations that are in the aspx webform will get picked up and added to the DocTypeDeclarations string list.
- Distribution now includes release notes, readme, and documentation.
1.0 (10/27/2003)
- SkeletonCore is introduced.
|
|