groupon / node-cached

A simple caching library for node.js, inspired by the Play cache API
BSD 3-Clause "New" or "Revised" License
94 stars 15 forks source link

Drop Node 6 support, and Babel as a result #40

Closed markowsiak closed 6 years ago

markowsiak commented 6 years ago

Thinking that this might be worth a major bump since node6 is still in LTS. I couldn't resist dropping babel in favor of supporting node >= 8.

jkrems commented 6 years ago

🎉 for dropping the babel compilation. But should we mark this as a breaking change if we drop support for an LTS version?

markowsiak commented 6 years ago

Agreed here as well @jkrems 👍