Lu-Yi-Hsun / iqoptionapi

IQ Option API
372 stars 289 forks source link

[SUGGESTION] use git tags to version control to avoid problems with breaking changes #72

Closed rrfaria closed 5 years ago

rrfaria commented 5 years ago

Hi @Lu-Yi-Hsun

thanks for keeping this Api updated

I would suggest you to each time there is a release a new version like you did in past make a new tag version on git

It helps because if there is something breaking change it will not broke any implementation with another version.

For instance: I'm using version 3.5 and you has already release version 3.6 if I update it may broke my app. I know it will not but in future versions could do it.

maybe you could use gitflow to control your development.

this tool works very well controling version automatically take a look: To linux:

https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Linux,-Unix,-etc.

To mac: https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Mac-OS-X

to windows https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Windows

Lu-Yi-Hsun commented 5 years ago

@rrfaria Thank SUGGESTION

update here: https://github.com/Lu-Yi-Hsun/iqoptionapi/releases ?

rrfaria commented 5 years ago

Thanks is exactly it ... it helps a lot