Releases: medikoo/modules-webmake
Releases · medikoo/modules-webmake
0.3.11
0.3.10
0.3.9
0.3.8
- Webmake function is now hybrid it accepts a callback and returns promise
- Great documentation improvements from Jaap Roes
- Update up to v0.8 branch of es5-ext and v0.5 branch of deferred
- package.json now in npm friendly format
- It's safe to use optimist at v0.3
0.3.7
Fixes:
- Input paths resolution now works properly in all cases (on both *nix and windows)
- Require paths resolution logic is now aware of current system separator type,
this makes webmake 100% ready for both systems (*nix and windows).. - Handling of current and parent directory index requires (e.g. './' or '../')
- Handling of paths with trailing slash (e.g. './path/') where both file
and directory is present (e.g. ./path.js and ./path/)
0.3.6
0.3.5
0.3.4
- 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
0.3.3
0.3.2
Fixes:
- Require of paths that ends with .js file extension
- Require of modules from packages that do not have main module
Maintenance:
- Update up to [email protected]