build: limit build pipeline to one and enable streams
build: preliminary release check without publishing
chore: generate the latest
feat: recode to report all non-ASCII characters as well as all excessive lines
feat: return UTF32Hex value too
feat: skipChecks, the third input arg to cut corners, improve the perf
feat: rewrite in TS, start using named exports
BREAKING CHANGE: previously you'd import a default: "import tokenizer from ..." - now, tap a named
export: "import { tokenizer } from ..."
fix: make all opts optional, also callback object keys optional