- Breaking change (TypeScript only) The
*.d.tsfiles now contain TypeScript 3.8 features,#private, which is not usable in older versions - Add
isBigInt(value)to allowBigIntchecks. Also add support inbnToBnas well as number conversion utils - Add
isChildClass(Parent, Child?)to check if a class extends the parent, asserting Child is Parent - (internal) Use
#<varname>instead ofprivate _<varname>for private class variables