4.0.3
FIX: Remove Array#find
usage in the code. Additionally the source tsconfig.json
file (not release related, but pertinent) has been set to only expect es5
constructs in the code which should prevent any future attempts to use all the newer things we like to use.
Big thanks to @limonte for picking up these IE11 related issues.