Skip to content

charlatan v0.4.0

Compare
Choose a tag to compare
@sckott sckott released this 24 Jan 05:12
· 64 commits to master since this release

NEW FEATURES

  • gains new vignette "Contributing to charlatan" - given that it can be complicated to contribute, this vignette should make the process easier (#49) (#84)
  • InternetProvider gains new method slug (#67)
  • 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