Skip to content

Commit

Permalink
Uniform list item character in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Apr 25, 2023
1 parent a5aad0e commit 39f1a50
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,60 +259,60 @@ please review these notes.

## v0.7.0

- Add `Order`, `Asc`, `Desc`.
- Add `Limit`.
- `Fun.in` with a list, `Fun.current_timestamp`.
* Add `Order`, `Asc`, `Desc`.
* Add `Limit`.
* `Fun.in` with a list, `Fun.current_timestamp`.


## v0.6.0

- Add `Append` for creating `UNION ALL` queries.
* Add `Append` for creating `UNION ALL` queries.


## v0.5.1

- Support for specifying the window frame.
* Support for specifying the window frame.


## v0.5.0

- Add `Define` for calculated columns.
- Correlated subqueries and `JOIN LATERAL` with `Bind`.
- Support for query parameters with `Var`.
- Support for subqueries.
- Add `Partition` and window functions.
* Add `Define` for calculated columns.
* Correlated subqueries and `JOIN LATERAL` with `Bind`.
* Support for query parameters with `Var`.
* Support for subqueries.
* Add `Partition` and window functions.


## v0.4.0

- Add `Group`.
- Add aggregate expressions.
- Collapse `WHERE` that follows `GROUP` to `HAVING`.
- Add `LeftJoin` alias for `Join(..., left = true)`.
* Add `Group`.
* Add aggregate expressions.
* Collapse `WHERE` that follows `GROUP` to `HAVING`.
* Add `LeftJoin` alias for `Join(..., left = true)`.


## v0.3.0

- Add `Join`.
* Add `Join`.


## v0.2.0

- Flatten nested SQL subqueries.
- Broadcasting syntax for SQL functions.
- Special `Fun.<name>` notation for SQL functions.
- Support for irregular syntax for functions and operators.
- Outline of the documentation.
* Flatten nested SQL subqueries.
* Broadcasting syntax for SQL functions.
* Special `Fun.<name>` notation for SQL functions.
* Support for irregular syntax for functions and operators.
* Outline of the documentation.


## v0.1.1

- Use `let` notation for displaying `SQLNode` objects.
- Add `Highlight` node.
- Highlighting of problematic nodes in error messages.
* Use `let` notation for displaying `SQLNode` objects.
* Add `Highlight` node.
* Highlighting of problematic nodes in error messages.


## v0.1.0

- Initial release.
- `From`, `Select`, and `Where` are implemented.
* Initial release.
* `From`, `Select`, and `Where` are implemented.

0 comments on commit 39f1a50

Please sign in to comment.