Sha256: d7de6e1ed6fa63646b87a594a74b27390a24123ac19ea11e92f6595bca76e6d4
Contents?: true
Size: 1.82 KB
Versions: 1
Compression:
Stored size: 1.82 KB
Contents
= RELEASE HISTORY == 2.1.0 / 2010-04-07 QED documents are now run in the TOPLEVEL context, rather than in a subclass of Scope. This ensures code runs as one would expect it too in the wild. Changes: * Scope.new redirect to TOPLEVEL. * DomainLanguage module is added to include into TOPLEVEL. == 2.0.0 / 2010-03-04 This is a major new release of QED. All demonstration documents are now converted to HTML via Tilt (http://github.com/tilt) before being run through the test runner. So QED now supports any markup format supported by Tilt, as well as ordinary HTML. Simply stated, QED process <tt>pre</tt> tags as code and everything else as comments. Nokogiri is used to parse the HTML. Changes: * HTML serves as a common format. * New dependencies: Tilt and Nokogiri. * New system of version numbers. == 1.2 / 2009-12-07 This release adds a significant new feature, Comment Matchers. These work like Cucumber allowing for background code to be run when matching comments occur --a much better solution for setup and teardown. Changes: * 2 Major Enhancements * Added command matchers via #When method. * All QED methods are now capitalized. * 2 Minor Enhancements * Use OptionParser for qed exectuable. * Verbatim reporter is literally verbatim. == 1.1 / 2009-09-05 This release Changes: * 2 Major Enhancements * Helpers are provided by bottom code. * Added Markdown header support. * 2 Minor Enhancements * Use Ansi project for color output. * Use latest RDoc version. == 1.0 / 2009-06-30 QED has found itself. It took some time to really figure out what this project "was" and how it should best be utilized. This release is the initial release that puts QED in proper perpective. Changes: * 2 Major Enhancement * Partial rewrite of a project that was once called "Quarry". * Now uese AE for assertions.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qed-2.1.0 | HISTORY |