Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update CHANGELOG.md to link to updated switch example #1582

Merged
merged 14 commits into from
Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

**Features**:

- `from_text` function that supports JSON and CSV formats. (@aljazerzen, @snth)
- New `from_text format-arg string-arg` function that supports JSON and CSV
formats. _format-arg_ can be `format:csv` or `format:json`. _string-arg_ can
be a string in any format. See discussion in
https://github.com/PRQL/prql/pull/1514 (@aljazerzen, @snth) _(Implemented in
Playground)_

```prql
from_text format:csv """
Expand All @@ -26,7 +30,7 @@
}'''
```

Currently, arguments are limited to string constants.
For now, the argument is limited to string constants.

## 0.4.1 — 2022-01-18

Expand Down