Mostly just bug fixes:
- Fixed bug of where an internal function was reliant on a partial argument match (#138)
- Fixed bug where
diffdf()would error if the input was a complex expression (#133) - Fixed bug where
diffdf()would error if an input dataset contained a POSIXct column which contains a missing value (#132) - Added argument to
print()function to allow users to print more than 10 rows at once when creating a file output (#135)
What's Changed
- Fix datetime printing issue by @gowerc in #134
- Update license and contact emails by @gowerc in #143
- Fix partial match argument by @gowerc in #139
- Add file arguement to print function by @gowerc in #140
- Fix error on multiline deparse by @gowerc in #141
- Release v1.1.2 by @gowerc in #146
Full Changelog: v1.1.1...v1.1.2