v0.0.23
What's Changed
- ❗ Delete get_or_create_model method (backward incompatible) by @MarshalX in #111
- Add documentation for base models by @MarshalX in #109
- Add import aliases for "models.utils" by @MarshalX in #111
- Add str and repr for BlobRef by @MarshalX in #113
- Add Firehose process commits example by @MarshalX in #114
- Implement additional magic methods for DotDict by @MarshalX in #109
- Make languages constants immutable by @MarshalX in #110
- Fix get_model_as_dict for DotDict by @MarshalX in #111
- Fix is_record_type for DotDict models by @MarshalX in #112
- Fix access to unknown fields in DotDict by @MarshalX in #116
- Update changelog for v0.0.21 by @MarshalX in #108
Full Changelog: v0.0.21...v0.0.23