Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dolezel committed Dec 2, 2019
1 parent 05040f6 commit 5bb42a8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,39 @@
# Change Log

## [4.0.0-rc](2019-11-02)

Rewrite in typescript

### Breaking changes

- Removed optional dependencies [#509](https://github.com/salsita/node-pg-migrate/pull/509)

If you are using `config` or `dotenv` configuration, it is no longer installed as optional dependency. You have to provide this package yourself.

- Write node-pg-migrate in TypeScript
[#502](https://github.com/salsita/node-pg-migrate/pull/502)
[#510](https://github.com/salsita/node-pg-migrate/pull/510)
[#515](https://github.com/salsita/node-pg-migrate/pull/515)
[#516](https://github.com/salsita/node-pg-migrate/pull/516)
[#519](https://github.com/salsita/node-pg-migrate/pull/519)
[#520](https://github.com/salsita/node-pg-migrate/pull/520)
[#523](https://github.com/salsita/node-pg-migrate/pull/523)

- Fixed some issues with types which did not correspond to how code behave.
- `functionArgs` in trigger options renamed to `functionParams` because of consistency.

- Support for TS migrations [#521](https://github.com/salsita/node-pg-migrate/pull/521)

### Added

- Improve error message in migration.js [#506](https://github.com/salsita/node-pg-migrate/pull/506)
- Another way for transpiling TypeScript [#522](https://github.com/salsita/node-pg-migrate/pull/522)

### Fixes

- Updates to docs - specifying schema for trigger_name [#505](https://github.com/salsita/node-pg-migrate/pull/505)
- createIndex doc [#524](https://github.com/salsita/node-pg-migrate/pull/524)

## [3.23.3](2019-10-10)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,9 +12,9 @@
Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. [CockroachDB](https://github.com/cockroachdb/cockroach).)
Started by [Theo Ephraim](https://github.com/theoephraim/), now maintained by [Salsita Software](https://www.salsitasoft.com/).

### Looking for v2 docs?
### Looking for v3 docs?

see [v2 branch](https://github.com/salsita/node-pg-migrate/tree/v2).
see [v3 branch](https://github.com/salsita/node-pg-migrate/tree/v3).

## Installation

Expand Down

0 comments on commit 5bb42a8

Please sign in to comment.