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: mgechev/codelyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.0
Choose a base ref
...
head repository: mgechev/codelyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.1
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 24, 2018

  1. fix: regressions in 4.4.0 (#671)

    * fix: regressions in 4.4.0
    
    - Downgrade to TypeScript 2.7 which is the officially supported on by `@angular/core`
    - Export `preferInlineDecoratorRule`
    
    We should introduce a public API guard to make sure we don't hit
    regressions like the second one.
    
    Fix #669 #670
    
    * refactor: address comments
    
    * fix: regression in selector type
    mgechev authored Jun 24, 2018
    Copy the full SHA
    d922dcb View commit details
  2. docs: update changelog

    mgechev committed Jun 24, 2018
    Copy the full SHA
    a0ad7aa View commit details
  3. docs: consistent titles

    mgechev committed Jun 24, 2018
    Copy the full SHA
    ac410fd View commit details
Loading