- Can't I even write a wrapper properly????
- Deprecate and thin wrap spitroast
- Fix npmignore ignoring all but one dist file
- Update CHANGES.md
- Refactor patchchain
- Better CJS support
- Add licence
- Keywords.
- General code cleanup (thanks functional programming people for partial application <3)
- Switched to symbols for ID generation
- Made removePatch clean up after itself a slight bit more, but not yet fully. cleanupAll can clean up properly, however
- Added CHANGES.md
- removed unnecessary files from the npm package
- replaced
initPatcher
default export with thePatcher
class
- Fix the value of
this
inside both patches and the original function being incorrect
- Fix a typedef
- Add README
- Added
main
key to package.json to fix the package being unusable
- Move to tsc for the main builds instead of esbuild (esbuild lives on for bundling for dev testing)
- Move to TypeScript
- Initial release