- [JS: fix bundling JS file separator,](https://github.com/tdewolff/minify/commit/51deaa742ea0f31fd57c0f65fe237e38f224aede) [fixes](https://github.com/tdewolff/minify/commit/51deaa742ea0f31fd57c0f65fe237e38f224aede) https://github.com/tdewolff/minify/issues/584
- cmd: preserve mode,ownership,timestamps on all created directories, see https://github.com/tdewolff/minify/issues/562
- [cmd: remove deprecated --preserve-links and add --preserve=all as option, see https://github.com/tdewolff/minify/issues/562](https://github.com/tdewolff/minify/commit/c9ecb52b2eeef8a812d01c23289849d3287d04ed)
- [JS: don't convert \0,\x00,\u0000 to literal NULL as it breaks RegExp; convert \x00,\u0000 to \0 only if it can't possibly be an octal escape sequence (see https://github.com/tdewolff/minify/issues/577); fixes https://github.com/tdewolff/minify/issues/585](https://github.com/tdewolff/minify/commit/bf2187d141bb46a807174779f6cbd3a16eb680f1)