Skip to content

Commit f563e6a

Browse files
committed
1.0.5 rel
1 parent c457713 commit f563e6a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Interfaces.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_INTERFACES_VERSION', '0.1.4' );
18+
define( 'DATAVALUES_INTERFACES_VERSION', '0.1.5' );
1919

2020
/**
2121
* @deprecated

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,18 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
5656

5757
## Release notes
5858

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+
5964
### 0.1.4 (2014-04-14)
6065

61-
* Added rawValue and expectedFormat arguments to ValueParsers\ParseException
66+
* Added rawValue and expectedFormat arguments to `ValueParsers\ParseException`
6267

6368
### 0.1.3 (2014-03-31)
6469

65-
* Added ValueFormatters\FormattingException
70+
* Added `ValueFormatters\FormattingException`
6671

6772
### 0.1.2 (2013-11-22)
6873

@@ -74,9 +79,9 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
7479

7580
Initial release with these features:
7681

77-
* ValueFormatters\ValueFormatter interface
78-
* ValueParsers\ValueParser interface
79-
* ValueValidators\ValueValidator interface
82+
* `ValueFormatters\ValueFormatter` interface
83+
* `ValueParsers\ValueParser` interface
84+
* `ValueValidators\ValueValidator` interface
8085

8186
## Links
8287

0 commit comments

Comments
 (0)