File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 15
15
return 1 ;
16
16
}
17
17
18
- define ( 'DATAVALUES_INTERFACES_VERSION ' , '0.1.4 ' );
18
+ define ( 'DATAVALUES_INTERFACES_VERSION ' , '0.1.5 ' );
19
19
20
20
/**
21
21
* @deprecated
Original file line number Diff line number Diff line change @@ -56,13 +56,18 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
56
56
57
57
## Release notes
58
58
59
+ ### 0.1.5 (2015-02-14)
60
+
61
+ * The options in the ` ValueFormatterBase ` constructor are now optional
62
+ * The MediaWiki extension registration now includes the license
63
+
59
64
### 0.1.4 (2014-04-14)
60
65
61
- * Added rawValue and expectedFormat arguments to ValueParsers\ParseException
66
+ * Added rawValue and expectedFormat arguments to ` ValueParsers\ParseException `
62
67
63
68
### 0.1.3 (2014-03-31)
64
69
65
- * Added ValueFormatters\FormattingException
70
+ * Added ` ValueFormatters\FormattingException `
66
71
67
72
### 0.1.2 (2013-11-22)
68
73
@@ -74,9 +79,9 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
74
79
75
80
Initial release with these features:
76
81
77
- * ValueFormatters\ValueFormatter interface
78
- * ValueParsers\ValueParser interface
79
- * ValueValidators\ValueValidator interface
82
+ * ` ValueFormatters\ValueFormatter ` interface
83
+ * ` ValueParsers\ValueParser ` interface
84
+ * ` ValueValidators\ValueValidator ` interface
80
85
81
86
## Links
82
87
You can’t perform that action at this time.
0 commit comments