Skip to content

Releases: unlikelystudio/simpleql

v2.0.0-rc.2

05 Jun 10:35
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release
  • Accept node engine greater than node 14

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

29 Nov 13:45
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • update deps
  • update node engine
  • update tests

v1.2.0

13 Aug 21:11
Compare
Choose a tag to compare

Chore

Update dependencies

package from to
@types/jest ^26.0.3 ^26.0.9
@types/node ^14.0.14 ^14.0.27
fetch-mock ^9.10.3 ^9.10.6
graphql ^15.2.0 ^15.3.0
graphql-tag ^2.10.3 ^2.11.0
jest ^26.1.0 ^26.4.0
rollup ^2.19.0 ^2.24.0
rollup-plugin-typescript2 ^0.27.1 ^0.27.2
ts-jest ^26.1.1 ^26.2.0
tslib ^2.0.0 ^2.0.1
typescript ^3.9.5 ^3.9.7
  • bump lodash from 4.17.15 to 4.17.20 - #13

v1.1.1

09 Jul 16:00
c5fac71
Compare
Choose a tag to compare

V1.1.1

  • optimize query with strip space and remove unnecessary character. #8 | @baloran

v1.1.0

08 Jul 13:30
7a3e5d8
Compare
Choose a tag to compare

v1.1.0

  • Allow dynamic headers #3
  • Use tsc to build instead of parcel or rollup

v1.0.1

06 Jul 14:47
Compare
Choose a tag to compare

v1.0.1

  • Allow to make a query
  • Allow to make a mutation
  • Allow to set headers to the client directly
  • Pass gql or string query