pg-flyway
Version:
Migration tool for PostgreSQL database, NodeJS version of Java migration tool - flyway (not wrapper for https://flywaydb.org/documentation/commandline)
100 lines (45 loc) • 4.21 kB
Markdown
# [1.3.0](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.7...pg-flyway-v1.3.0) (2025-07-02)
### Features
* add support show line of statements with error in migration ([3d0c4b7](https://github.com/EndyKaufman/pg-tools/commit/3d0c4b7ad3f0f77bf26330c864771d1e652b47b0))
## [1.2.7](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.6...pg-flyway-v1.2.7) (2025-07-02)
### Bug Fixes
* hide full query, show only statment query, add support show code and constant of error ([888a363](https://github.com/EndyKaufman/pg-tools/commit/888a363107b4fe64e69cdab00bd717026cb132ab))
## [1.2.6](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.5...pg-flyway-v1.2.6) (2025-04-24)
### Bug Fixes
* hide password from log ([8e4095e](https://github.com/EndyKaufman/pg-tools/commit/8e4095e54b84ed888db01d4cc2228cb39f3e51e4))
## [1.2.5](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.4...pg-flyway-v1.2.5) (2025-04-23)
### Bug Fixes
* add missing dependencies "natural-orderby" ([731aca2](https://github.com/EndyKaufman/pg-tools/commit/731aca2a5d4c48a1740f80342f6c0660a71ab39d))
* update nx project.json for copy package.json to dist on build ([0dec1ad](https://github.com/EndyKaufman/pg-tools/commit/0dec1ad71da6b533299aee29f2cf2fbb0b257d04))
## [1.2.4](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.3...pg-flyway-v1.2.4) (2025-04-15)
### Bug Fixes
* files sort order ([d73b330](https://github.com/EndyKaufman/pg-tools/commit/d73b330cce2ecb87878aa4e92c17f8d6e2031fc1))
## [1.2.3](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.2...pg-flyway-v1.2.3) (2025-04-07)
### Bug Fixes
* update default options, add missing keys ([fd09dfe](https://github.com/EndyKaufman/pg-tools/commit/fd09dfe4513a8c9215c77fae982bcfdee160b74e))
## [1.2.2](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.1...pg-flyway-v1.2.2) (2025-04-07)
### Bug Fixes
* create handler functions for use commands as npm function from nodejs applications ([6a3b731](https://github.com/EndyKaufman/pg-tools/commit/6a3b731ecbda41fa42bbe1a912088badfc59fc72))
## [1.2.1](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.2.0...pg-flyway-v1.2.1) (2025-04-01)
### Bug Fixes
* update work with config files, add tests for it ([4f15ef6](https://github.com/EndyKaufman/pg-tools/commit/4f15ef69cf0152b6fbd6c5f8a9d3587de00deb52))
# [1.2.0](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.1.0...pg-flyway-v1.2.0) (2025-04-01)
### Bug Fixes
* refactor code of pg-migrate ([3dbd26e](https://github.com/EndyKaufman/pg-tools/commit/3dbd26eb100f91662f570af2455c1fe521a44a40))
### Features
* append support load options from config files ([bffc139](https://github.com/EndyKaufman/pg-tools/commit/bffc139412933d6f1c3f0221706bb06c2835ee0f))
# [1.1.0](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.0.2...pg-flyway-v1.1.0) (2025-04-01)
### Features
* add new db tools - pg-create-db ([d8bddef](https://github.com/EndyKaufman/pg-tools/commit/d8bddeff53b4fc565642d737d6c88fefd143cd1d))
## [1.0.2](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.0.1...pg-flyway-v1.0.2) (2025-02-20)
### Bug Fixes
* remove all finally sections ([3aed1c6](https://github.com/EndyKaufman/pg-tools/commit/3aed1c653af9ea717cc2160aad08db4795cc3e86))
## [1.0.1](https://github.com/EndyKaufman/pg-tools/compare/pg-flyway-v1.0.0...pg-flyway-v1.0.1) (2025-01-16)
### Bug Fixes
* update logic for resolve script value ([d2d1dea](https://github.com/EndyKaufman/pg-tools/commit/d2d1deabf31e5c3a5210f5a9106fd6553802b40a))
* update logic for resolve script value [#2](https://github.com/EndyKaufman/pg-tools/issues/2) ([d8911fe](https://github.com/EndyKaufman/pg-tools/commit/d8911fec8ca8a07f488519af661a11257ac7e2a6))
# 1.0.0 (2025-01-16)
### Features
* add info command ([9eee48c](https://github.com/EndyKaufman/pg-tools/commit/9eee48c9f2d0be40c4454279a4d19a2f89656eff))
* add tests ([4a4e420](https://github.com/EndyKaufman/pg-tools/commit/4a4e420a31c30420fe1065ae10159e504b2079fe))
* append migrate command code ([cc99774](https://github.com/EndyKaufman/pg-tools/commit/cc997741a2f60380ef180416a7a672a5a3fa82f9))