v0.4.3
- When doing Base64 encoding, remove a first declaration of
b4
since it's immediately assigned to another value. (fixes ineffassign) - Inline
runSync
atSequentialStage
andSequentialStep
since it's private and we benefit from the removal of an indexing + invoke.