# Change Log

## 6.1.0

- Support zero based migrations, i.e. 000.some-migrations.sql

## 6.0.0

- Remove deprecated parse directive
- Remove deprecated audit option
- Report out of sequence migrations
- Fix examples
- Use eslint-airbnb-config-base

## 5.0.1

- Update async
- Update minimist
- Fix package-lock

## 5.0.0

- Introduce prettier
- Remove david-dm.org badges
- Add README badges
- Drop support for Node 10

## 4.0.0

- Replaced Hath with zUnit
- Replaced eslint-config-imperative with eslint-config-esnext
- Bump other dependencies
- Removed util.promisfy
- Migrate from travis to github actions

## 3.1.1

- Update dependencies
- Tweak build

## 3.1.0

- The responsibility for parsing directives has moved from the drivers to marv to simply dependencies, enabling https://github.com/guidesmiths/marv-pg-driver/issues/6 to be fixed

## 3.0.1

- Updated dependencies

## 3.0.0

- Reports drivers with duplicate levels in the same directory

## 2.4.2

- Automated codeclimate reporting

- Readme

## 2.4.1

- Update to indicate oracle support

## 2.4.0

- Promise based API
- Examples

## 2.3.1

- Fixed typo in readme

## 2.3.0

- Update dependencies
- Update readme
- Test on node 12

## 2.2.1

- Prevent marv from crashing when the migrations folder contains sub-folders as per https://github.com/guidesmiths/marv/pull/18. Thanks https://github.com/SignificantOtter
- Update dependencies

## 2.2.0

- Update dependencies

## 2.1.0

- Update dependencies
- Drop node 4 and 5 support

## 2.0.1

- Update dependencies

## 2.0.0

- Update dependencies
- Unintended major release

## 1.5.2

- Update dependencies

## 1.5.1

- Automated codeclimate metrics

## 1.5.0

- Updated dev dependencies
- Removed 0.10 and 0.12 builds from travis (no longer work with latest dev deps)

### Fixed

- https://github.com/guidesmiths/marv/issues/3

## 1.4.2

- Notes on transactions to readme

### Fixed

- https://github.com/guidesmiths/marv/issues/1

## 1.4.1

- Node 7 build

## 1.4.0

- Directives documentation
- Reads config from .marvrc
- Exposes module for parsing directives

## 1.3.0

- Moved audit option to directives sub document

## 1.2.3

- Github pages

## 1.2.2

- Github pages
- npm badges
- npmignore

## 1.2.1

- This changelog
- README Badges

- Updated eslint to latest version

## 1.1.0

- Test Coverage Report

The format is based on [Keep a Changelog](http://keepachangelog.com/)
