@ln-maf/validations
Version:
This module is created to allow other projects to easily validate JSON utilizing a set of steps.
32 lines (24 loc) • 1.03 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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.