Skip to content

v0.4.3

Compare
Choose a tag to compare
@saantiaguilera saantiaguilera released this 10 Feb 03:47
· 55 commits to master since this release
  • When doing Base64 encoding, remove a first declaration of b4 since it's immediately assigned to another value. (fixes ineffassign)
  • Inline runSync at SequentialStage and SequentialStep since it's private and we benefit from the removal of an indexing + invoke.