api changes: headers for major versions

This commit is contained in:
Yann Cébron 2019-05-20 11:57:40 +02:00
parent fad7192605
commit cb4b62fe61
4 changed files with 17 additions and 0 deletions

View File

@ -6,11 +6,16 @@ title: Incompatible Changes in IntelliJ Platform and Plugins API 2016.*
See the note on how to document new problems on the main page reference_guide/api_changes_list.md
-->
# 2016.3
## Changes in IntelliJ Platform 2016.3
[`com.intellij.openapi.application.ApplicationListener.afterWriteActionFinished`](upsource:///platform/core-api/src/com/intellij/openapi/application/ApplicationListener.java?nav=1481:1505:focused&line=45) abstract method added
: Implement this method or extend [`com.intellij.openapi.application.ApplicationAdapter`](upsource:////platform/core-api/src/com/intellij/openapi/application/ApplicationAdapter.java) class instead of implementing the interface.
# 2016.2
## Changes in IntelliJ Platform 2016.2
`com.intellij.util.net.HttpConfigurable.PROXY_LOGIN` field removed

View File

@ -6,6 +6,8 @@ title: Incompatible Changes in IntelliJ Platform and Plugins API 2017.*
See the note on how to document new problems on the main page reference_guide/api_changes_list.md
-->
# 2017.3
## Changes in IntelliJ Platform 2017.3
`com.intellij.internal.statistic.AbstractApplicationUsagesCollector` class removed

View File

@ -10,6 +10,8 @@ See the note on how to document new problems on the main page reference_guide/ap
-->
# 2018.3
## Changes in IntelliJ Platform 2018.3
`com.intellij.openapi.externalSystem.action.ExternalSystemAction.isEnabled` method `AnActionEvent` parameter marked `@NotNull`
@ -37,6 +39,8 @@ See the note on how to document new problems on the main page reference_guide/ap
: Use `com.intellij.psi.meta.PsiMetaData.getDependencies` instead.
# 2018.2
## Changes in IntelliJ Platform 2018.2
`com.intellij.util.Query.forEach` method parameter type changed from `Processor<Result>` to `Processor<? super Result>`
@ -64,6 +68,8 @@ See the note on how to document new problems on the main page reference_guide/ap
: Update `InterpreterFactory` implementations accordingly.
# 2018.1
## Changes in IntelliJ Platform 2018.1
`com.google.common.base.Objects.ToStringHelper` class removed

View File

@ -10,6 +10,8 @@ See the note on how to document new problems on the main page reference_guide/ap
-->
# 2019.2
## Changes in IntelliJ Platform 2019.2
`com.intellij.openapi.components.BaseState.map$default(BaseState, Map, int, Object)` method removed
: Use `com.intellij.openapi.components.BaseState.map()` instead.
@ -35,6 +37,8 @@ See the note on how to document new problems on the main page reference_guide/ap
`com.intellij.extapi.psi.MetadataPsiElementBase` class removed
: Please use different base class for PSI elements.
# 2019.1
## Changes in IntelliJ Platform 2019.1
`kotlinx.coroutines.experimental` package removed