Skip to content

Releases: DataValues/Interfaces

1.0.0

24 Jan 14:16
244d078
Compare
Choose a tag to compare

0.2.5

09 Aug 15:19
Compare
Choose a tag to compare

Removed MediaWiki extension credits registration

0.2.4

02 Aug 17:18
Compare
Choose a tag to compare

Fixed ValueFormatterTestBase not being installable via Composer.

0.2.3

02 Aug 16:18
Compare
Choose a tag to compare
  • Updated minimal required PHP version from 5.3 to 5.5.9.
  • Minor fixes to code documentation.
  • Added PHPCS support.

0.2.2

15 Jul 11:58
Compare
Choose a tag to compare

Fixed ValueFormatterTestBase not doing strict string comparisons.

0.2.1

13 Jan 18:45
Compare
Choose a tag to compare
  • Fixed an issue when using this component with HHVM 1.11.0 (see #21).

0.2.0

11 Aug 09:41
Compare
Choose a tag to compare
  • Dropped deprecated ErrorObject, use Error instead
  • Dropped deprecated ResultObject, use Result instead
  • Dropped deprecated constant DataValuesInterfaces_VERSION, use DATAVALUES_INTERFACES_VERSION instead
  • Dropped ValueFormatterTestBase::getFormatterClass
  • Made ValueFormatterTestBase::getInstance abstract
  • The options in ValueFormatterTestBase::getInstance are now optional

0.1.5

09 Sep 12:01
Compare
Choose a tag to compare
  • The options in the ValueFormatterBase constructor are now optional
  • The MediaWiki extension registration now includes the license

0.1.4

14 Apr 08:18
Compare
Choose a tag to compare

Added rawValue and expectedFormat arguments to ValueParsers\ParseException

0.1.3

14 Apr 08:49
Compare
Choose a tag to compare

Added ValueFormatters\FormattingException