devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

Add tags for version numbers. #32

Closed peterhgombos closed 11 years ago

peterhgombos commented 11 years ago

As of now, it is difficult to find the current version of the library, as it is now only written in the different files. You should tag each new version, also making it easier to go back in the version history (great if you are releasing a completely new version, and need to support multiple versions for a while).

Also now, bower.json and package.json is not updated to 4.0.2.

devote commented 11 years ago

... great if you are releasing a completely new version, and need to support multiple versions for a while

Thank you, I will take note of your remark.

Also now, bower.json and package.json is not updated to 4.0.2.

Ohh my God, how I missed it. Now fix it, sorry.

devote commented 11 years ago

I added a tags for versions: https://github.com/devote/HTML5-History-API/tree/v2.0 https://github.com/devote/HTML5-History-API/tree/v3.2

peterhgombos commented 11 years ago

Sweet, thank you! :)

peterhgombos commented 11 years ago

Could I also get a tag for 4.0.2? Trying to host it at cdnjs, and they need it to check for reliable versions.Thanks.

devote commented 11 years ago

No problem! https://github.com/devote/HTML5-History-API/tree/v4.0.2

peterhgombos commented 11 years ago

Thanks!