webgui/www/extras/yui/releasenotes
..
README.animation
README.autocomplete
README.base
README.button
README.calendar
README.carousel
README.charts
README.colorpicker
README.connection
README.container
README.cookie
README.datasource
README.datatable
README.datemath
README.dom
README.dragdrop
README.editor
README.element
README.event
README.event-simulate
README.fonts
README.get
README.grids
README.history
README.imagecropper
README.imageloader
README.json
README.layout
README.logger
README.menu
README.paginator
README.profiler
README.profilerviewer
README.progressbar
README.reset
README.reset-fonts
README.reset-fonts-grids
README.resize
README.selector
README.slider
README.storage
README.stylesheet
README.swf
README.swfdetect
README.swfstore
README.tabview
README.treeview
README.uploader
README.utilities
README.yahoo
README.yahoo-dom-event
README.yuiloader
README.yuiloader-dom-event
README.yuitest

YUI Library - YUITest - Release Notes

2.8.0

  * Fixed issues with ArrayAssert methods (trac #2528121)
  * UserAction moved into a new module: event-simulate.
  * Custom Error objects inherit from Object instead of Error.

2.7.0

  * No changes

2.6.0

  * Added failsafe mechanism for wait() - will automatically fail a test after 10 seconds if resume() isn't called.
  * Augmented wait() to allow a single argument, a timeout after which point the test should fail.
  * Fixed small bug in TestManager.
  
2.5.1

  * Fixed ObjectAssert.hasProperty() so that is correctly identifies declared properties with a value of undefined.
  * Fixed DateAssert documentation errors.
  * Added ability to include framework assertion message in addition to custom assertion message.
  * Fixed Assert.isUndefined() documentation error.
  
2.5.0
 
  * Updated test results format to include ignored tests, result types, and names.
  * Introduced test result formats in JSON and XML.
  * Introduced TestReporter object.
  * Removed beta tag.
    
2.4.0

  * Changed test running from synchronous to asynchronous.
  * Added wait() and resume() methods to TestRunner to allow testing of asynchronous features.
  
2.3.1

  * No changes
  
2.3.0

  * Beta release