Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased in Git]

[1.2.0] (2020-02-03)

Added

  • Fixes for multiple areas of the app based on adding more code coverage

  • Git statuses

  • Changelog

  • Created a preprocessor package to allow injection of Gherkin within feature files.

  • API package for api requests

  • SQL package for sql commands

  • Validations package for performing processing.

[1.2.1] (2020-02-03)

Added

  • Fixes for set examples, there was an issue when a background step was included
  • Add .npmignore
  • Adding in eslint
  • Multiple bug fixes due to issues found by eslint

[1.3.0] (2020-02-05)

Added

  • Added in AWS testing for S3, DynamoDB, SQS, Lambda (not tested yet).
    • Is able to run on localstack but uses the portmap due to some configurability issues with SQS.