Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 411 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 411 Bytes

[0.4.0] 2020-12-15

  • BC BREAK: return type of AssocValue::keys changed from StringsArray to ArrayValue<TKey>
  • BC BREAK: return type of StringsArray::toArray changed from string[] to array<int, StringValue> (method StringsArray::toNativeStrings(): string[] was added as replacement)
  • BC BREAK: return type of StringsArray::map callback changed from StringValue|string to StringValue