Skip to content

v1.4.1

Choose a tag to compare

@lukeed lukeed released this 13 May 16:55
· 37 commits to master since this release

Patches

  • Fixed an issue where multiple optional arguments were assigned incorrect values: 8904ddb
    Silly mistake; was using pop() instead of shift(), oops. πŸ™ƒ

  • Added tests to lock in the fix & prevent regressions: 9641aac