Skip to content

Commit

Permalink
Drop support for Node.js 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 23, 2018
1 parent a9d39c7 commit c00529e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: node_js

node_js:
- '4'
- '6'
- '8'

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

# Introduction

Note: since Objection.js (which this library is based on) now requires Node 6.0.0 as the minimum, objection-find will not work on node < 6.0.0 either.

Objection-find is a module for building search queries for [objection.js](https://github.com/Vincit/objection.js/)
models using HTTP query parameters. You can easily filter, order and page the result based on model's properties and
relations using simple expressions. Relations can be eagerly fetched for the results using objection.js relation
Expand Down

0 comments on commit c00529e

Please sign in to comment.