Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init changelog #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Next

[diff](https://github.com/linterjs/core/compare/1.0.0-beta.4...master)

# 1.0.0-beta.4

[diff](https://github.com/linterjs/core/compare/1.0.0-beta.3...1.0.0-beta.4)

- Run linters only on supported files ([13d090f])

[13d090f]: https://github.com/linterjs/core/commit/13d090fba3fd9e5d219af350bf11c68a5cd8ff1e

# 1.0.0-beta.3

[diff](https://github.com/linterjs/core/compare/1.0.0-beta.2...1.0.0-beta.3)

- Rename linterFactory in LinterProvider interface to factory ([59dfd07])

[59dfd07]: https://github.com/linterjs/core/commit/59dfd07d8b56fc7071085e8c9bac3cc1dbd43156

# 1.0.0-beta.2

[diff](https://github.com/linterjs/core/compare/1.0.0-beta.1...1.0.0-beta.2)

- Direct lookup if provider is optional dependency ([35d1e4a])
- Fix `this` binding for `linterAdapter` ([3372107])

[35d1e4a]: https://github.com/linterjs/core/commit/35d1e4a367807b9366520c6d98ed758c6688fdde
[3372107]: https://github.com/linterjs/core/commit/337210717033bdad3ffbed9a62b78e123dbc7214

# 1.0.0-beta.1

[diff](https://github.com/linterjs/core/compare/1.0.0-alpha.1...1.0.0-beta.1)

- Something with lint provider and adapter
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need help for this line 😅


# 1.0.0-alpha.1

[diff](https://github.com/linterjs/core/compare/1.0.0-alpha.0...1.0.0-alpha.1)

- Add function to deregister Linter

# 1.0.0-alpha.0

[diff](https://github.com/linterjs/core/compare/f12d1b953d8411a6a205d970fd0dd8adbfdac3dd...1.0.0-alpha.0)

- Initial alpha release