You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/24 15:02:03 UTC

[GitHub] janl opened a new pull request #106: feat: remove endswith dependency in favour of ES6 String.endsWith

janl opened a new pull request #106: feat: remove endswith dependency in favour of ES6 String.endsWith
URL: https://github.com/apache/couchdb-nano/pull/106
 
 
   `endswith` has never been a real package.
   
   ES6 has `String.endsWith` which has been in Node [since 4.9.1](https://node.green/#ES2015-built-in-extensions-String-prototype-methods-String-prototype-endsWith) and we’re requiring 6+

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services