Releases: exxeleron/qSharp
Releases · exxeleron/qSharp
qSharp-2.2.0
- API convenience extensions
- QTable, QDictionary and QKeyedTable now implements generic version of
IEnumerable interface - Improved memory reuse while iterating over QTable, QDictionary
and QKeyedTable - Fix: QDictionary enumerator failing to retrieve values
qSharp-2.1.2
- Introduce common interface for QTable and QKeyedTable: IQTable
- QBasicConnection now implements IDisposable
- Refactoring: as per ReSharper reports
qSharp-2.1.1
- Fix: sanity check against protocol version for guids
- Add serialization for type: char[][]
qSharp-2.1.0
- Redesigned lambdas and projections handling
qSharp-2.0.6
- Fix: reading of generic null (::) embedded in lists
qSharp-2.0.5
- Rewrite QBasicConnection.Open() and QBasicConnection.Close() methods to use QBasicConnection.IsConnected() instead of null check
qSharp-2.0.4
QListener
pushes all types of exceptions via error event handle
qSharp-2.0.3
- Fix: behaviour of
toString
andfromString
methods inQTime
,QSecond
andQMinute
types for dates outside of 0-24 hours scope
qSharp-2.0.2
- Improve performance while retrieving large data samples
- API: configurable maximum size of data chunk during data retrieval
qSharp-2.0.1
- Fix: creation of q dictionary with values represented as table