This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
2.0.13
- Change
HTMLFormatter
to require thetemplate
argument which may be a template name
or aTemplate
object. - Allow arbitrary
*args
and**kwargs
to be passed into*Exporter.write
and
*Exporter.read
to enable propagation fromwrite
toread
- Add
short_name
andlong_name
for use downstream by clients - Add export-specific format as the first preferred format
- This is a better default which enables specific formatting when needed. The more general format can be reused across formatters, but when very specific formatting is necessary, this default is preferred.
- Refactor
DataField.model
andDataField.field
to take in accountLexicon
andObjectSet
models- The real field and model instances are now named
real_field
andreal_model
, respectively.
- The real field and model instances are now named
- Fix #55,
Lexicon.label
is now correctly used by theDataView
- Rename
sync
subcommand toinit
- Rename
SYNC_ENUMERABLE_MAXIMUM
toENUMERABLE_MAXIMUM
- Remove
orphaned
command in favor of newcheck
that performs multiple setup
checks as well as check for invalid datafields. - Remove
searchable
model field since this applies only to text-based fields.- This has been repurposed as a deprecated computed property
- Fix #45, allow dict-based settings to be updated, but not overridden
- Remove
DataField.data_source
field- There was no functional utility of this field and is (currently) out of the scope for Avocado