Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrdtales committed Jun 8, 2019
1 parent e360112 commit 42e289b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db-migrate-pg",
"version": "0.5.1",
"version": "1.0.0",
"description": "A postgresql driver for db-migrate",
"main": "index.js",
"scripts": {
Expand Down

4 comments on commit 42e289b

@karlbecker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @wzrdtales ! Quick question: was the motivation to bump this to 1.0.0 just that it's been working fine for a lot of people for a long time? We're long-time users, just wanted to check 😊

Thanks!

@wzrdtales
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 1.0.0 marks the deprecation of node <8, any future version may contain changes that are incompatible.

@wzrdtales
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything beyond including node 8 will continue to work. There are things being added, but I put hard time to keep things backwards compatible.

Please refer to db-migrate/node-db-migrate#627 for some more information about current ongoings.

@karlbecker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks much! We hadn't noticed the issue you linked to when going through the dependabot notes for this - that's very helpful and explains a lot.

Please sign in to comment.