Skip to content

Releases: grafana/xk6-faker

v0.4.0

05 Sep 10:50
a9824bd
Compare
Choose a tag to compare

xk6-faker v0.4.0 is here 🎉!

Transfer to grafana/xk6-faker

The szkiba/xk6-faker repository has been transferred to the grafana GitHub organization: grafana/xk6-faker

New location for API documentation: https://faker.x.k6.io

The transfer involved several renamings (go module, git remote, etc.).

This release does not contain any other changes.

v0.3.1

05 Sep 05:32
1dca9ec
Compare
Choose a tag to compare

xk6-faker v0.3.1 is here 🎉!

This release includes:

  • Compatibility with switching from goja to sobek
    fix #21 thanks to @savvagen
  • Renaming the number and string generators to numbers and strings
    fix #20 thanks to @lvogt
  • Upgraded k6 dependency to v0.53.0

v0.3.0

13 Mar 19:54
Compare
Choose a tag to compare

xk6-faker v0.3.0 is here with a new JavaScript-like API 🎉!

This release includes:

  • New JavaScript-like API
  • API doc generated by TypeDoc

Breaking changes

New JavaScript-like API

One of the goals of the refactor is to replace the previous xk6-faker API, which mirrors the underlying go library API, with an API similar to the popular JavaScript faker libraries.

Another important goal was to increase maintainability. The previous implementation contained a lot of manually created, difficult-to-maintain code and test code. After the refactor, the codes and test codes that required a lot of manual work disappeared, code generation replaces them in many places.

New features

API doc generated by TypeDoc

The new API documentation website is much clearer and easier to use than the previous documentation. The generation is done using TypeDoc, which can be considered standard, so the appearance is similar to that of the usual TypeScript API documentation sites.

v0.3.0-alpha.1

13 Mar 19:16
9058df1
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

v0.3.0 pre-release

v0.2.2

08 Aug 11:12
c174d69
Compare
Choose a tag to compare

Change k6 dependenty to v0.45.1