Skip to content

Releases: PRQL/prqlc-r

prqlr 0.10.0

29 Jan 11:55
Compare
Choose a tag to compare

Breaking changes

  • For the prql_compile() funtion, arguments format and singnature_comment should be named arguments. (#317)

New features

  • New experimental argument display of prql_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

28 Jan 14:07
b0fba6c
Compare
Choose a tag to compare
lib-v0.13.1 Pre-release
Pre-release
feat: bump prqlc to 0.13.3 (#336)

prqlr 0.9.0

20 Sep 13:16
Compare
Choose a tag to compare

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

19 Sep 13:29
696a9fd
Compare
Choose a tag to compare
lib-v0.13.0 Pre-release
Pre-release
feat!: based on prqlc 0.13.0 (#312)

prqlr 0.8.1

19 May 21:54
Compare
Choose a tag to compare

Just dependency updates. No user-facing changes.

Full Changelog: v0.8.0...v0.8.1

lib-v0.11.2

19 May 03:30
503a727
Compare
Choose a tag to compare
lib-v0.11.2 Pre-release
Pre-release
fix: fix typo on the configure script (#291)

prqlr 0.8.0

14 Feb 10:50
Compare
Choose a tag to compare

Breaking changes

  • Switch from extendr to savvy. (Thanks @yutannihilation, #252)
    • The error message has been completely changed.
    • prql_compile()'s target option does not accept NA as "sql.any" anymore.

New features

Miscellaneous

Full Changelog: v0.7.0...v0.8.0

lib-v0.11.1

11 Feb 01:42
3b1a369
Compare
Choose a tag to compare
lib-v0.11.1 Pre-release
Pre-release
docs: replace `prql-compiler` to `prqlc` (#260)

A follow up for #257

prqlr 0.7.0

08 Jan 22:47
Compare
Choose a tag to compare

Breaking changes

Full Changelog: v0.6.0...v0.7.0

lib-v0.11.0

04 Jan 03:11
28c2b29
Compare
Choose a tag to compare
lib-v0.11.0 Pre-release
Pre-release
chore: bump prql-compiler's revision (#242)