Skip to content

Commit

Permalink
Updating Roadmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
DyegoMaas committed Feb 25, 2022
1 parent 1a61e41 commit d460a67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ dotnet stryker
- [jonwingfield/Faker.Net](https://github.com/jonwingfield/Faker.Net)
- [mrstebo/FakerDotNet](https://github.com/mrstebo/FakerDotNet)
- [Kuree/Faker.Net](https://github.com/Kuree/Faker.Net)
- Add support for void actions like `.Do(x => {})`
- Rewrite README; make it more exciting
- **\[Breaking Change\]** Change Build() for returning an IList<T> instead of an IEnumerable<T>. This will avoid the inconvenience of having to cast to list or array in tests.
- Allow to configure custom builder per builder (single builder and many builder)
- Support custom constructor scoped by builder (for now, custom constructors are shared along the linked builders)
- "Smart" behavior, which identifies by convention which type of sequences and rules to apply to every property
- Support custom constructor scoped by generator node (for now, custom constructors are shared along the linked builders)

0 comments on commit d460a67

Please sign in to comment.