Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for node < 4.x #1298

Closed
brianc opened this issue May 24, 2017 · 2 comments
Closed

Remove support for node < 4.x #1298

brianc opened this issue May 24, 2017 · 2 comments
Milestone

Comments

@brianc
Copy link
Owner

brianc commented May 24, 2017

Dropping older versions of node out of the travis test matrix, allowing us to move away from some of the extremely old buffer APIs and move a bit more quickly on new features. For older versions the suggestion will be to use the 6.x trunk. We'll need to cut a maintenance branch we can back-port any critical security fixes to.

@vitaly-t
Copy link
Contributor

vitaly-t commented May 31, 2017

You may want to use the same technique as I did within pg-promise.

See the library's entry file: lib\index.js.

The main reason behind such separation is to be able to use the ES6 syntax right from the library's main file (main.js in my example).

@brianc
Copy link
Owner Author

brianc commented Jun 18, 2017

This is complete.

@brianc brianc closed this as completed Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants