Skip to content

Releases: medikoo/modules-webmake

0.3.1

03 Jul 21:58
Compare
Choose a tag to compare

Fixed links in package.json

0.3.0

03 Jul 21:59
Compare
Choose a tag to compare
  • Rewritten whole logic with help of promises
  • Packages support (!)
  • webmake function now takes only input path parameter and returns source
    code as result. Shell binary still takes input and output paths as arguments
  • Binary is now visible in PATH (when installed globally via npm)
  • Better documentation
  • Makefile
  • Tests configured for TAD suite

0.2.2

03 Jul 22:00
Compare
Choose a tag to compare
  • Renamed to webmake
  • Support for modules located in upper paths than program, it didn't work (!)
  • Shell (/bin) script

0.2.1

03 Jul 22:00
Compare
Choose a tag to compare
  • Fixed assignment error
  • Documentation improvements

0.2.0

03 Jul 22:01
Compare
Choose a tag to compare

Use widely accepted convention for error handling. Callback passed to webbuild() will now be called with error (if any) as first argument, and result as second.

0.1.1

03 Jul 22:01
Compare
Choose a tag to compare

Meta data: more details in package.json

0.1.0

03 Jul 22:02
Compare
Choose a tag to compare

Initial version