depoio / node-telegram-bot

Client wrapper for Telegram Bot API (Under heavy development)
MIT License
136 stars 30 forks source link

Native promise #65

Open shernshiou opened 8 years ago

shernshiou commented 8 years ago

Moving from Q to native promise by node v4

shernshiou commented 8 years ago

In favor of native promise, we are going to drop Q promise which is currently in-use. Any of you guys have opinion? Or we should keep it for backward compatibility?

rdev commented 8 years ago

I absolutely love native promises and switching all my projects to them. However backward compatibility never hurts.