Skip to content

Tags: kiegroup/act-js

Tags

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use beta version of mock-github to support mocking of node's na…

…tive fetch client (#82)

BREAKING CHANGE: Add support for mocking node's native fetch client. Requires node 18 or higher

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Bump act version to 0.2.61 (#79)

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Fail CI on lint warnings (#75)

* Fail CI on lint warnings

* revert! Test failure

* Revert intentional lint warning.

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow adding of steps (#72)

* added ability to mock step using index of that step and added ability to insert steps instead of replacing them

* updated test cases

* updated docs

* fix indexing problem

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: fix "do not mock" unit test (#69)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make artifact port optional (#63)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: handle `CONNECT` requests for http destinations (#50)

* handle clients which send a connect request for http destinations

* if verbose is set for act, then set verbose for ForwardProxy as well

* fixed tests to actually test mocking via ForwardProxy. added test for http connect requests

* updated package.json and package-lock.json files

* updated docs

* fix tests by passing parents env variables to child so that node is accessible

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: upgrade act to 0.2.48 (#49)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add verbose option (#46)

* add verbose option

* formatting

* lint

* update README

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: use node_auth_token (#42)