v1.2.0
Features
- all-new static methods
Processor.populateList{,Async}can be used to populate<ol>,<ul>,<dl>,<table>,<thead>,<tbody>,<tfoot>, and<tr>elements with a sequence of data. See TypeDoc comments in/src/class/Processor.class.ts:populateListfor details, and see README for examples. - static method
.processAsync()and instance method#processAsync()now accept promises for the@dataand@optsparams - type parameter
@UonProcessorconstructor is typeobjectby default
Fixes
- if an async instructions function was specified on construction, calling
#process()(synchronously) used to log a warning; it now logs an info - update & improve README