@@ -112,42 +112,45 @@ library's API has changed.
112
112
113
113
** Fixes** :
114
114
115
- - Allow interpolations in table s-strings ( @ aljazerzen , # 1337 )
115
+ [ This release, the changelog only contains a subset of fixes ]
116
116
117
- [ not all documentation changes are included here ]
117
+ - Allow interpolations in table s-strings ( @ aljazerzen , # 1337 )
118
118
119
119
** Documentation** :
120
120
121
+ [ This release, the changelog only contains a subset of documentation
122
+ improvements]
123
+
121
124
- Add docs on aliases in
122
125
[ Select] ( https://prql-lang.org/book/transforms/select.html )
123
126
- Add JS template literal and multiline example (@BCsabaEngine , #1432 )
124
127
- JS template literal and multiline example (@BCsabaEngine , #1432 )
125
128
- Improve prql-compiler docs & examples (@aljazerzen , #1515 )
126
129
- Fix string highlighting in book (@max-sixty , #1264 )
127
130
128
- [ not all documentation changes are included here]
129
-
130
131
** Web** :
131
132
132
133
- The playground allows querying some sample data. As before, the result updates
133
134
on every keystroke. (@aljazerzen , #1305 )
134
135
135
136
** Integrations** :
136
137
138
+ [ This release, the changelog only contains a subset of integration improvements]
139
+
137
140
- Added Elixir integration exposing PRQL functions as NIFs (#1500 , @kasvith )
138
141
- Exposed Elixir flavor with exceptions (#1513 , @kasvith )
139
142
- Rename ` prql-compiler ` binary to ` prqlc ` (@aljazerzen #1515 )
140
143
141
144
** Internal changes** :
142
145
146
+ [ This release, the changelog only contains a subset of internal changes]
147
+
143
148
- Add parsing for negative select (@max-sixty , #1317 )
144
149
- Allow for additional builtin functions (@aljazerzen , #1325 )
145
150
- Add an automated check for typos (@max-sixty , #1421 )
146
151
- Add tasks for running playground & book (@max-sixty , #1265 )
147
152
- Add tasks for running tests on every file change (@max-sixty , #1380 )
148
153
149
- [ not all internal changes are included here]
150
-
151
154
** New contributors** :
152
155
153
156
- @EArazli , with #1359
0 commit comments