Releases: detrohutt/babel-plugin-import-graphql
Releases · detrohutt/babel-plugin-import-graphql
v2.8.1
v2.8.0
v2.8.0 (January 2, 2021)
Features
- Support
import * from "..."
syntax (Thanks @dfrankland) - Add
emitDeclarations
option to emit*.d.ts
files next to source graphql files (Thanks @langpavel)
Fixes
- Maintain support with node v12.3.0+ (Thanks @orkaplan)
- Remove dependence on
require.resolve
to fix issues with node v12 (Thanks @VojtaSim)
Maintenance
- Stop linting the
build
folder in editors
v2.8.0-beta.0
v2.8.0-beta.0 (December 18, 2019)
Features
- Support
import * from "..."
syntax (Thanks @dfrankland) - Add
emitDeclarations
option to emit*.d.ts
files next to source graphql files (Thanks @langpavel)
Fixes
- Maintain support with node v12.3.0+ (Thanks @orkaplan)
Maintenance
- Stop linting the
build
folder in editors
v2.7.0
v2.7.0 (March 3, 2019)
Features
- Add
extensions
option to allow parsing custom file types like.prisma
(:clap: @DaBs)
Note: This tag points to the wrong commit, right before I bumped the version and updated the changelog, but the published version on NPM is correct so I'm not going to bother making another tag.
v2.6.2
v2.6.2 (June 29, 2018)
Fixes
- Continue fixing bug with multiple imports in a schema file (Thanks @gregorycuellar)
v2.6.1
v2.6.1 (June 29, 2018)
Fixes
- Fix duplicate code when using multiple imports in one schema file (Thanks @gregorycuellar)
v2.6.0
v2.5.2
v2.5.1
v2.5.0
v2.5.0 (June 7, 2018)
Features
- Reduce output size of AST ({ runtime: false }) by 30%+ 🔥 (👏 @loganfsmyth and @supukarmin)
- Add new 'runtime' option for even smaller output 🔍 (if enabled, 'graphql-tag' is a peerDependency)
Maintenance
- Update all devDependencies 🔄
- Improve the README 🎉