File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for ` FSharp.CosmosDb `
22
3- ## [ 0.5.0] - Unreleased
3+ ## [ 0.5.0] - 2021-04-09
44
55### Added
66
77- New ` IdAttribute ` for marking the ID field of the records
88- New API methods for doing ` read ` and ` replace ` operations with API
9+ - Analyzer will now detect missing ` @ ` on parameters and provide a fix
910
1011### Changed
1112
1516### Fixed
1617
1718- Parameter handling wasn't very accurate
18- - New fix will warn if you forget the ` @ ` on param names
19+ - ` Cosmos.query ` now accepts a generic argument
1920
2021## [ 0.4.0] - 2020-12-22
2122
Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ Also part of this repo is a [F# Analyzer](https://github.com/ionide/FSharp.Analy
134134 - Quick fix provided with list of defined parameters (if any)
135135- Detection of supplied but unused parameters
136136 - Quick fix provided with list of declared parameters
137+ - Detection of missing ` @ ` for parameter name
138+ - Quick fix provided to add it in
137139
138140## Analyzer Usage
139141
You can’t perform that action at this time.
0 commit comments