Skip to content

Releases: grafana/xk6-ts

v0.2.6

25 Apr 16:58
cb10679
Compare
Choose a tag to compare

Update after move to grafana GH org

  • change go package name to github.com/grafana/xk6-ts
  • change k6pack dependency to github.com/grafana/k6pack
  • CODEOWNERS file with @grafana/k6-extensions group
  • change license to AGPL

v0.2.5

18 Apr 14:17
782640f
Compare
Choose a tag to compare

The current directory will be set in the sourcemap as the source root directory.

v0.2.4

17 Apr 16:05
Compare
Choose a tag to compare

Bug fix release.

v0.2.3

12 Apr 12:33
c2d7742
Compare
Choose a tag to compare

Benchmarking

Setting the XK6_TS_BENCHMARK environment variable to true will log the time spent on TypeScript/JavaScript bundling. This time also includes downloading any remote modules.

v0.2.2

12 Apr 11:33
bcd9838
Compare
Choose a tag to compare

Enable sourcemap by default

To ensure that runtime error messages report the correct source code position, sourcemap generation is enabled by default. Otherwise, due to transpilation and bundling, the source code position is meaningless.
Sourcemap generation can be disabled by setting the value of the XK6_TS_SOURCEMAP environment variable to false.

Register as k6 extension

In order to appear in the output of the k6 version command, register as a JavaScript module.
This is a temporary workaround, as k6 does not currently support the creation of loader/transformer extensions.

v0.2.1

11 Apr 15:19
a1e86e4
Compare
Choose a tag to compare
  • fix async function handling
  • add scoped extension name support

v0.2.0

31 Mar 17:11
d81105c
Compare
Choose a tag to compare
  • Use k6pack library for transpiling and bundling
  • Automatic transpilation of script files
  • Elimination of direct k6 dependence

v0.1.1

08 Aug 17:05
db64f9c
Compare
Choose a tag to compare

Change k6 dependenty to v0.45.1

v0.1.0

08 Apr 12:07
Compare
Choose a tag to compare
Initial version