UNPKG

schema-migrations

Version:
77 lines (41 loc) 1.3 kB
# Change log All notable changes to this project will be documented in this file. This project follows [Semantic Versioning](http://semver.org/) and uses the formatting conventions from [Keep a Changelog](http://keepachangelog.com). Changes are categorized as follows: * N major enhancements * N minor enhancements * N bug fixes ## [Unreleased] ## 2018-05-09, Version 4.0.0 * 1 major enhancement: * use numeric data type for sqlite compatibility ## 2018-05-09, Version 3.0.1 * 1 bug fix * correct indentation ## 2018-05-09, Version 3.0.0 * 1 major enhancement: * use text data type for sqlite compatibility ## 2018-05-04, Version 2.1.0 * 1 minor enhancement: * improve readme ## 2018-05-04, Version 2.0.0 * 2 minor enhancements: * support sqlite and postgresql * deps: remove mocha ## 2018-01-27, Version 1.2.0 * 1 minor enhancement: * option to skip closing db pool ## 2018-01-18, Version 1.1.0 * 1 minor enhancement: * encapsulate login in a class ## 2018-01-15, Version 1.0.0 * 1 major enhancement: * test in production ## 2018-01-14, Version 0.2.0 (unstable) * 3 minor enhancements: * deps: add mocha * docs: expand README * js: add migration logic ## 2018-01-14, Version 0.1.0 (unstable) * 1 minor enhancement: * Initialized project