v10.2.3
[transit] (De)serialize links from stop to transfer.
[transit] Add links from stop to transfer.
[transit] Versioning for transit section.
[iOS] Temporary stub for compiling convertType(TransitType type) with new version of transit.
[base] string conversion methods are refactored. Changes: - added converision to uint8_t int8_t int16_t uint16_t with in-box limits check; - added limits check for int64_t and uint64_t; - added limit check for conversion from negative to unsigned value (except uint64_t, because of intrnal implementation of strtoull method); - result value will not be changed when cast is not correct; - added tests for to_float and to_any.
[base] Replaced the namespace my with base.
[generator][transit] Ser/des for new transit section.
[transit] Mixin subway json to the new transit jsons.