Releases: elgentos/masquerade
0.1.1
816ba7e Upped version to 0.1.1
a2e2fd3 Refactored ListCommand int GroupsCommand to allow listing when no arguments are given (closes #26) and placed logo and version at top of help commands too
8ec55a4 Added illuminate/support, removed config file from dist
c9c5da5 Updated build script and README
7416cb0 Changed bulid process to Box, added .php71 stopfile, updated smaller dist (11M > 3M), closes #12
df87c85 Fixed list command to also display formatter parameters
d3d07a0 Removed duplicate declaration of isPhar()
30490e0 Moved custom autoloader to custom Application class, changed order of path prefixes to look in and added break in foreach loop to prevent class already defined errors
ecb8960 Updated README and dist
4248914 Added option to supply Faker providers with formatters
e8b8243 Fixed config file loading for phar and non-phar
1edec4f Added test to see if loading actually works - now on to an autoloader
2f3136d Removed hardcoded files with a scandir
7718ee7 First code to include custom Faker providers
4ba7438 Built in checks to see if table and column exist, closes #11
1b625ac Added fixed 'formatter' - closes #9
c3aa592 Implementing chunking of database retrieval
8f25133 Allow for simple and extended syntax for formatter
b233045 Set randomNumber to 8 digits and updated RunCommand to expand options into method parameters
1070564 Moved optional, unique and nullColumnBeforeRun one level deeper since it belongs to the column, not the formatter
2e485a2 Added extra level in yaml for formatter, to add options
7de6b61 If formatter is unknown, use null for the value in order to remove personal data even though we don't have a perfect substitute - closes #2
29e4fc4 Added charset to command line options (#15)
93cd409 Cool Carbon screenshot which is all the hype now - closes #14
d1b8a08 add debian packaging (#7)
1ef0f19 Added yaml files for Magento1 - not correct because it has no EAV support yet!
ee4f396 expand on README with build step (#1)
Version 0.1.0
Updated README