Release notesFor help in installing or upgrading please visit their respective pages. Version 2.0Coming in the next week or two. Version 1.0.1- + Added a lock to the reading of the component list to fix a bug with components not being read in correctly.
- - Removed the nubcake slash detection.
Version 1.0- + Added the timestamping and timeouts to the cached directories.
- + Added the searchDir attribute to the config XML document in the ezDoc tag.
- + Added the comment support for <li> lists.
- ~ Modified the detail view to show the number of methods with the method lists.
- ~ Changed the cfc parser for functions to use a lazy regular expression.
- ~ Changed the cfc parser to fix a bug with pipes (|).
- ~ Changed the search to only search in current directory if specified in the config file.
- ~ Changed the reinitialization by url to be controlled by the config file.
- ~ Changed the config file to store the number of hours to cache the package query.
- ~ Changed the directory drop down to not show the Private option group when not available.
Version 0.5.5- + Added the search box to find components from any directory.
- + Automatically caching all component lists at application start.
- + Pulled the overview.cfm file from the past to replace an accidental erase.
- ~ Changed the styling on the default template to use black.
Version 0.5.4- + Return and argument types will try to find the component when it is not one of the standard coldfusion data types or show the list of native types.
- + DisplayName attribute from the component as the title on detailed view.
- ~ Fixed the "all packages" display to work.
Version 0.5.3- + Hint attributes always display with a "." on the end.
- + Made a default config file separate from production config file.
- Now have to copy the default.xml.cfm to config.xml.cfm in the config directory to setup application.
- Updates will no longer overwrite the config.xml.cfm file every time there is a change.
- Any new additions to the configuration xml structure will have to be manually changed on the production xml file.
- ~ When changing directory the url is redirected so refreshes work correctly.
- ~ Modified the output of the components in a package to be ordered.
Version 0.5.2- + Added the ability to do custom processing with meta information. All meta information is now run through the processMeta function from the utility cfc.
- @link link creates a link.
- @email email creates an email link.
- @see #methodNameInSameFile will link to the method in same component or interface.
- + Added caching to the package and component listings.
- + Added jQuery as the javascript library.
- + Added code toggling animation to code samples.
- + Added a changeset.cfm to the root directory.
- ~ Changed the code formatting and color to use a different script. Now using a function from Ben Nadel to do color syntax.
- ~ Changed the comment processing for comments before a component, interface, or function to use <p> to separate paragraphs like javadocs.
- ~ Moved the utility.cfc from within the template directory to the inc directory.
- ~ Moved the main.cfm to the root directory.
Version 0.5.1- + Added the ability to specify the package location of the install for use in createObject.
- ~ Fixed the stack overflow from the regex search of functions.
- ~ Fixed the CGI variable check on the private host to use the correct variable.
Version 0.5- Initial Version
- AKA: Everything is new.
- AKA: Infinite Monkies really can make something.
|