v2.0.0
Improvements to the multiword feature
BREAKING CHANGE:
The .keys
property has changed from an Array of string
to an Array of {key:string, multiword: boolean}
. Code accessing the .keys
property should change code to reflect this.
Improvements to the multiword feature
BREAKING CHANGE:
The .keys
property has changed from an Array of string
to an Array of {key:string, multiword: boolean}
. Code accessing the .keys
property should change code to reflect this.