- Update resedit to fix #32
- Drop Node.js v12
- Convert scripts to native ESM
- To use API, ES module
importis required to load the module.
- To use API, ES module
- Update dependencies
- Update dependencies
- Update dependencies
- Fix to parsing 'no-grow' option
- Add --no-grow (-N) and --allow-shrink options (jet2jet/resedit-js#21)
- Drop Node.js v10
- Add '--new' option to create an empty (data-only) executable binary
- Update dependency packages (including
reseditto 0.7.0)- The usage message is changed due to
yargschanges
- The usage message is changed due to
- Changed JS files to ES2017-based scripts
- At least Node.js v10 should be supported ES2017 features, so this would not be as a breaking change.
- Fix dependencies for security fix (370c3a5c, 6d93ddd9)
- Add support for 'fetch' function (by using
node-fetchor global fetch function) - Update
reseditto 0.6.0, supporting extra data in the executables
- Initial version