Skip to content

Commit 13782df

Browse files
committed
cutting v0.5.0
1 parent 1445676 commit 13782df

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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

@@ -15,7 +16,7 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)