You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gains new vignette "Contributing to charlatan" - given that it can be complicated to contribute, this vignette should make the process easier (#49) (#84)
MiscProvider gains two new methods boolean and null_boolean (#70)
es_PE locale support added to PhoneNumberProvider (#108)
en_NZ locale support added to AddressProvider, InternetProvider, and PersonProvider (#109)
main vignette gains examples on using the MissingDataProvider thanks to @KKulma (#110)
PhoneNumberProvider gains support for locales: dk_DK, en_NZ, id_ID, th_TH, and tw_GH (#100)
each R6 provider gains new method allowed_locales() - the exported character vector of allowed locales for each provider has moved inside of the R6 class in $private because there's no reason for the user to modify allowed locales - allowed_locales() reads this vector for each provider
MINOR IMPROVEMENTS
convert all documentation to the new R6 support in roxygen2