Skip to content

Releases: detrohutt/babel-plugin-import-graphql

v2.8.1

02 Jan 16:13
Compare
Choose a tag to compare

v2.8.1 (January 2, 2021)

Fixes

  • Update lock files to patch vulnerabilites in production dependencies

v2.8.0

02 Jan 14:25
4f81618
Compare
Choose a tag to compare

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

18 Dec 13:55
6ec86b8
Compare
Choose a tag to compare
v2.8.0-beta.0 Pre-release
Pre-release

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

03 Mar 19:23
Compare
Choose a tag to compare

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

29 Jun 23:46
Compare
Choose a tag to compare

v2.6.2 (June 29, 2018)

Fixes

  • Continue fixing bug with multiple imports in a schema file (Thanks @gregorycuellar)

v2.6.1

29 Jun 22:30
485da2e
Compare
Choose a tag to compare

v2.6.1 (June 29, 2018)

Fixes

  • Fix duplicate code when using multiple imports in one schema file (Thanks @gregorycuellar)

v2.6.0

17 Jun 00:24
22e179d
Compare
Choose a tag to compare

v2.6.0 (June 16, 2018)

Features

  • Add support for #import syntax in schema files

Maintenance

  • Improve Options table in README
  • Refactor existing tests and add new tests

v2.5.2

08 Jun 10:57
eca269c
Compare
Choose a tag to compare

v2.5.2 (June 8, 2018)

Fixes

  • Continue fixing compatibility with Babel 6

v2.5.1

08 Jun 10:20
5e0f343
Compare
Choose a tag to compare

v2.5.1 (June 8, 2018)

Fixes

  • Fix compatibility issue with Babel 6

v2.5.0

07 Jun 13:19
49ceb1a
Compare
Choose a tag to compare

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 🎉