History.rdoc in versionomy-0.2.1 vs History.rdoc in versionomy-0.2.2

- old
+ new

@@ -1,9 +1,15 @@ +=== 0.2.2 / 2009-11-18 + +* Standard format now supports certain kinds of prereleases without a prerelease number. e.g. "1.9.2dev" is interpreted as the same number as "1.9.2dev0". +* Added Versionomy#ruby_version. +* A field can specify a default_value for parsing, distinct from the one specified by the schema. +* A field can specify requires_next_field to control whether the following field is required or optional. + === 0.2.1 / 2009-11-08 * Added Versionomy#version_of. -* Now lets Blockenspiel set its own VERSION instead of reaching into - Blockenspiel's namespace. +* Now lets Blockenspiel set its own VERSION instead of reaching into Blockenspiel's namespace. === 0.2.0 / 2009-11-05 * API CHANGE: Slight change to value comparison semantics. Value#eql? returns true only if the schemas are the same, whereas Value#== and the greater than and less than comparisons attempt to compare the semantic value, and thus may perform automatic schema conversion on the RHS. * API CHANGE: Merged Formats namespace into Format. Versionomy::Formats is now a (deprecated) alias for Versionomy::Format.