Skip to content

Releases: DataValues/Interfaces

1.2.0

09 Dec 23:10
1.2.0

Choose a tag to compare

1.0.0

24 Jan 14:16
244d078

Choose a tag to compare

0.2.5

09 Aug 15:19

Choose a tag to compare

Removed MediaWiki extension credits registration

0.2.4

02 Aug 17:18

Choose a tag to compare

Fixed ValueFormatterTestBase not being installable via Composer.

0.2.3

02 Aug 16:18

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

Choose a tag to compare

Fixed ValueFormatterTestBase not doing strict string comparisons.

0.2.1

13 Jan 18:45

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

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

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

Choose a tag to compare

Added rawValue and expectedFormat arguments to ValueParsers\ParseException