README.md in taro-1.2.0 vs README.md in taro-1.3.0

- old
+ new

@@ -303,11 +303,10 @@ - array minItems, maxItems, uniqueItems - mixed arrays - mixed enums - nullable enums - string format specifications (e.g. binary, int64, password ...) - - string pattern specifications - - string minLength and maxLength + - string minLength and maxLength (substitute: `self.pattern = /\A.{3,5}\z/`) - number minimum, exclusiveMinimum, maximum, multipleOf - readOnly, writeOnly ## Development