v1.0.0
What's Changed
- feat: Add dbplyr translations for
clock::add_days()
,clock::add_years()
,clock::get_day()
,clock::get_month()
, andclock::get_year()
by @edward-burn in #153 - feat: New
sort
argument torel_order()
by @toppyy in #168 - feat:
round()
duckdb translation usesROUND_EVEN()
instead ofROUND()
by @lschneiderbauer in #157 - chore:
n_distinct()
followup by @lschneiderbauer in #158 - feat: Add dbplyr translations for
clock::date_count_between()
by @edward-burn in #166 - fix: Correct usage of
win_current_group()
instead ofwin_current_order()
in SQL translation by @lschneiderbauer in #175 - fix: Avoid triggering re2 in tests by @krlmlr in #176
- feat: Support fetching
MAP
type by @hannes in #165
New Contributors
- @edward-burn made their first contribution in #153
- @toppyy made their first contribution in #168
Full Changelog: v0.10.2...v1.0.0