Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@Pebaz Pebaz released this 20 Jun 19:30
· 3 commits to master since this release

New Features

  • Added current() chemical that allows you to look at the current element that has been returned from previous calls to next().

Bug Fixes

  • Found a bug in the trait() function that needlessly returned a closure rather than the class/function it was wrapping. Since it's only job is to add the class/function to the it class, it didn't need to also return the wrapper function.