Skip to content

0.3.4

Choose a tag to compare

@medikoo medikoo released this 03 Jul 21:56
· 402 commits to master since this release
  • Option to write output file when used programmatically
  • Byte order mark awareness
  • Pack properly modules without EOL at EOF
  • Better 'require' calls parser (but still primitive)
  • Allow more input files via options
  • More efficient parser
  • Generate modules tree always in alphabetical order (diff friendly)
  • Better error messages
  • Support for packing programs that are not in package context
  • Take out parser as separate module, thanks to that, more can be done
    programmatically
  • Use '.js' in paths, without that e.g. dir 'foo' collided with 'foo.js' module
  • Webmake template now safe for old JS implementations that doesn't support
    indexes on strings
  • Windows support
  • Travis CI Configuration