Gauge Ts Versions Save

Typescript language plugin for Gauge

v0.1.1

1 year ago
  • #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

v0.1.0

3 years ago

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

v0.0.5

4 years ago

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:*

v0.0.4

4 years ago

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

v0.0.3

4 years ago

New Features

Enhancements

Bug Fixes

Miscellaneous

  • #51 - Bump typescript from 3.7.4 to 3.8.2
  • #50 - Bump @types/jest from 24.0.25 to 25.1.3
  • #49 - Bump @types/fs-extra from 8.0.1 to 8.1.0
  • #48 - [Security] Bump codecov from 3.6.1 to 3.6.5
  • #47 - Bump @types/jest from 24.0.25 to 25.1.2
  • #46 - Bump jest-mock-process from 1.2.0 to 1.3.2
  • #45 - Bump codecov from 3.6.1 to 3.6.4
  • #43 - Bump codecov from 3.6.1 to 3.6.3
  • #42 - Bump @types/jest from 24.0.25 to 25.1.1
  • #41 - Bump @types/jest from 24.0.25 to 25.1.0
  • #40 - Bump @types/jest from 24.0.25 to 24.9.1
  • #39 - Bump codecov from 3.6.1 to 3.6.2
  • #37 - Bump typescript from 3.7.4 to 3.7.5
  • #36 - Bump @types/jest from 24.0.25 to 24.9.0
  • #35 - Bump ts-node from 8.5.4 to 8.6.2
  • #34 - Bump jest-mock-process from 1.2.0 to 1.3.0
  • #33 - Bump ts-node from 8.5.4 to 8.6.1
  • #32 - Bump ts-jest from 24.2.0 to 24.3.0
  • #31 - Bump @types/jest from 24.0.24 to 24.0.25
  • #30 - [Security] Bump handlebars from 4.1.2 to 4.5.3
  • #28 - Bump typescript from 3.4.5 to 3.7.4
  • #27 - Bump @types/jest from 24.0.13 to 24.0.24
  • #26 - Bump typescript from 3.4.5 to 3.7.3
  • #25 - Bump ts-node from 3.3.0 to 8.5.4
  • #24 - Bump ts-jest from 24.0.2 to 24.2.0
  • #23 - [Security] Bump https-proxy-agent from 2.2.1 to 2.2.4
  • #22 - Bump ts-node from 3.3.0 to 8.5.2
  • #21 - Bump @types/jest from 24.0.13 to 24.0.23
  • #20 - Bump ts-node from 3.3.0 to 8.5.0

v0.0.2

4 years ago
  • Step decorator @Step('step text') with @ContinueOnFailure()
  • Hook decorators with filtered tagged hook execution support @<Before|After><Suite|Spec|Scenario|Step>
  • Operator for hooks Operator.And or Operator.Or
  • Refactoring support
  • DataStores DataStoreFactory,.get<Suite|Spec|Scenario>DataStore()
  • Messages (Gauge.writeMessage("message"))
  • Screenshot (Gauge.captureScreenshot())
  • LSP support (go to def, rename, creating step stubs, reference codelens)
  • Debugging