Skip to content

Release 1.0.4

Compare
Choose a tag to compare
@agwhi agwhi released this 15 Feb 11:02
· 74 commits to main since this release
  • Merge pull request #35 from aleios-cloud/fix/step-functions/use-internal-aws-client (6502676)
  • fix: step functions use the AWS client set up by sls-test-tools (c89d6cd)
  • Merge pull request #29 from valentinbeggi/allow-env-var-arguments (534c20e)
  • Merge pull request #32 from aleios-cloud/refactor/clean-up-step-functions-assertions (3f42f5b)
  • Cleaned up Step Functions Assertions code before article release (e4fdb3c)
  • feat: allow the use of environment variables instead of CLI args (fab9ab0)
  • Merge pull request #27 from aleios-cloud/docs/include-new-assertions (ae6fe98)
  • Added usage to README for both Dynamo and Step Function assertions. (b0d3864)
  • Merge pull request #26 from aleios-cloud/feat/dynamo-exist-with-specific-values-assertion (2fdd531)
  • Made changes according to review. (918b744)
  • Fixing merge conflicts. (c20f339)
  • Cleaning up code before submitting PR. (7b9ce41)
  • Cleaned up error and success messages. (be8eb9f)
  • Merge pull request #25 from aleios-cloud/feat/execution-arn-helper (4119afb)
  • Added assertion that dynamodb table contains item and that item contains specified values. (0758f9d)
  • Merged latest main (0b245bc)
  • Merge pull request #24 from aleios-cloud/feat/stateMachine-arn-helper (f175ab0)
  • changed toMatchStateMachineOutput assertion to use obtainStateMachineArn helper (319438a)
  • Added execution-arn-helper and changed assertion to use it (90a8110)
  • fixing merge conflicts (e4a2bb8)
  • Merging in latest main (22cf364)
  • Merging to main (2b0c8ef)
  • added execution arn helper (f71c458)
  • Merge pull request #23 from aleios-cloud/feat/step-function-output-assertion (588921c)
  • cleaned up commented out code. (11d4e30)
  • added step function helper, merging latest main (dd95399)
  • Cleaned up matching state machine output assertion (2dad384)
  • Merge pull request #20 from aleios-cloud/feat/step-function-status-assertion (5f06b68)
  • added helper to README and cleaned up the code (9873596)
  • Added assertion for expected state machine output. (0558de3)
  • Added a stepFunctions helper to execute State machines (21ac845)
  • Edited README to contain code example for step function status assertion. (f2dd89b)
  • Bump dependencies for security updates (8c31ea6)
  • Merge pull request #22 from aleios-cloud/dependabot/npm_and_yarn/path-parse-1.0.7 (e66babe)
  • Merge pull request #21 from aleios-cloud/dependabot/npm_and_yarn/node-fetch-2.6.7 (33443d9)
  • Bump path-parse from 1.0.6 to 1.0.7 (c7fbc49)
  • Bump node-fetch from 2.6.1 to 2.6.7 (3efaf7b)
  • Changed toHaveCompletedExecutionWithStatus assertion to be typed (9a8896d)
  • Merge branch 'main' into feat/step-function-status-assertion (bf20c00)
  • Merge pull request #19 from StanHannebelle/typing (70cd5b2)
  • fix: remove most any types (df8c58e)
  • fix: fix transpiling (c48c64b)
  • fix: fix ts-expect-error in src/helpers/general.ts (3b9b5e1)
  • fix: fix ts-expect-error in src/utils/testResult.ts (d6235a9)
  • fix: fix ts-expect-error in src/assertions/index.ts (5f55cc0)
  • fix: fix ts-expect-error in src/index.ts (02f9b74)
  • feat: add esModuleInterop to import AWS from aws-sdk (3cde12b)
  • feat: typed error management (67054e7)
  • [ts-migrate][src] Run TS Migrate (522799f)
  • [ts-migrate][src] Rename files from JS/JSX to TS/TSX (774b245)
  • [ts-migrate][src] Init tsconfig.json file (c956687)
  • feat: add typescript config (fccecf3)
  • Release 1.0.3 (e8b7d42)
  • Get toHaveCompletedExecutionWithStatus() assertion working. (6371edf)