oddcamp / active_hash_relation

ActiveHash Relation: Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.
https://www.kollegorna.se/
MIT License
119 stars 15 forks source link

Roadmap to Version 2.0 #13

Closed vasilakisfil closed 6 years ago

vasilakisfil commented 8 years ago

Version 1.0 is stable but some features are missing. These are the milestones to version 2.0:

I will create a new branch named develop to start working on those features.

vasilakisfil commented 7 years ago

Ok! Seems we are ready to ship 2.0 version :)

I decided against at having in-built JSONAPI support as I feel this does not belongs in the scopes of this gem. However if you disagree open an issue or make a PR :)

Also, I decided not removing the filter classes as I feel the complexity they add is minimal and in huge projects are very helpful.

Given that all the above features we added in an backwards compatible way I feel that we can re-schedule the 2.0 release to include other things like removing current deprecated APIs, performance improvements and overall code refactoring.