History.rdoc in versionomy-0.3.0 vs History.rdoc in versionomy-0.4.0
- old
+ new
@@ -1,5 +1,13 @@
+=== 0.4.0 / 2010-05-24
+
+* Included Semantic Version (http://semver.org/) format called "semver".
+* Parsing conversions can now prescreen or premodify the original format value.
+* Conversion algorithm tries to convert through the standard format if a direct conversion isn't found. For example, there is currently no direct conversion between semver and rubygems formats, but the converter can nevertheless convert the two because both can convert to and from standard.
+* Expanded the module version detection to include VERSION submodules.
+* Some Rakefile fixes to match RDoc and Ruby 1.9 changes.
+
=== 0.3.0 / 2009-11-30
* Alpha release, opened for public feedback
* Autoloading of format definitions using a load path.
* Format and conversion registry/lookup is now thread-safe.
@@ -63,10 +71,9 @@
* Some documentation updates.
* Rakefile updates for publishing to rubyforge and gemcutter.
=== 0.1.0 / 2009-10-14
-* Alpha release, opened for public feedback
* General rearchitecture. Better distinction between format and schema. Schema split into schema and field objects so the API makes more sense. Values are tighter and easier to use. Formats can now be built using a DSL. A bunch of API changes and bug fixes accompanied this-- too many to list.
* In the standard schema, renamed release type "release" to "final". Also renamed release type "prerelease" to "preview", now sorted between "release candidate" and "final".
* Documentation is much more complete.
* Now tested and confirmed compatible with Matz Ruby 1.9.1 and JRuby 1.4.
* Now uses blockenspiel 0.2; thus longer requires the mixology gem.