Skip to content

Releases: DataValues/Common

1.0.0

26 Jan 01:21
Compare
Choose a tag to compare

0.4.3: Merge pull request #83 from DataValues/rel043

28 Jun 14:25
844359d
Compare
Choose a tag to compare

0.4.2

16 Aug 08:18
c99e06f
Compare
Choose a tag to compare
Merge pull request #79 from DataValues/rel024

0.4.2: support DV 2.x on 0.4.x branch

0.4.1

09 Aug 18:21
Compare
Choose a tag to compare
Update version number to 0.4.1

0.4.0

09 Aug 17:21
Compare
Choose a tag to compare

Removed MediaWiki integration

0.3.1

14 Aug 10:15
Compare
Choose a tag to compare
  • The component can now be installed together with DataValues Interfaces 0.1.5

0.3.0

14 Aug 09:15
Compare
Choose a tag to compare
  • Added DispatchingValueParser
  • Added StringNormalizer interface
  • Added NullStringNormalizer
  • Added StringParser
  • Dropped deprecated constant DataValuesCommon_VERSION, use DATAVALUES_COMMON_VERSION instead
  • Dropped ValueParserTestBase::getParserClass
  • Dropped ValueParserTestBase::newParserOptions
  • Made ValueParserTestBase::getInstance abstract
  • Made ValueParserTestBase::invalidInputProvider abstract
  • Lowered visibility of all class fields to private

0.2.3

09 Oct 18:22
Compare
Choose a tag to compare
  • Introduced FORMAT_NAME class constants on ValueParsers in order to use them as expectedFormat
  • Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a ParseException
  • Installation together with DataValues 1.x is now supported

0.2.2

11 Apr 13:19
Compare
Choose a tag to compare
  • Introduced DataValueMismatchException

0.2.1

24 Mar 11:20
Compare
Choose a tag to compare
  • Minor code cleanup
  • Improved PHPUnit bootstrap