ebidel / filer.js

A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API.
Other
1.49k stars 155 forks source link

Rename Util class #57

Open soullivaneuh opened 8 years ago

soullivaneuh commented 8 years ago

Util is a too generic name for a class and can have conflicts with other libraries.

I would suggest you to rename it on a new major version.

FilerUtil sounds better IMHO.

Regards.

ebidel commented 8 years ago

Want to send a PR?

soullivaneuh commented 8 years ago

Just tell me if I have to care with the minified version of the library and how and I will do that with pleasure. :+1:

ebidel commented 8 years ago

Changing source is fine. I can do a new build and release. Thanks!

ps. make sure to update tests :)