ljharb / qs

A querystring parser with nesting support
BSD 3-Clause "New" or "Revised" License
8.43k stars 725 forks source link

remove bower and component support #129

Open nlf opened 8 years ago

nathanboktae commented 8 years ago

Do you still intend on supporting browser usage?

hueniverse commented 8 years ago

I've opted to build an ES5 version in nes and hawk. I'm conflicted about this but it seems like an easy enough thing to do for now as we figure out this transition period.

nathanboktae commented 8 years ago

OK, any particular motivation? the browserfied distro is 14k, a pleasant browser consumable module. ES3 browsers are dead, so no need to worry about them.

ljharb commented 8 years ago

Soon I'll be releasing a v6.x that restores ES5 compatibility. After that, v7.0.0 will remove bower/component support completely. As soon as possible, I will restore ES3 compatibility - not only are those engines not "dead" but it's not actually that difficult to support them, so I'll be doing so.