-
-
Notifications
You must be signed in to change notification settings - Fork 132
Release 2.7.0 Discussion #199
Comments
I'd like to consider the possibility of 2.7.0 being ParseLiveQuery's very last release. I've been talking to a few of the other Parse contributors like @TomWFox and we thought that ParseLiveQuery would be easier to maintain and keep a high overall code quality in general if it became an actual Parse module. So, I'd like to think about making 2.7.0 one heck of an update to bring it up to standard with the core parse repository. This means file structure, coding standards, naming conventions, and UnitTesting and travis/circleci integration. That way the transition is super smooth and easy and it fits right in. |
for those people who say Handlers are not working so, I made this class for temporary Fix. use this class and implement delegate methods in your view controller or ViewModel. |
@devwaseem I think we actually have a fix for this which is found on #190 which will come out in the next day or two days along with dependency updates. I will say I love the idea of the LiveQueryDelegate. I'd love to see 2.7.0 update the framework to use proper Apple protocol/delegate naming conventions vs the whatever named protocol we have now. I cant ever remember what its called which leaves me typing stuff till code completion suggests it. |
I'm going to close this issue and open a new one for specifically iOS 13 and iPad OS since that update will cover everything we need for 2.7. |
I opened a project to keep track of everything on Suggestion of @dplewis. I figured Id use this issue to kind of bring everyone up to speed and give a place to discuss updates. Needless to say PLQ could use some TLC. Heres a quick list of things I found in the last few days.
Ill add more as they come to me.
The text was updated successfully, but these errors were encountered: