Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

76 lines (53 loc) · 1.68 KB

0.6.16

  • Add boolean resource generating random booleans

0.6.15

  • Fix localized generators generating in english
  • Add lorem.paragraph generator

0.6.14

  • Update dependencies
  • Update sdk constraints
  • Fix emailFrom generator

0.5.14

  • Update README
  • Fix missing method argument type in Numbers class
  • Sort metadata lists read from code so generated code will be the same on windows as well
  • Add code document for scripts
  • Clean up code
  • Add types.dart file to add new type there
  • Update CONTRIBUTING.md
  • Update README

0.4.13

  • Update README
  • Add Contribution Guide

0.4.4

  • Update scripts

0.4.3

  • Changed package name to faker_x

0.4.2

  • Fix internet.emails not being generated with correct provider names
  • Add Number resource
  • Add Phone resource

0.3.1

  • Remove the need to create Args object to pass arguments to methods of FakerX to generate fake value. (flatten FakerX generator methods arguments)
  • Fix bug in internet.disposableMail method not being generated correctly
  • Add example app
  • Add location resource
  • Add a TypeDataSource to make possible generating non string fake values

0.2.1

  • Add automotive resource
  • Add vehicle resource
  • Add color resource
  • Add global resource support
  • Add colorful messages for script errors
  • Add internet resource
  • Update person resource
  • Add support to add string transformers to formats
  • Add support to return Format objects from DataSource builder callback
  • Update generator scripts and more validation checks

0.1.1

  • Finish code generation scripts.
  • Add support for DataSources with builder methods
  • Add support for global DataSources
  • Fix bad data in DataSources

0.0.1

  • Initial version.