Changes in version 0.3.0 Major changes - Added %||% null default operator to the package - Added `%|||% expended default operator to the package (for more than just non-null cases) - Added %x| (and %xor% as an alias) for XOR logical operations - Added %!& (and %nand% as an alias) for NAND logical operations Minor changes - Added option for %btwn% for NA values to be considered FALSE when evaluated since, conceptually, an NA does not fall between any X,Y. Option is accessed via infixit.btwn.ignore_na Changes in version 0.2.0 Major changes - %btwn% can now test whether one date is within two other comparison dates. This does not introduce any breaking changes to the previous functionality but was a pain in the ass to refactor everything to ensure that, I don't mind telling you. New documentation to the README added. - Added 5 augmented assignment operations: %+=%, %-=%,%*=%,%/=%, and %^=%---which all mimic their cousins in Python. Documentation added into the package as well as the README. Minor changes - Added option to generalize the pasting behavior of %+% so that people can specify the sep argument (should infixit.paste option be set to "paste"). Defaults to " ". - Deleted NEWS.Rmd file, opting instead to just have NEWS.md rather than knit it. - Added .Rbuildignore file to ignore README.Rmd file on build. Should hopefully silence current build warnings. - Minor adjustments to the DESCRIPTION file in anticipation of a submission to CRAN. Changes in version 0.1.0 Hello world! Let’s do our best! Major changes. - Everything, I guess.