Skip to content

Commit

Permalink
cutting v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Apr 9, 2021
1 parent 1445676 commit 13782df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 13782df

Please sign in to comment.