All Versions
12
Latest Version
Avg Release Cycle
92 days
Latest Release
2184 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.1.0.2
October 14, 2018 -
v4.1.0.1
July 17, 2018 -
v3.0.1.3
September 12, 2017 -
v3.0.1.2
September 10, 2017 -
v3.0.1.1
September 07, 2017 -
v3.0.0.1
March 27, 2017 -
v3.0.0.0
March 27, 2017 -
v2.2.0.0 Changes
January 05, 2017- โ Added the ability to "drill down" into parameters using projection
functions. E.g.
:user.username
.
- โ Added the ability to "drill down" into parameters using projection
functions. E.g.
-
v2.1.0.0 Changes
January 05, 2017- โ Added TH derivation for
SqlRow
typeclasses.
- โ Added TH derivation for
-
v2.0.0.0 Changes
- โ Added typed full-row results, using the new
FromSqlRow
typeclass - Unfortunately, this requires a breaking change to the query syntax: scalar results now require parentheses to distinguish them from full-row results.
- โ Added typed full-row results, using the new