- Fix for issue where delta mode would mutate data when applying patches Fixes #51
- Fix for issue where engine could not be connectly directed to if an appname wasn't supplied Fixes #61
- Replaced shareReplay with publishReplay, refCount in qAskReplay. Closes #58
- handle.ask() now filters out undefined arguments, rather than sending nulls to the Engine. Closes #57
- Added
url
parameter for config file that allows users to specify the WebSocket url to connect to. Closes #56 - Updated generated qix methods to Engine API 12.260.0
- Removed Handle instance checking for
qAsk
,qInvalidations
operators as temporary fix; was causing issues in other projects and isn't really necessary. Closes #55 - Fixed issue where not defining an appname in the connect config would cause an invalid URL
- Cleaned up some dead code
- Updated README with testing information