Releases: VulcanShot/csQuery
Releases · VulcanShot/csQuery
Version 1.0.3
- Added
FilterandFirst - Corrected
GetandEq - Added
!selector replacing** QueryArraycan now be initialized withinstance
Version 1.0.2
- Data functions (i.e.
SaveData,HasData,GetData,GetAllData) have been simplified. The latter has been removed and replaced by a parameterless signature ofGetData. Furthermore, all these functions will now only have an effect on the first entity in the array in order to greatly improve performance. - Fixed exception caused by f20d390
Version 1.0.1
Added bool HasData(string key), which returns whether data under the given key has already been stored.
Version 1.0.0
First release.