Skip to content

Releases: evanodell/mnis

v0.3.1

04 Apr 15:26
Compare
Choose a tag to compare

mnis 0.3.1

Fixed issue with lazy data for CRAN.

mnis 0.3.0

Breaking changes

Instead of returning some weirdly formatted tibbles, many functions now
return lists.

mnis_extra is now defunct due to change towards using lists

mnis_additional and mnis_reference functions are now deprecated.
The function had no use in querying data from the API,
merely printing a list of functions in a particular category.

v0.2.7

03 Jul 17:04
Compare
Choose a tag to compare

mnis 0.2.7

Bug Fixes

Fixed bug in mnis_tidy() that didn't correct data schema names.

Fixed test errors for mnis_joined_between().

Removed basic_details parameter from mnis_extra(), as it didn't provide any information that wasn't included by other parameters.

Changed mnis_extra() code to eliminate duplicate columns.

v0.2.6

05 Jun 08:44
Compare
Choose a tag to compare

Now accepts dates as character values in “YYYY-MM-DD” format, and objects of class Date, POSIXt, POSIXct, POSIXlt or anything else than can be coerced to a date with as.Date().

Fixed bugs on mnis_joined_between to return full, proper tibble.

Dropped parameter ‘joined_since’ from mnis_all_members, in favour of mnis_joined_between.

Tidied up code in mnis_reference functions.

Fixed bug in mnis_party_state which produced an error if not using the current system date.

Added optional ‘tidy_style’ parameter, allowing users to decide which style "snake_case", "camelCase" and "period.case" they want variable names to be in, if ‘tidy’==TRUE.
mnis 0.2.5

v0.2.5

30 Apr 15:52
Compare
Choose a tag to compare
on date fixes

v0.2.4

23 Apr 22:03
Compare
Choose a tag to compare

Fix bug with mnis_eligible

v0.2.3

15 Apr 22:49
Compare
Choose a tag to compare

mnis, now with tibbles and more informative error messages

v0.2.2

04 Apr 13:52
Compare
Choose a tag to compare

Added BOM stripper, some minor fixes to other functions

v0.2.1

06 Feb 23:15
Compare
Choose a tag to compare
finalising 0.2.1 for release to CRAN

v0.2.0

10 Jan 10:03
Compare
Choose a tag to compare

This release includes new and easier to use syntax, as well as the introduction of the fixNames parameter for some functions.

v0.1.1

09 Jan 17:22
Compare
Choose a tag to compare
added mnis_JoinedBetween