Skip to content

Releases: VulcanShot/csQuery

Version 1.0.3

04 May 06:09
Compare
Choose a tag to compare
  • Added Filter and First
  • Corrected Get and Eq
  • Added ! selector replacing **
  • QueryArray can now be initialized with instance

Version 1.0.2

22 Feb 02:13
Compare
Choose a tag to compare
  • Data functions (i.e. SaveData, HasData, GetData, GetAllData) have been simplified. The latter has been removed and replaced by a parameterless signature of GetData. 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

18 Feb 18:01
cc126c8
Compare
Choose a tag to compare

Added bool HasData(string key), which returns whether data under the given key has already been stored.

Version 1.0.0

16 Feb 23:13
d97c7eb
Compare
Choose a tag to compare

First release.