Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m31coding/M31.FluentAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: m31coding/M31.FluentAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 4 commits
  • 68 files changed
  • 2 contributors

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    a96ca7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627744f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    52c68e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. feat: Lambda methods by default (#24)

    * feat: fluent lambda per default
    
    * feat: lambda parameters for compounds
    
    * fix: lambda method parameter names
    
    * feat(LambdaByDefault): LambdaBuilderInfo for the FluentCollectionAttributeInfo
    
    * fix(FluentApiInfoCreator): remove assumptions from TryGetLambdaBuilderInfoOfCollectionType
    
    * feat: WithItem method with lambda parameter
    
    * test(FluentLambdaCollectionClass): add expected result
    
    * test: CanExecuteFluentLambdaCollectionClass
    
    * feat: WithItems method with lambda parameters
    
    * improve(Readme): feature list and acknowledgements
    
    * chore: make FluentLambda obsolete
    
    * fix(Readme)
    
    * chore: replace FluentLambda with FluentMember in exmaples and tests
    
    * chore(Storybook): NestedFluentApis example instead of FluentLambdaExample
    
    * fix(ArrayCreator): remove semicolon in CreateCollectionFromEnumerable
    
    * fix(ArrayCreator): add using only when needed
    
    * test: FluentLambdaCollectionClass2
    
    * test: FluentLambdaManyCollectionsClass and FluentLambdaManyPrivateCollectionsClass
    
    * improve: property order in FluentLambdaManyPrivateCollectionsClass and FluentLambdaManyCollectionsClass
    
    * fix: execution tests
    
    * improve(CodeGenerationExecutionTests): blocks between different subtests
    
    * test: add failing test TryBreakFluentApiClass3
    
    * refactor(CollectionMethodCreator): cleanup
    
    * fix: make TryBreakFluentApiClass3 test work
    
    * chore: adjust storybook and readme
    
    * chore: increase package version to 1.7.0
    
    * fix: minor change
    m31coding authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    fe625e8 View commit details
    Browse the repository at this point in the history
Loading