0.14 2025-01-06T11:31:46+01:00
-
Add tests for Monolingual::struct2obj().
-
Add tests for Property::struct2obj().
-
Fix test for Mediainfo.
-
Rewrite List::MoreUtils::none to List::Util.
-
Update copyright years.
0.13 2024-11-10T17:20:57+01:00
-
Add Value::Lexeme to Wikibase::Datatype::Struct doc.
-
Add flag 'add' => '' to Form and Sense as information to create Form or
Sense.
-
Add obj2struct() and struct2obj() for main objects to
Wikibase::Datatype::Struct.
-
Fix id in Form::obj2struct().
-
Fix id in Sense::obj2struct().
-
Regen examples.
-
Update copyright years.
0.12 2023-10-27T23:15:03+02:00
-
Add Value::Lexeme.
-
Update Module::Install to 1.21 version.
0.11 2023-04-24T18:45:00+02:00
-
Fix dependency to Wikibase::Datatype::Value::Sense.
-
Fix example in Wikibase::Datatype::Struct::Language.
-
Fix Mediainfo examples.
-
Improve Struct documentation.
-
Rewrite to use example names.
0.10 2023-04-23T10:51:08+02:00
-
Add references to MediainfoStatement.
-
Add Sense object.
-
Add support for sense to Value.
-
Fix dependencies.
-
Fix doc descriptions.
-
Fix test dependencies.
-
Update copyright years.
0.09 2022-07-09T16:51:15+02:00
-
Add complex test to Lexeme.
-
Add missing id and page_id Lexeme values to obj2struct().
-
Add Property object.
-
Fix Lexeme default ns.
-
Fix Lexeme language conversion.
-
Fix Lexeme lexical category conversion.
-
Fix Lexeme struct2obj(), was very bad.
-
Fix sentence in doc in Value::Globecoordinate.
-
Unify LICENSE AND COPYRIGHT section in doc.
-
Update copyright years.
0.08 2021-02-09T18:12:14+01:00
-
Add tests for Value::Item.
-
Improve check in Value::Item::struct2obj().
-
Improve check in Value::Property::struct2obj().
-
Update copyright years.
-
Use type() method in Value::Property instead of hardcoded string.
0.07 2021-01-27T01:43:29+01:00
-
Add support for Mediainfo.
-
Add support for MediainfoSnak.
-
Add support for MediainfoStatement.
-
Add support for id parameter and method in Statement.
-
Rewrite Utils to abstract Snak way.
-
Update examples/ dir.
0.06 2021-01-14T19:16:36+01:00
-
Add Lexeme.
-
Add test for globe coordinate with negative value.
-
Fix JSON null in perl structure.
-
Fix doc for Item (missing error).
-
Update copyright years.
0.05 2020-12-23T00:38:25+01:00
-
Add Form.
0.04 2020-12-16T00:02:49+01:00
-
Add tests for Item.
-
Fix Item->obj2struct conditions.
0.03 2020-12-14T11:30:28+01:00
-
Add tests.
-
Change minimal version of Perl to 5.10 because some weird bug with pod.
0.02 2020-12-12T00:29:46+01:00
-
Add check for defined object in obj2struct() methods.
-
Add missing dependency.
-
Add test for Item::obj2struct().
-
Add test for Item::struct2obj().
-
Fix issue with novalue Snak.
-
Improve creating of Wikibase::Datatype::Item in struct2obj() to explicit
readable code.
0.01 2020-12-11T17:07:30+01:00
-
First version.