sealcode / sealious

An extensible, declarative node framework
25 stars 2 forks source link

Rewrite version checking #275

Closed adwydman closed 8 years ago

adwydman commented 8 years ago

Basically I decided to rewrite version checking to make it more testable and easier to maintain. Not everything is finished yet, I just want to share my progress. core.js still has the old version checking, so nothing really affects Sealious yet.

What do you think about it and what would you add to it?