Skip to content

Releases: pmrogala/Buildenator

v3.1.2

14 Sep 12:54
Compare
Choose a tag to compare
  • Fix of the autofixture generation

Trailing whitespaces fix

05 Aug 13:48
Compare
Choose a tag to compare

Trailing whitespaces fix

v3.1.0

05 Aug 13:18
Compare
Choose a tag to compare

Fix nuget packaging

v3.0.0

16 Jul 22:03
Compare
Choose a tag to compare

Changed

  • Possibility to add a fixture functionality
    • faking strategies introduced
    • possibility to add custom facking providers
    • AutoFixture extension

v2.0.0 - mocking extensions

15 Jul 09:47
cfc397f
Compare
Choose a tag to compare

Added

  • Possibility to add a mocking functionality for interfaces
    • mocking strategies introduced
    • possibility to add custom mocking providers
    • Moq extension
  • Faking strategies

v1.2.0 - user defined method detection

10 Jul 21:09
Compare
Choose a tag to compare

Added

  • Now the generator detected user defined "with" methods, so it does not generate duplicates causing compilation errors
  • .NetBenchmark with some simple scenarios

Changed

  • a bit of refactoring of the code

v1.1.0 - fixture configurations

23 Jun 22:09
Compare
Choose a tag to compare
  • Enabled fixtures configuration on the assembly and class levels.
  • Fixing the bug of rare possibility to generate some duplicated usings.

v1.0.0

07 Jun 16:35
08847a8
Compare
Choose a tag to compare
  • Initial projects
    • A basic builder source generator
      • the source generator creates the "with" methods basing on constructor parameters and settable properties.
        • if there is duplication in naming, a constructor parameter has higher priority than the property.
    • Sample projects
    • IntegrationTests
  • a .gitignore file

Initial Version

04 Jun 21:37
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release
0.1.0

- Initial projects
  - A basic builder source generator
  - Sample projects
- a .gitignore file