asmblah / jemul8

An object-oriented JavaScript x86 Emulator for Node.js and the browser
http://jemul8.com
Other
132 stars 19 forks source link

Version number #4

Open coderaiser opened 11 years ago

coderaiser commented 11 years ago

Would be cool if you add versioning to jemul8. So every body will know when update is come and if something would be broken - could just move down to previous version :). And Changelog so everybody would know what have been changed.

ysangkok commented 11 years ago

You can use git commit hashes and commit messages as changelog so far.

asmblah commented 11 years ago

Hi Coderaiser,

Thank you for the suggestion. Lots of features are planned and in the pipeline, semantic versioning is one of them. The system isn't really stable enough to warrant versioning yet - v0.0.1 for the time being as the API is going to undergo some radical changes when TDD/BDD-refactored with unit/integration/acceptance tests.

I will leave this issue open until semantic versioning is added cleanly.

Hope this helps, Dan