kefirjs / kefir

A Reactive Programming library for JavaScript
https://kefirjs.github.io/kefir/
MIT License
1.87k stars 97 forks source link

Version 1.0.0 release #40

Closed rpominov closed 9 years ago

rpominov commented 9 years ago

I am going to release 1.0.0 in near future. There won't be much changes from current latest version, I just think the API is stable enough to start using real SemVer.

The current list of changes for 1.0.0 is:

If you think there is something else that should be done, please comment on this issue.

gching commented 9 years ago

Is it reasonable to add some more jQuery wrapper functions for 1.0.0 so that it can be more than just a separate repo with two specific addons? Maybe ajax or some other helpers :+1:

rpominov commented 9 years ago

Yes, I agree that jQuery wrapper probably needs more functionality. For now I just moved what we already have to a separate repository https://github.com/pozadi/kefir-jquery . And kefir-jquery starts from v1.0.0 to follow semver from the begining.

But I opened this issue to discuss what we might need to do in main kefir repository before 1.0.0 release.

rpominov commented 9 years ago

Ok, done!