You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds structured property support and modifiers
- Enhanced DateFormatModifier now receives a "locale" argument to return
names in the provided locale
- DateFormatModifier can now receive date_format in LDML
- Added DaysInMonthModifier to get the days in a month defined in a date
or datetime
- Added NdbKeyIdModifier to generate ndb.Key(...).id()
- Added NdbQueryModifier to perform a query based on model params
- Added unittests
Implements default values and error handling
- Default values can now be provided when a property does not exist
- When a modifier method is not defined, modifier syntax can be used to rename properties
- Implemented error hangling for common cases (skipping records)