From 13782df4a0afc184f13e1d3be29f2c3ac613c5af Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 9 Apr 2021 16:11:14 +1000 Subject: [PATCH] cutting v0.5.0 --- CHANGELOG.md | 5 +++-- README.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8c677..b1f8328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog for `FSharp.CosmosDb` -## [0.5.0] - Unreleased +## [0.5.0] - 2021-04-09 ### Added - New `IdAttribute` for marking the ID field of the records - New API methods for doing `read` and `replace` operations with API +- Analyzer will now detect missing `@` on parameters and provide a fix ### Changed @@ -15,7 +16,7 @@ ### Fixed - Parameter handling wasn't very accurate -- New fix will warn if you forget the `@` on param names +- `Cosmos.query` now accepts a generic argument ## [0.4.0] - 2020-12-22 diff --git a/README.md b/README.md index 0b6b791..5a4ec90 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ Also part of this repo is a [F# Analyzer](https://github.com/ionide/FSharp.Analy - Quick fix provided with list of defined parameters (if any) - Detection of supplied but unused parameters - Quick fix provided with list of declared parameters +- Detection of missing `@` for parameter name + - Quick fix provided to add it in ## Analyzer Usage