Releases: kafkas/typesync
Releases · kafkas/typesync
v0.13.0
v0.12.0
v0.11.0
v0.10.0
Breaking Changes
double
types now compile tonumber
in Security Rules type validators- Renamed the
validatorNamePattern
option for thegenerate-rules
command totypeValidatorNamePattern
. - Renamed the
validatorParamName
option for thegenerate-rules
command totypeValidatorParamName
.
v0.9.0
v0.8.0
v0.7.0
New Features
- Implemented the
undefinedSentinelName
config option for Python. - Implemented a change to expose factory methods for schema and schema types.
- Implemented
generateRepresentation()
in the programmatic API.
Improvements
- The
debug
key inValidateOptions
is now optional. - The
startMarker
andendMarker
options are now required to be distinct non-empty strings. - Improved the check that searches for markers in the Rules file.
- Optional discriminant fields are now disallowed.
Breaking Changes
- Dropped support for mixed enums. Enum members must be either string or int.