adlnet / xAPIWrapper

Wrapper to simplify communication to an LRS
https://adlnet.gov/projects/xapi/
Apache License 2.0
219 stars 114 forks source link

Development roadmap? #33

Closed RoboSparrow closed 9 years ago

RoboSparrow commented 9 years ago

Hi adlnet,

I wonder what is the future roadmap for the xAPIWrapper? Are there any structural changes or extensions planned? We are starting to use this great lib as the base for our apps and tests so it would be good to know if important changes are ahead.

It would be fantastic to put this code under semantic versioning, this would make the integration and maintenance easier for app devs.

Thanks

creighton commented 9 years ago

Hi RoboSparrow,

All good points. I'm going to take some time in the next week or so to pull in your changes and add semver.

Thanks for your suggestions and pull requests

tom

liveaspankaj commented 9 years ago

I like the idea. This is a very useful script, and we are also using it.

On Wednesday, December 3, 2014, tom creighton notifications@github.com wrote:

Hi RoboSparrow,

All good points. I'm going to take some time in the next week or so to pull in your changes and add semver.

Thanks for your suggestions and pull requests

tom

— Reply to this email directly or view it on GitHub https://github.com/adlnet/xAPIWrapper/issues/33#issuecomment-65404899.

Regards,

Pankaj Agrawal

creighton commented 9 years ago

We plan to keep this as stable as possible. Any major changes will result, hopefully, only from major changes to the xAPI spec. As for minor and patch, they will result from input from users like you.

As asked, I've added grunt-bump which updates versions based on semver and adds git tags of the version. This'll be done by us at ADL since we can directly push the tag and code to the adl repo.

I have 1.1.0 out there with @RoboSparrow changes. https://github.com/adlnet/xAPIWrapper/releases

Hopefully that works for you. If not, let me know and we'll take care of it.

tom