Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

No easy way to find the version number in /dist files #1466

Open jongunter opened 7 years ago

jongunter commented 7 years ago

I've inherited a project that has an rx.js file sitting in the repository and linked via a <script> tag in the web application. Looking in that source file, I can't find a readily-visible version number, and I also cannot find a version number in the Rx global namespace. Am I missing something, or is one not easily visible? I looked in the current source and I can't see a version number at the top, either - https://raw.githubusercontent.com/Reactive-Extensions/RxJS/master/dist/rx.all.js.

Not all of us have the luxury of being able to use package managers. Would it be possible to create a property called Rx.version or maybe just have your build tools add it to the top of the files when the version gets bumped?

Thanks so much! This library is awesome.