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: ngneat/reactive-forms Loading
base: v1.3.1
Choose a base ref
...
head repository: ngneat/reactive-forms Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 14, 2020

  1. chore: 🤖 bump linter version

    itay committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    23a5eac View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. feat: support exact control types in FormGroup and FormArray (#35)

    * feature: support exact control types in FormGroup and FormArray
    
    Support generic type that contains the type of the controls, so it's possible to infer it properly.
    
    * fix(pr): form group controls type
    
    * fix: conflicts
    
    * fix: test
    
    Add explicit generic type to avoid type error in formGroup.spec.ts
    
    * fix(type): solve issue with union types
    
    Prevent distributive conditional types so ControlOfValue<boolean> is FormControl<boolean> and not FormControl<true> | FormControl<false>
    See microsoft/TypeScript#37279
    
    * feat: deep-controls interface
    
    * feat: override group controls type
    
    * rename DeepControlsOf to ControlsOf as requested
    * Added the ability to override the default behavior of this type.
    
    * fix(types): remove flat controls interface
    
    * fix(test): stabilize tests
    
    * fix(test): stabilize tests
    
    * fix(conflict): resolve conflicts
    
    * fix(tests): fixed tests typing
    
    Seems to be like TypeScript needed a little help inferring some of the types.
    
    Co-authored-by: sharshuv-quotient <[email protected]>
    2 people authored and itayod committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    0734d55 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.0

    itayod committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    bee076d View commit details
    Browse the repository at this point in the history
Loading