Skip to content

Commit

Permalink
chore: v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed May 19, 2021
1 parent 1903757 commit 2704358
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Tidy follows semver.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.4.2 (2021-05-19)

* Fixes bug where leftJoin and fullJoin didn't include all columns on all objects, which may have resulted in weird behavior using select or arrange. #41

# 2.4.1 (2021-05-12)

* Allows type guards on filter (only affeects typescript) #39

# 2.4.0 (2021-05-07)

* groupBy now allows you to not pass any functions or array of functions. e.g. `groupBy(['str'])` or `groupBy(['str'], groupBy.entries())`. Note you could also do `groupBy('str')` (the first argument doesn't need to be an array) #37
Expand Down
2 changes: 1 addition & 1 deletion packages/tidy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidyjs/tidy",
"version": "2.4.1",
"version": "2.4.2",
"description": "Tidy up your data with JavaScript, inspired by dplyr and the tidyverse",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 2704358

Please sign in to comment.