jussi-kalliokoski / trine

A utility library for modern JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roadmap

kievechua opened this issue · comments

@jussi-kalliokoski is there any roadmap document we can refer?

Another question is this libraries supporting browser?

is there any roadmap document we can refer?

This issue tracker is currently the informal roadmap. I attempt to maintain a milestone for tracking each upcoming release, e.g. https://github.com/jussi-kalliokoski/trine/milestones/0.1.0 :)

Another question is this libraries supporting browser?

Yes, the library works in browsers as well. However it requires using webpack, browserify or some other CommonJS-compatible module bundler. The browser support depends on babel-runtime, but IIRC that should still support browsers up to IE8 for most features.

This issue tracker is currently the informal roadmap. I attempt to maintain a milestone for tracking each upcoming release, e.g. https://github.com/jussi-kalliokoski/trine/milestones/0.1.0 :)

Sound cool, it should get very organized.

Yes, the library works in browsers as well. However it requires using webpack, browserify or some other CommonJS-compatible module bundler. The browser support depends on babel-runtime, but IIRC that should still support browsers up to IE8 for most features.

Hope browser side testing is in the roadmap too :P

Hope browser side testing is in the roadmap too :P

Yes, I have an account on BrowserStack I use for my other OSS projects and intend to integrate it to Trine as well! :P