Releases: rkoschmitzky/logmole
Releases · rkoschmitzky/logmole
0.9.1
0.9.0
Python2/3 Compatibility
logmole
now runs in Python2 and Python3.
API additions
In addition to intitializing a LogContainer
via a filepath it now also supports any file content as string directly.
log = LogContainer("mother: Jane\nfather: Peter\nchild1: Dave\nchild2: Lea")
Breaking Changes
The extensions module was removed. Any future extension shall be maintained via its own project.
0.8.0
Extensions
- elaborated version of the
ArnoldLogContainer
API additions
- addition of new helpful type objects:
- a
datetime.time
basedTimeType
TwoDimensionalNumberArrayType
NoneType
- a
- improvements of
KeyValueType
- possibility to prefix matched keys
- non json encodable will decoded as string
API fixes
- improved type inference for type
float
,int
andNone
- corrected inheritance behaviour in
TypeAssumptions