New:
- Documentation website !
- Change to
search()
method: applied to every list objects BUTDevTree
Thesearch()
method only takes one arguments as the searching pattern (DevTree
always only accepted one argument as the search pattern)
If you used something likesearch('term1', 'term2')
please usesearch('term1').search('term2')
.
Note: The changes announced in https://github.com/mfesiem/msiempy/releases/tag/0.3.4 has not been acted yet - Rename
get_watchlist_summary()
to_init_watchlist_summary()
cause it's not supposed to be called by the user