Skip to content

v1.2.0

Choose a tag to compare

@chharvey chharvey released this 25 Feb 16:44
· 12 commits to master since this release

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:populateList for details, and see README for examples.
  • static method .processAsync() and instance method #processAsync() now accept promises for the @data and @opts params
  • type parameter @U on Processor constructor is type object by 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