NEWS in uttk-0.3.6.1 vs NEWS in uttk-0.4.5.0
- old
+ new
@@ -1,12 +1,29 @@
-= New in 0.3_p1, 2006-03-11:
+= New in 0.4 (aka Teenager), 2007-01-14:
+ * Core:
+ - Integration of abjective_command and unified_matchers.
+
+ * Documentation:
+ - Improve tutorials.
+ - Improve the main presentation.
+ - Add a short presentation.
+
+ * Strategies:
+ - Add the Command strategy that subsume the Cmd one.
+ - The ProbabilityThreshold strategy is renamed Threshold.
+
+ * Generators:
+ - Add a generator for strategies that uses commands.
+
+= New in 0.3_p1 (aka KID), 2006-03-11:
+
This patch level release fixes a dramatic bug that can hide some failing tests
(The pathname substitution inside an iterate could be done only once).
If you use Uttk, upgrade now!
-= New in 0.3, 2006-02-26:
+= New in 0.3 (aka KID), 2006-02-26:
This release is a minor which provides also some interesting improvements:
* Compatibility:
@@ -35,10 +52,23 @@
* Loaders:
* Ruby: You can use the Ruby's syntax (and power) to write your test suite.
+ * Yaml: A new syntax to mention the used strategy:
+
+ before:
+
+ My suite:
+ strategy: Suite
+ [...]
+
+ now:
+
+ My suite: !S::Suite
+ [...]
+
* Strategies:
* Strategy: Provides benchmark measurement.
* Assert:
This new strategy based on the strategy S::Block provides to the user
@@ -55,11 +85,11 @@
* Ruby is now in the symbol table:
In your tests you now must use <<ruby>> instead of just ruby.
This will permit to easily control and change the running ruby.
-= New in 0.2, 2005-05-06:
+= New in 0.2 (aka Infant), 2005-05-06:
This release is mainly a BugFix release but it provides also some improvements:
* Add templates to easily create your own loaders, dumpers, strategies...:
@@ -91,10 +121,10 @@
* Improve the Logger adding sugars.
* Skip the message when the block returns nil.
* LoggerFactory: Make section_tree available, and clean
create_section_tree.
-= New in 0.1, 2005-04-12:
+= New in 0.1 (aka Baby), 2005-04-12:
* Strategies:
Many strategies are already available.