baleen
baleen copied to clipboard
Bump kotlinpoet-metadata-specs from 1.7.2 to 1.9.0
Bumps kotlinpoet-metadata-specs from 1.7.2 to 1.9.0.
Release notes
Sourced from kotlinpoet-metadata-specs's releases.
1.9.0
- New: Kotlin 1.5.10.
- New: Previously deprecated API to interop with Java reflection and Mirror API have been un-deprecated and marked with
@DelicateKotlinPoetApiannotation.- New:
CodeBlock.Builder.withIndenthelper function.- New: Allow changing initializers and default values in
ParameterSpec.BuilderandPropertySpec.Builderafter they were set.- New:
MemberName.isExtensionproperty that instructs KotlinPoet to always import the member, even if conflicting declarations are present in the same scope.- Fix: Escape member names that only contain underscores.
- Fix: Always emit an empty primary constructor if it was set via
TypeSpec.primaryConstructor.
Changelog
Sourced from kotlinpoet-metadata-specs's changelog.
Version 1.9.0
2021-06-22
- New: Kotlin 1.5.10.
- New: Previously deprecated API to interop with Java reflection and Mirror API have been un-deprecated and marked with
@DelicateKotlinPoetApiannotation.- New:
CodeBlock.Builder.withIndenthelper function.- New: Allow changing initializers and default values in
ParameterSpec.BuilderandPropertySpec.Builderafter they were set.- New:
MemberName.isExtensionproperty that instructs KotlinPoet to always import the member, even if conflicting declarations are present in the same scope.- Fix: Escape member names that only contain underscores.
- Fix: Always emit an empty primary constructor if it was set via
TypeSpec.primaryConstructor.Version 1.8.0
2021-03-29
- New: Kotlin 1.4.31.
- New: Add
KModifier.VALUEto supportvalue classdeclarations.- New: Allow using a custom
ClassLoaderwithReflectiveClassInspector.- New: Update to kotlinx-metadata 0.2.0.
- Fix: Ensure
ImmutableKmProperty.toMutable()copiesfieldSignature.- Fix: Prevent name clashes between an imported
MemberNameand a member in current scope.- Fix: Prevent name clashes between a type and a supertype with the same name.
- Fix: Don't generate empty body for
expectandexternalfunctions.- Fix: Don't allow
expectorexternalclasses to initialize supertypes.- Fix: Disallow delegate constructor calls in
externalclasses.- Fix: Allow non-public primary constructors inside inline/value classes.
- Fix: Allow init blocks inside inline/value classes.
- Fix: Omit redundant
abstractmodifiers on members inside interfaces
Commits
03fa190Prepare for release 1.9.05a1d352Add MemberName.isExtension and update importing logic (#1091)369653cEscape members that contains only underscores (#1100)434812fMerge pull request #1095 from pavlospt/chore/fix-missing-empty-primary-constr...784d512Emit empty primary constructor5d6004fModify build.yml forUpload Artifacts(#1096)1faf561Bump mavenPublish to 0.15.1 (#1094)5d1fc21Update dependencies (#1092)5e9450fMerge pull request #1090 from Goooler/master5395a8eProposal PR: Add DelicateKotlinPoetApi (#1088)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot squash and merge
Sorry, only users with push access can use that command.