Skip to content

Releases: dak0rn/prunk

Version 1.3.1

24 Aug 05:59
Compare
Choose a tag to compare
  • Bump dev dependencies

Version 1.3.0

10 Aug 08:39
Compare
Choose a tag to compare

Adds the teardown() function that simplifies the teardown of test fixtures.

Version 1.2.1

31 Mar 05:51
Compare
Choose a tag to compare

This minor version improves the project's documentation

  • Remove Copy Pasta 🍝 from the readme
  • ES2015 in examples
  • Introductory example for .alias()
  • Words and sentences have been changed

Version 1.2.0

09 Mar 19:33
Compare
Choose a tag to compare

Version 1.2.0 adds the ability to alias require paths with string / regex replacement, a replacement function or a predicate function. It also removes some typos from the readme.

  • alias function
  • unalias function
  • unaliasAll function
  • Updates in the readme

Version 1.1.0

19 Jan 17:19
Compare
Choose a tag to compare
  • Enable chaining of function calls ( + tests )