What's New
[Previous] [Main] [Next]

 
Version History
 
01 July 2001 - Version 3.2
  • Added binary tree class to the base list class for improved speed.
  • Added wildcard pattern matching to the DCString class.
  • Improved the DCString class to make it more efficient.
  • Added LoadFromFile() and SaveToFile() methods to the DCString class.
  • Added new encryption algorithms to the Coder class.
  • Added LoadFromFile() and SaveToFile() methods to the CNVList class.
  • Added ToText() and FromText() methods to the CNVList class.

1 September 1998 - Version 2.0
  • Automatic variable substitution. Name/value pairs are automatically inserted into <INPUT> tags by name during output. This makes is a snap to create multi-page forms pre-populated with data from other pages.
  • Broader support for more web servers. html++ now features a htmlServer base class defining a common interface for interacting with a web server, from which subclasses are derived for specific types of servers. htmlServer expands upon the functionality in previous versions of htmlCgi in that it also provides hooks for sending output to the server rather just through stdout. The htmlCgi and htmlISAPI classes are derived from htmlServer. Future releases will support NSAPI and WAI via similar derived classes.
  • Page output is now directed to a htmlServer-derived object (e.g., htmlCgi or htmlISAPI) instead of cout. Outputting directly to cout still works if using CGI.
  • Integrated support for interfacing with ISAPI servers (such as Microsoft IIS) via the new htmlISAPI class. Users can now pass an ISAPI EXTENSION_CONTROL_BLOCK structure directly to html++, and feed html++ objects directly to the server.
  • New support for automatic encryption and decryption of hidden fields and URL-encoded data. Any Coder-derived class (such as ScrambleCoder or a user-defined class) specified as an htmlServer constructor argument or via the htmlServer::Crypt() method can be used. The NullCoder class is used by default so that data is not encrypted unless enabled by the application.
  • Added new Coder abstract base class defining a common interface for creating classes that encode and encrypt data. User-defined algorithms can be created by overriding simple methods (e.g., Encode and Decode).
  • Added NullCoder class for standard pass-through of data.
  • Added XorCoder class utilizing simple but effective "exclusive-or" technique of encryption.
  • Added ScrambleCoder class using highly-secure (non-DES) password-based encryption.
  • Added UrlCoder class for generating/decoding URL-encoded data strings (used internally by the htmlServer::Encode() and htmlServer::Decode() routines). This class is also useful for encoding data containing nulls and other non-printable characters as strings.
  • Cookie support has been moved from the htmlPage class to the htmlServer base class to facilitate consistent operation with htmlCgi and htmlISAPI.
  • The htmlServer::GetEnv() and htmlServer::LoadEnvironment() methods are now virtual.
  • New class hierarchy chart in the Class Reference Guide.
 
10 August 1998 - Version 1.3
  • Overloaded () operator in the CNVList class to accept a name string and return a reference to the appropriate value string object, creating one if it doesn't exist. This makes it very convenient create name/value pairs on-the-fly for use in the left side of an assignment.
  • Modified htmlCgi class to load environment variables during construction instead of during the htmlCgi::Initialize() method. Added Initialize() method without any arguments. These enhancements permit applications to alter htmlCgi member variables such as Request_Method and Query_String prior to calling Initialize() manually.
 
24 July 1998 - Version 1.2
  • Enhanced htmlInputSelect::AddFile() to support hidden value and display portions of options using tab characters.
  • Overloaded parentheses () operators in htmlObject and htmlGroup base classes to allow easy inline insertion of other objects, particularly text into htmlFont objects.
  • Corrected bug in String::GetNextToken to properly parse quoted text.
  • Added constructors to htmlFont class to make it more convenient to specify colors.
  • Added #define for HTMLPPEXPORT for use in declaration of all classes.
  • Began shipping Win32 version as a DLL instead of a static library.
  • Lots of new examples.
 
03 March 1998 - Version 1.1
  • Corrected bug in htmlCgi class to properly parse multipart-mime data from Microsoft Internet Explorer browsers (used by file uploads).
  • Split documentation into separate User Guide and Reference Guide.
  • New tutorial section.
 
22 December 1997 - Version 1.0
Initial release.  
 


©1997-2002 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.