jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 215 forks source link

Publish version 2.0.0 to npm already? #209

Closed billiegoose closed 6 years ago

billiegoose commented 6 years ago

:)

jvilk commented 6 years ago

I had some plans to do a few more breaking changes, since it's a big version bump, but have had some things come up that are currently consuming all of my free time.

Would it help to push a 2.0 beta in the mean time? If I don't find the time to start making the changes I want within the next month, then I can make it final and make subsequent changes in a 3.0. (I just hate to impose churn on folks.)

billiegoose commented 6 years ago

A prerelease tag / beta would be fine. Anything so I can use it in devDependencies instead of bundling it myself and including the minified version in my own package. (I tried using a github url in package.json but it didn't work.) I guess I could publish a scoped fork... but yeah if you could publish a 2.0.0-alpha.1 that would be peachy.

billiegoose commented 6 years ago

Because the 1.x branch doesn't have global.fetch (and therefore ServiceWorker) support IIRC.

jvilk commented 6 years ago

"Publish a beta" is on my TODO list for today. Thanks for your patience; I've had many other things on my plate lately!

jvilk commented 6 years ago

I just published v2.0.0 to the beta channel, and uploaded API docs for 2.0.0. I'll try to get together a roadmap for 2.0.0 so we can get this stable, too.