Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

55 lines (42 loc) · 3.72 KB

CHANGELOG

versions follow SemVer

2.2.0 - 2018-05-07

2.1.0 - 2018-03-03

2.0.0 - 2017-11-01

  • BREAKING CHANGE: reference.add now expects an explicit reference property
  • BREAKING CHANGE: claim.add now can't be passed a reference: the reference needs to be added separately
  • BREAKING CHANGE: quantity claims with a unit can't be passed as an array of the shape [ amount, unit ] anymore, and should instead be passed as an object { amount, unit }
  • BREAKING CHANGE: monolingual text can't be passed as an array of the shape [ text, language ] anymore, and should instead be passed as an object { text, language }
  • Added reference.remove
  • alias.add: time claims now accept month and day precisions
  • Added qualifier.add
  • Added qualifier.update
  • Added qualifier.remove
  • entity.edit|entity.create: added support for qualifiers and references

1.9.0 - 2017-10-13

1.8.0 - 2017-09-11

1.7.0 - 2017-05-27

1.6.0 - 2017-05-22

1.5.0 - 2017-05-22

1.4.0 - 2017-05-14

1.3.0 - 2017-04-01

1.2.0 - 2017-02-20

1.1.0 - 2017-02-20

1.0.0 - 2017-02-19