Releases: PRQL/prqlc-r
Releases · PRQL/prqlc-r
prqlr 0.4.0
prqlr 0.4.0
Breaking changes
- Based on
prql-compiler
0.8.1 (#121, #125)
New features
- A new engine option
info_string
ofprql
engine on{knitr}
documents.
See the vignettevignette("knitr", "prqlr")
for details. (#120)
Bug fixes
prql
knitr engine respect theeval
chunk option. (#123)
Internal changes
Full Changelog: v0.3.0...v0.4.0
prqlr 0.3.0
Breaking changes
- Based on
prql-compiler
0.6.1 (#97, #99, #101, #106, #113) - The
prql_to_sql()
function (deprecated in favor ofprql_compile()
fromprqlr
0.1.0) is removed. (#105)
New features
- A new compile target
"sql.any"
can be specified inprql_compile()
'starget
option.
This is the same as the traditional unspecified (NULL
) target with respect to using the target specified in the header of the query as the target. (#97) - An experimental new engine option
use_glue
ofprql
engine on{knitr}
documents powered by the{glue}
package.
See the vignettevignette("knitr", "prqlr")
for details. (#103)
Bug fixes
Full Changelog: v0.2.1...v0.3.0
prqlr 0.2.1
Bug fixes
- Thanks to new version of
extendr
andlibR-sys
,prqlr
can now be installed on arm64 Linux. (#90) - Now buildable with Rust version 1.60 again (#94)
Full Changelog: v0.2.0...v0.2.1
prqlr 0.2.0
Breaking changes
- Based on
prql-compiler
0.5.1 (#71, #77, #86) - The option name of
prql_compile()
for specifying the compile target has been changed fromdialect
totarget
.
The following two changes have also been made as a result of this change.
New features
{prqlr}
registersprql
engine for{knitr}
when loaded.
See the vignettevignette("knitr", "prqlr")
for details. (#53, #57, #62)- New function
prql_version()
which returns buit-in prql-compiler version. (#51) prql_compile()
's options can be set byoptions()
. (#70)
Other improvements
prql_compile()
no longer leaks memory when an error occurs. (Thanks @sorhawell, #46, #52)
New Contributors
- @sorhawell made their first contribution in #52
Full Changelog: v0.1.0...v0.2.0
prqlr 0.1.0
First CRAN release, based on prql-compiler 0.4.1.