Releases: PRQL/prqlc-r
Releases · PRQL/prqlc-r
prqlr 0.10.0
Breaking changes
- For the
prql_compile()
funtion, argumentsformat
andsingnature_comment
should be named arguments. (#317)
New features
- New experimental argument
display
ofprql_compile()
function to colorize the error message from prqlc. (#317) - Based on
prqlc
0.13.3 (#336)
Full Changelog: v0.9.0...v0.10.0
lib-v0.13.1
feat: bump prqlc to 0.13.3 (#336)
prqlr 0.9.0
Breaking changes
Bug fixes
- Fix to report rustc version even if installing with pre-built binaries. (#305)
Miscellaneous
- On R-universe, installing with pre-built binaries is now default. (#305)
- The configure script now compares the package's MSRV and the rustc version,
and if the rustc version is less than the MSRV, an warning message is displayed. (#311)
Full Changelog: v0.8.1...v0.9.0
lib-v0.13.0
feat!: based on prqlc 0.13.0 (#312)
prqlr 0.8.1
Just dependency updates. No user-facing changes.
Full Changelog: v0.8.0...v0.8.1
lib-v0.11.2
fix: fix typo on the configure script (#291)
prqlr 0.8.0
Breaking changes
- Switch from
extendr
tosavvy
. (Thanks @yutannihilation, #252)- The error message has been completely changed.
prql_compile()
'starget
option does not acceptNA
as"sql.any"
anymore.
New features
Miscellaneous
- The GitHub repository used to develop this package has been moved to https://github.com/PRQL/prqlc-r.
Other URLs are also changed accordingly. (#262, #263)
Full Changelog: v0.7.0...v0.8.0
lib-v0.11.1
docs: replace `prql-compiler` to `prqlc` (#260) A follow up for #257
prqlr 0.7.0
lib-v0.11.0
chore: bump prql-compiler's revision (#242)