Skip to content

Commit

Permalink
Add JsDoc info
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Nov 29, 2023
1 parent 758723b commit e78b53e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions changelogs/drizzle-orm/0.29.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

# New Features/Helpers

## New helpers for aggregate functions in SQL - Thanks @L-Mario564
## 🎉 Detailed JSDoc for all query builders in all dialects - thanks @realmikesolo

You can now access more information, hints, documentation links, etc. while developing and using JSDoc right in your IDE. Previously, we had them only for filter expressions, but now you can see them for all parts of the Drizzle query builder

## 🎉 New helpers for aggregate functions in SQL - thanks @L-Mario564

> Remember, aggregation functions are often used with the GROUP BY clause of the SELECT statement. So if you are selecting using aggregating functions and other columns in one query,
be sure to use the `.groupBy` clause
Expand Down Expand Up @@ -97,7 +101,7 @@ await db.select({
```

# New Packages
## ESLint Drizzle Plugin
## 🎉 ESLint Drizzle Plugin

For cases where it's impossible to perform type checks for specific scenarios, or where it's possible but error messages would be challenging to understand, we've decided to create an ESLint package with recommended rules. This package aims to assist developers in handling crucial scenarios during development

Expand Down

0 comments on commit e78b53e

Please sign in to comment.