Releases: flash-oss/graphql-upload-minimal
Releases · flash-oss/graphql-upload-minimal
First release
- Prepare for first publish 7f6ff3d
- Add README info about this fork. Update some exception messages. ff6fddb
- Remove prod deps: fs-capacitor (harmful for some node runtimes), http-errors (too large), isobject (too small), object-path (too large).
- Remove dev deps: eslint--, hard-rejection, test-director. Add: mocha, nyc.
- Remove .editorconf, .eslintrc.json, .npmrc, .prettier*, changelog.md (GitHub have "Releases" for that), original module logo, GitHub actions, ./private/*.
- Rewrite tests to use mocha for better tooling support.
- Remove excessive "use strict" usage.
- Use only ASCII symbols in error messages.
- Silence two tests which test the removed features.
- Lint all files with default ESLint. Prettify all files with default Prettier.
- Rename module from graphql-upload to graphql-upload-minimal. 27035e2
Comparison of this release to the original repo: a3b7b31...v0.1.0