Closed vasilakisfil closed 6 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.
Version 1.0 is stable but some features are missing. These are the milestones to version 2.0:
JSONAPI optional support (filter param)Possible remove filter classes (never used them except SKL)Pagination support(I think pagination is out of scope of this gem)eq
for numbers/floats/dates/datetimesI will create a new branch named develop to start working on those features.