CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 966 forks source link

Request: Build Filename Without Version Number #74

Closed bigtimebuddy closed 5 years ago

bigtimebuddy commented 9 years ago

Would it be possible to please remove the version number from the concatenated library file names (e.g., "tweenjs-0.6.1.min.js" becomes "tweenjs.min.js")? This is not particularly helpful and creates manual annoyances when upgrading to newer versions of the library. Bower is the preferred method for managing dependency versions and feel that file name versioning is unnecessary and redundant. What's the rationale for this choice?

lannymcnie commented 9 years ago

This has been requested a few times, but we are unlikely to make the change. The libs in GitHub are discrete versions, and any updating that you do should be explicit.

gskinner commented 9 years ago

We may evaluate this for 1.0.

pvnr0082t commented 8 years ago

Hi @lannymcnie @gskinner , I'm a member of cdnjs. This lib had already been hosted in cdnjs. But it's hard to automatically update for this lib because of the naming scheme. So I prefer not to name files with the version number. Thanks.

https://github.com/cdnjs/cdnjs/pull/9157 https://github.com/cdnjs/cdnjs/issues/9146 https://github.com/cdnjs/cdnjs/issues/8766

lannymcnie commented 5 years ago

We have moved to builds without version numbers as-of 1.0. Cheers!