Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
## v0.5.0 (2021-10-14)

#### :rocket: Enhancement
* [#151](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252))
* [#151](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/151) Adding the `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252))

#### :bug: Bug Fix
* [#150](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/150) Update `hasTaskDecorator` helper to include CallExpression as a valid expression Type ([@Mikek2252](https://github.com/Mikek2252))
* [#150](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/150) Update `hasTaskDecorator` helper to include CallExpression as a valid expression Type ([@Mikek2252](https://github.com/Mikek2252))

#### :memo: Documentation
* [#153](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252))
* [#153](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/153) README: Include `no-debug` rule ([@Mikek2252](https://github.com/Mikek2252))

#### :house: Internal
* [#152](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252))
* [#152](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/152) Move `hasTaskCallExpression` to utils ([@Mikek2252](https://github.com/Mikek2252))

#### Committers: 1
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))

## v0.4.0 (2021-08-31)

#### :memo: Documentation
* [#57](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock))
* [#57](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/57) Fix "no-native-promise-helpers" link ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
Expand All @@ -33,51 +33,51 @@
## v0.3.1 (2020-12-30)

#### :bug: Bug Fix
* [#54](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/54) Correctly export `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87))
* [#54](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/54) Correctly export `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v0.3.0 (2020-12-30)

#### :rocket: Enhancement
* [#53](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87))
* [#53](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/53) Implement `no-native-promise-helpers` rule ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v0.2.1 (2020-10-29)

#### :rocket: Enhancement
* [#26](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/26) no-perform-without-catch: Adjust report node ([@Turbo87](https://github.com/Turbo87))
* [#26](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/26) no-perform-without-catch: Adjust report node ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v0.2.0 (2020-10-29)

#### :rocket: Enhancement
* [#19](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87))
* [#13](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87))
* [#19](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/19) Add support for ESLint 7 ([@Turbo87](https://github.com/Turbo87))
* [#13](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/13) Implement `no-perform-without-catch` rule ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#14](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
* [#15](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87))
* [#14](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/14) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
* [#15](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/15) Various CI improvements ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v0.1.1 (2020-04-17)

#### :rocket: Enhancement
* [#9](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/9) require-task-name-suffix: Add support for `@task` decorators ([@Turbo87](https://github.com/Turbo87))
* [#9](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/9) require-task-name-suffix: Add support for `@task` decorators ([@Turbo87](https://github.com/Turbo87))

#### :bug: Bug Fix
* [#12](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/12) package.json: Fix `repository` field ([@Turbo87](https://github.com/Turbo87))
* [#12](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/12) package.json: Fix `repository` field ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#11](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/11) CI: Force colored output ([@Turbo87](https://github.com/Turbo87))
* [#10](https://github.com/simplabs/eslint-plugin-ember-concurrency/pull/10) CI: Run tests with `--coverage` ([@Turbo87](https://github.com/Turbo87))
* [#11](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/11) CI: Force colored output ([@Turbo87](https://github.com/Turbo87))
* [#10](https://github.com/Mainmatter/eslint-plugin-ember-concurrency/pull/10) CI: Run tests with `--coverage` ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 simplabs GmbH and contributors
Copyright (c) 2020 - 2022 Mainmatter GmbH and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-ember-concurrency",
"version": "0.5.1",
"description": "ESLint plugin for ember-concurrency users",
"repository": "https://github.com/simplabs/eslint-plugin-ember-concurrency",
"repository": "https://github.com/Mainmatter/eslint-plugin-ember-concurrency",
"license": "MIT",
"author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
"main": "index.js",
Expand Down