Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.29 KB

File metadata and controls

33 lines (28 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased][unreleased]

  • There are no unreleased features at this time

Breaking Changes

  • Updated provision to return an array of results from insert instead of the result from Array.push
  • Removed documentation generation due to the utility library being unmaintained and severely out of date
  • Removed deprecated function addData in favor of using alsoRemove.

Updated

  • Updated all dependencies
  • Changed provision to execute inserts sequentially, ensuring order`

Updated

  • Added support for batched provisioning

Updated

  • Fixed and simplified example fixtures
  • Added (README.md)[/README.md]
  • Added CHANGELOG.md
  • Updated addData deprecation warning
  • Added nodejs 10 to travis configuration
  • Updated linting rules to adhere to "lib" rules
  • Added npm scripts for generating function documentation