Skip to content

Releases: getgauge/gauge-ts

Gauge Typescript v0.3.5

11 Oct 09:48
bc7a9be
Compare
Choose a tag to compare

gauge-ts v0.3.5

  • #191 - Check if parameter is number before Number.parse

Gauge Typescript v0.3.4

02 Jul 12:31
a34fb72
Compare
Choose a tag to compare

gauge-ts v0.3.4

  • #186 - Handle empty parameter conversion
  • #185 - Bump ws from 7.5.9 to 7.5.10

Gauge Typescript v0.3.3

17 Jun 14:57
2560f92
Compare
Choose a tag to compare

gauge-ts v0.3.3

  • #183 - Bump up version
  • #182 - Custom parameters support + Hook conflict fix

Gauge Typescript v0.3.2

14 Jun 14:56
ea389a5
Compare
Choose a tag to compare

gauge-ts v0.3.2

  • #181 - Fix tsconfig-paths loading issue

Gauge Typescript v0.3.1

11 Jun 17:18
67d1d3f
Compare
Choose a tag to compare

gauge-ts v0.3.1

  • #178 - Fixed release.yml
  • #177 - Update release metadata in gauge repository

v0.3.0

11 Jun 12:59
c7a59a7
Compare
Choose a tag to compare

gauge-ts v0.3.0

  • #176 - Fix build command
  • #175 - Bump @grpc/grpc-js from 1.10.8 to 1.10.9
  • #173 - Update LICENSE
  • #170 - Modernize gauge typescript plugin

gauge-ts v0.1.1

25 Jun 05:56
Compare
Choose a tag to compare
  • #150 - make singletons globally available
  • #147 - Bump ws from 7.3.1 to 7.5.5
  • #146 - Bump node-notifier from 8.0.0 to 8.0.2
  • #145 - Bump y18n from 4.0.0 to 4.0.3
  • #144 - Bump color-string from 1.5.3 to 1.6.0
  • #143 - Bump tmpl from 1.0.4 to 1.0.5
  • #142 - Bump tar from 4.4.13 to 4.4.19
  • #141 - Bump path-parse from 1.0.6 to 1.0.7
  • #140 - Bump tar from 4.4.13 to 4.4.15
  • #137 - Bump set-getter from 0.1.0 to 0.1.1
  • #136 - Bump striptags from 3.1.1 to 3.2.0
  • #135 - Bump glob-parent from 5.1.1 to 5.1.2
  • #134 - Bump ws from 7.3.1 to 7.4.6
  • #131 - Bump @grpc/grpc-js from 1.1.7 to 1.1.8
  • #130 - Bump hosted-git-info from 2.8.8 to 2.8.9
  • #129 - Bump lodash from 4.17.20 to 4.17.21
  • #128 - Bump y18n from 4.0.0 to 4.0.1
  • #126 - Bump node-notifier from 8.0.0 to 8.0.1
  • #125 - Bump ini from 1.3.5 to 1.3.8
  • #122 - docs: update custom screenshot writer documentation
  • #121 - docs: code example for scenario store was using spec store

gauge-ts v0.1.0

26 Sep 09:07
Compare
Choose a tag to compare

Deprecation Notice

The usage of the raw table is deprecated. Please use the Table and TableRow types.

Features

  • Add support for the Table type parameter.

Misc

  • Add gRPC support
  • Migrate to pure gRPC
  • Update protobuf lib

None

gauge-ts v0.0.5

04 Mar 14:28
Compare
Choose a tag to compare

New Features

Enhancements

Bug Fixes

Miscellaneous

  • #54 - Deprecate CusotmScreenGrabber
  • #38 - Not able to use tsconfig paths in tests
  • #29 - Failed to start gauge API: Timed out connecting to 127.0.0.1:*

gauge-ts v0.0.4

04 Mar 10:24
Compare
Choose a tag to compare

New Features

  • #44 - Add support for tsconfig-paths

Bug Fixes

  • #29 - Fix windows issue

Miscellaneous

  • #53 - Bump typescript from 3.8.2 to 3.8.3
  • #52 - Bump jest and ts-jest