All Versions
10
Latest Version
Avg Release Cycle
148 days
Latest Release
2051 days ago

Changelog History

  • v1.5.5 Changes

    September 25, 2018
     -1.5.5
      * SetRandomSeed added to generate always the same random data
      * URI Plugin implemented (Thx to twenzel)
      * Bugfixing (thx to lichtel, jiaxuyang)
    
      -1.5.4.1
      * Bugfixing
      * Collectionizer supports now also Arrays
    
      -1.5.4
      * Removed unecessary references for netstandard library
    
      -1.5.3
      * It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup)
      * IpAddress string plugin added
      * Switched to .NET Core 1.0
      * Moved to VS 2017
      * Bug fixes
    
      -1.5.0
      * Collectionizer plugin implemented to use IRandomizer plugins in Collections
      * Support for ArrayLists
      * Ignore inheritance added to ignore base types of a POCO
      * Optimizations in the Randomizer (thx to HerrLoesch)
      * FloatRange plugin implemented (thx to HerrLoesch)
      * Optimization of some Plugins
      * Bug fixing
    
      -1.4.1
      * Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)
    
      -1.4.0
      * Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
      * FillerSetup can now be used for dedicated properties or types
      * Bugfixes
    
      -1.3.9
      * Bug fixed when creating types with a copy constructor
    
      -1.3.8
      * Support for Arrays and Nullable Enumerations
      * Bugfixes (thx to Hendrik L.)
    
      -1.3.6
      * Added Randomizer<T> class to easy generate data for simple types like int, double, string
      * Support for complex standalone CLR types like List<T>
      * CityName plugin (Thx to Hendrik L.)
      * E-Mail-Address plugin (Thx to Hendrik L.)
      * StreetName plugin (Thx to Hendrik L.)
      * CountryName plugin
      * Code cleanup
      * Bugfixes
    
      -1.3.2
      * Bugfixes
    
      -1.3.1
      * Easier usage of static values in the "Use" API
      * Added missing type mappings
      * Some bugfixes and improvements
    
      -1.3.0
      * Circular Reference Detection (thx to GothikX)
      * Export the ObjectFiller setup and reuse it somewhere else
      * Improved LoremIpsum Plugin (thx to GothikX)
      * Many bugfixes and improvements
    
      -1.2.8
      * IgnoreAllUnknownTypes added
      * Usage of RandomList-Plugin improved
      * IntRange-Plugin handles now also nullable int!
    
      -1.2.4
      * Create multiple instances
      * Some bugfixes and improvements
    
      -1.2.3
      * Use enumerables to fill objects (thx to charlass)
      * Its now possible to fill enum properties (thx to charlass)
      * Implemented SequenceGenerator (thx to charlass)
    
      -1.2.1
      * Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
      * Properties with private setter are able to write.
      * Renamed ObjectFiller to Filler to avoid NameSpace conflicts
      * Order properties implemented
      * IntRange Plugin implemented
      * ...some more improvements and bugfixes
    
      -1.1.8
      * Bugfix in RandomizerForProperty
    
      -1.1.7
      * Implemented a Lorem Ipsum string plugin
    
      -1.1.6
      * new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
      * Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller
    
      -1.1.4
      * IgnoreAllOfType added.
      * Little changes to the main API
    
      -1.1.2
      * moved to github
    
      -1.1.0
      * Changed the fluent API to make it even easier than before to use.
    
      -1.0.22
      * Bugfix when handling lists
    
      -1.0.21
      * Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!
    
      -1.0.16
      * RandomListItem-Plugin
    
      -1.0.15
      * Major Bugfix
    
      -1.0.14
      * Bugfixes
    
      -1.0.12
      * RealNameListString Plugin
      * DoubleMinMax plugin
    
      -1.0.10
      * Its now possible to ignore properties.
      * Fluent API documented.
      * Better ExceptionMessages
      * Bugfixes
    
      -1.0.6
      * Its now possible to setup a randomizer to a specific property!
    
      -1.0.0
      * Initial release
    
  • v1.5.4.1 Changes

    August 03, 2017
      -1.5.4.1
      * Bugfixing
      * Collectionizer supports now also Arrays
    
      -1.5.4
      * Removed unecessary references for netstandard library
    
      -1.5.3
      * It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup)
      * IpAddress string plugin added
      * Switched to .NET Core 1.0
      * Moved to VS 2017
      * Bug fixes
    
      -1.5.0
      * Collectionizer plugin implemented to use IRandomizer plugins in Collections
      * Support for ArrayLists
      * Ignore inheritance added to ignore base types of a POCO
      * Optimizations in the Randomizer (thx to HerrLoesch)
      * FloatRange plugin implemented (thx to HerrLoesch)
      * Optimization of some Plugins
      * Bug fixing
    
      -1.4.1
      * Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)
    
      -1.4.0
      * Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
      * FillerSetup can now be used for dedicated properties or types
      * Bugfixes
    
      -1.3.9
      * Bug fixed when creating types with a copy constructor
    
      -1.3.8
      * Support for Arrays and Nullable Enumerations
      * Bugfixes (thx to Hendrik L.)
    
      -1.3.6
      * Added Randomizer<T> class to easy generate data for simple types like int, double, string
      * Support for complex standalone CLR types like List<T>
      * CityName plugin (Thx to Hendrik L.)
      * E-Mail-Address plugin (Thx to Hendrik L.)
      * StreetName plugin (Thx to Hendrik L.)
      * CountryName plugin
      * Code cleanup
      * Bugfixes
    
      -1.3.2
      * Bugfixes
    
      -1.3.1
      * Easier usage of static values in the "Use" API
      * Added missing type mappings
      * Some bugfixes and improvements
    
      -1.3.0
      * Circular Reference Detection (thx to GothikX)
      * Export the ObjectFiller setup and reuse it somewhere else
      * Improved LoremIpsum Plugin (thx to GothikX)
      * Many bugfixes and improvements
    
      -1.2.8
      * IgnoreAllUnknownTypes added
      * Usage of RandomList-Plugin improved
      * IntRange-Plugin handles now also nullable int!
    
      -1.2.4
      * Create multiple instances
      * Some bugfixes and improvements
    
      -1.2.3
      * Use enumerables to fill objects (thx to charlass)
      * Its now possible to fill enum properties (thx to charlass)
      * Implemented SequenceGenerator (thx to charlass)
    
      -1.2.1
      * Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
      * Properties with private setter are able to write.
      * Renamed ObjectFiller to Filler to avoid NameSpace conflicts
      * Order properties implemented
      * IntRange Plugin implemented
      * ...some more improvements and bugfixes
    
      -1.1.8
      * Bugfix in RandomizerForProperty
    
      -1.1.7
      * Implemented a Lorem Ipsum string plugin
    
      -1.1.6
      * new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
      * Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller
    
      -1.1.4
      * IgnoreAllOfType added.
      * Little changes to the main API
    
      -1.1.2
      * moved to github
    
      -1.1.0
      * Changed the fluent API to make it even easier than before to use.
    
      -1.0.22
      * Bugfix when handling lists
    
      -1.0.21
      * Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!
    
      -1.0.16
      * RandomListItem-Plugin
    
      -1.0.15
      * Major Bugfix
    
      -1.0.14
      * Bugfixes
    
      -1.0.12
      * RealNameListString Plugin
      * DoubleMinMax plugin
    
      -1.0.10
      * Its now possible to ignore properties.
      * Fluent API documented.
      * Better ExceptionMessages
      * Bugfixes
    
      -1.0.6
      * Its now possible to setup a randomizer to a specific property!
    
      -1.0.0
      * Initial release
    
  • v1.5.3 Changes

    February 13, 2017

    -1.5.3

    • ๐Ÿ”ง It is now possible to do an explicit setup (just fill properties which are configured in Filler Setup)
    • ๐Ÿ”Œ IpAddress string plugin added
    • Switched to .NET Core 1.0
    • ๐Ÿšš Moved to VS 2017
    • ๐Ÿ› Bug fixes

    -1.5.0

    • ๐Ÿ”Œ Collectionizer plugin implemented to use IRandomizer plugins in Collections
    • ๐Ÿ‘Œ Support for ArrayLists
    • Ignore inheritance added to ignore base types of a POCO
    • Optimizations in the Randomizer (thx to HerrLoesch)
    • ๐Ÿ”Œ FloatRange plugin implemented (thx to HerrLoesch)
    • ๐Ÿ”Œ Optimization of some Plugins
    • ๐Ÿ› Bug fixing

    -1.4.1

    • ๐Ÿ›  Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)

    -1.4.0

    • โšก๏ธ Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
    • FillerSetup can now be used for dedicated properties or types
    • ๐Ÿ›  Bugfixes

    -1.3.9

    • ๐Ÿ› Bug fixed when creating types with a copy constructor

    -1.3.8

    • ๐Ÿ‘Œ Support for Arrays and Nullable Enumerations
    • ๐Ÿ›  Bugfixes (thx to Hendrik L.)

    -1.3.6

    • โž• Added Randomizer class to easy generate data for simple types like int, double, string
    • ๐Ÿ‘Œ Support for complex standalone CLR types like List
    • ๐Ÿ”Œ CityName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ E-Mail-Address plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ StreetName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ CountryName plugin
    • Code cleanup
    • ๐Ÿ›  Bugfixes

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a Lorem Ipsum string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.5.0 Changes

    March 08, 2016

    -1.5.0

    • ๐Ÿ”Œ Collectionizer plugin implemented to use IRandomizer plugins in Collections
    • ๐Ÿ‘Œ Support for ArrayLists
    • Ignore inheritance added to ignore base types of a POCO
    • Optimizations in the Randomizer (thx to HerrLoesch)
    • ๐Ÿ”Œ FloatRange plugin implemented (thx to HerrLoesch)
    • ๐Ÿ”Œ Optimization of some Plugins
    • ๐Ÿ› Bug fixing

    -1.4.1

    • ๐Ÿ›  Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)

    -1.4.0

    • โšก๏ธ Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
    • FillerSetup can now be used for dedicated properties or types
    • ๐Ÿ›  Bugfixes

    -1.3.9

    • ๐Ÿ› Bug fixed when creating types with a copy constructor

    -1.3.8

    • ๐Ÿ‘Œ Support for Arrays and Nullable Enumerations
    • ๐Ÿ›  Bugfixes (thx to Hendrik L.)

    -1.3.6

    • โž• Added Randomizer class to easy generate data for simple types like int, double, string
    • ๐Ÿ‘Œ Support for complex standalone CLR types like List
    • ๐Ÿ”Œ CityName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ E-Mail-Address plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ StreetName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ CountryName plugin
    • Code cleanup
    • ๐Ÿ›  Bugfixes

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a Lorem Ipsum string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.4.1 Changes

    January 23, 2016

    -1.4.1

    • ๐Ÿ›  Fixing Bug with Multi Threaded Random Access (Thanks to blmeyers)

    -1.4.0

    • โšก๏ธ Updated to .NET Core. Now you can use ObjectFiller.NET in your .NET Core (DNX) and Windows 10 (UWP) environment!
    • FillerSetup can now be used for dedicated properties or types
    • ๐Ÿ›  Bugfixes

    -1.3.9

    • ๐Ÿ› Bug fixed when creating types with a copy constructor

    -1.3.8

    • ๐Ÿ‘Œ Support for Arrays and Nullable Enumerations
    • ๐Ÿ›  Bugfixes (thx to Hendrik L.)

    -1.3.6

    • โž• Added Randomizer class to easy generate data for simple types like int, double, string
    • ๐Ÿ‘Œ Support for complex standalone CLR types like List
    • ๐Ÿ”Œ CityName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ E-Mail-Address plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ StreetName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ CountryName plugin
    • Code cleanup
    • ๐Ÿ›  Bugfixes

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a Lorem Ipsum string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.3.9 Changes

    September 22, 2015

    -1.3.9

    • ๐Ÿ› Bug fixed when creating types with a copy constructor

    -1.3.8

    • ๐Ÿ‘Œ Support for Arrays and Nullable Enumerations
    • ๐Ÿ›  Bugfixes (thx to Hendrik L.)

    -1.3.6

    • โž• Added Randomizer class to easy generate data for simple types like int, double, string
    • ๐Ÿ‘Œ Support for complex standalone CLR types like List
    • ๐Ÿ”Œ CityName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ E-Mail-Address plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ StreetName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ CountryName plugin
    • Code cleanup
    • ๐Ÿ›  Bugfixes

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a "Lorem Ipsum" string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.3.8 Changes

    August 02, 2015

    -1.3.8

    • ๐Ÿ‘Œ Support for Arrays and Nullable Enumerations
    • ๐Ÿ›  Bugfixes (thx to Hendrik L.)

    -1.3.6

    • โž• Added Randomizer class to easy generate data for simple types like int, double, string
    • ๐Ÿ‘Œ Support for complex standalone CLR types like List
    • ๐Ÿ”Œ CityName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ E-Mail-Address plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ StreetName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ CountryName plugin
    • Code cleanup
    • ๐Ÿ›  Bugfixes

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a "Lorem Ipsum" string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.3.6 Changes

    May 04, 2015

    -1.3.6

    • โž• Added Randomizer class to easy generate data for simple types like int, double, string
    • ๐Ÿ‘Œ Support for complex standalone CLR types like List
    • ๐Ÿ”Œ CityName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ E-Mail-Address plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ StreetName plugin (Thx to Hendrik L.)
    • ๐Ÿ”Œ CountryName plugin
    • Code cleanup
    • ๐Ÿ›  Bugfixes

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a "Lorem Ipsum" string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.3.2 Changes

    February 27, 2015

    -1.3.2

    • ๐Ÿ›  Bugfixes

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a "Lorem Ipsum" string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release
  • v1.3.1 Changes

    February 03, 2015

    -1.3.1

    • Easier usage of static values in the "Use" API
    • โž• Added missing type mappings
    • ๐Ÿ›  Some bugfixes and improvements

    -1.3.0

    • Circular Reference Detection (thx to GothikX)
    • Export the ObjectFiller setup and reuse it somewhere else
    • ๐Ÿ‘Œ Improved LoremIpsum Plugin (thx to GothikX)
    • ๐Ÿ›  Many bugfixes and improvements

    -1.2.8

    • IgnoreAllUnknownTypes added
    • ๐Ÿ”Œ Usage of RandomList-Plugin improved
    • ๐Ÿ”Œ IntRange-Plugin handles now also nullable int!

    -1.2.4

    • Create multiple instances
    • ๐Ÿ›  Some bugfixes and improvements

    -1.2.3

    • ๐Ÿ‘‰ Use enumerables to fill objects (thx to charlass)
    • Its now possible to fill enum properties (thx to charlass)
    • Implemented SequenceGenerator (thx to charlass)

    -1.2.1

    • ๐Ÿ“š Complete refactoring of the FluentAPI. Read the documentation on objectfiller.net for more information!
    • Properties with private setter are able to write.
    • ๐Ÿ“‡ Renamed ObjectFiller to Filler to avoid NameSpace conflicts
    • Order properties implemented
    • ๐Ÿ”Œ IntRange Plugin implemented
    • ๐Ÿ›  ...some more improvements and bugfixes

    -1.1.8

    • ๐Ÿ›  Bugfix in RandomizerForProperty

    -1.1.7

    • ๐Ÿ”Œ Implemented a "Lorem Ipsum" string plugin

    -1.1.6

    • ๐Ÿ†• new fantastic PatternGenerator-Plugin. Thanks to charlass for this!
    • Adjust namespaces from ObjectFiller to Tynamix.ObjectFiller

    -1.1.4

    • IgnoreAllOfType added.
    • Little changes to the main API

    -1.1.2

    • ๐Ÿšš moved to github

    -1.1.0

    • ๐Ÿ”„ Changed the fluent API to make it even easier than before to use.

    -1.0.22

    • ๐Ÿ›  Bugfix when handling lists

    -1.0.21

    • ๐Ÿ”ง Constructors with parameters are now possible as long as the types of parameters are configured in the ObjectFiller.NET setup!

    -1.0.16

    • ๐Ÿ”Œ RandomListItem-Plugin

    -1.0.15

    • ๐Ÿ›  Major Bugfix

    -1.0.14

    • ๐Ÿ›  Bugfixes

    -1.0.12

    • ๐Ÿ”Œ RealNameListString Plugin
    • ๐Ÿ”Œ DoubleMinMax plugin

    -1.0.10

    • Its now possible to ignore properties.
    • Fluent API documented.
    • ๐Ÿ‘ Better ExceptionMessages
    • ๐Ÿ›  Bugfixes

    -1.0.6

    • Its now possible to setup a randomizer to a specific property!

    -1.0.0

    • ๐ŸŽ‰ Initial release