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: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.3
Choose a base ref
...
head repository: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 19 commits
  • 78 files changed
  • 4 contributors

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    87762df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267436b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e0f37 View commit details
    Browse the repository at this point in the history
  4. ci: fix codecov pr diff (#772)

    * ci: fix codecov
    
    * testing basic config codecov
    thedaviddias authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    3ca4715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19402f4 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump semantic-release from 18.0.0 to 18.0.1 (#777)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.0 to 18.0.1.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v18.0.0...v18.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    ae68502 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    819cf08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5d2821 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b77475 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d88f83c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    014e5b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. chore(deps-dev): bump @semantic-release/release-notes-generator (#782)

    Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 10.0.2 to 10.0.3.
    - [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
    - [Commits](semantic-release/release-notes-generator@v10.0.2...v10.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/release-notes-generator"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    0e3280a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68591c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. chore: rebuild dist files

    nschonni committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    25e3002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472722b View commit details
    Browse the repository at this point in the history
  3. chore: remove extra tsconfig files

    Only the lint version was referenced and different behaviour didn't seem
    relavant to linting
    nschonni committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    4079174 View commit details
    Browse the repository at this point in the history
  4. feat: set minimum support to es6

    BREAKING CHANGE: IE11 and older browsers will no longer be supported
    nschonni committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    ed5f895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ce05eb View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.0.0 [skip ci]

    # [1.0.0](v0.16.3...v1.0.0) (2021-11-26)
    
    ### Features
    
    * set minimum support to es6 ([ed5f895](ed5f895))
    * upgrade to Typescript 4 ([472722b](472722b))
    
    ### BREAKING CHANGES
    
    * IE11 and older browsers will no longer be supported
    semantic-release-bot committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e91efe9 View commit details
    Browse the repository at this point in the history
Loading