Skip to content

Releases: jcjolley/muddler

TypeScript Testing!

25 Oct 07:17
Compare
Choose a tag to compare

1.5.0 - 2017-10-25

Added

  • TypeScript testing support! You can now write .test.ts files instead of test.js files. #2
  • Added '-t' option to specify a testing directory. #1

Fixed

  • Temp files are now removed like they should be.
  • Temp files are now created in the same directory as the source script, to make unit testing easier. #3
  • -V option returns the correct version now. #4
  • Mocha was caching testing results and returning false positives. We now run Mocha in a child process, and errors are reported as expected.

Changed

  • We all needed a little more Nyan in our lives.
  • Debounced testing while watching to 2000ms per file so transpiled ts files don't triggler double muddling.
  • Modifying a test while watching re-runs the target file. #5

Improving testing. Switching to Commonjs

24 Oct 02:40
Compare
Choose a tag to compare

[1.4.0] - 2017-10-23

Added

  • Support for 'test' directory (must be in the directory you call muddle in). Tests still need to follow the <filename>.test.js format

Changed

  • Moved from manual IIFE and AMD modules to regular TS syntax and compiling to commonjs modules. I was an idiot. I've seen the light.
  • Added a create-externs.ts to generate a much more comprehensive externs.js file
  • Broke a few things into smaller functions

Fixed

  • Bug where tests not in the cwd weren't being picked up by muddle.

All changes

Muddler, ready for public consumption

22 Oct 20:19
Compare
Choose a tag to compare

Change log

#'s and $'s are only replaced when the precede a scriptor (s. fs. 3s. etc)

You're better off getting this from npm, using
npm install muddler -g