flightjs / flight

A component-based, event-driven JavaScript framework from Twitter

Home Page:http://flightjs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Version Numbers to header information of files

pierceray opened this issue · comments

We were recently trying to upgrade flight, and noticed that there are no version numbers in the library files. We ended up having to pull down each tag and compare to the source files we had in the source base to determine what version we were on (1.0.11 ultimately). We didn't want to blindly just take the latest without knowing what features were introduced, or api's that changed since the version we installed so we could scope to the work we needed to do.

Can you add version numbers to the header information of each flight file to more easily track this or add some other mechanism to know what version of the library you are on?

We're not going to add version numbers to the source code files. How are you installing the library?