- Update nimble_options
- Make sure code is loaded before checking if functions exist
- Ensure app modules are compiled, avoiding Module.safe_concat errors re: schema modules
- Fix/add random field generators
- Make a fix for
factory_ex.gen
to prevent errors
- add Changeset validation to build for schemas
- add build_invalid_params
- add time generation fixes
- Blacklist Faker.Name
- Use context path in generation
- Underscore counter names properly
- Add mix factory generator command
- Add
keys
toFactoryEx.build_params
with:string
and:camel_case
opts - Add
FactoryEx.build_many_params
- Initial Release