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
@DelicateKotlinPoetApi
annotation.- New:
CodeBlock.Builder.withIndent
helper function.- New: Allow changing initializers and default values in
ParameterSpec.Builder
andPropertySpec.Builder
after they were set.- New:
MemberName.isExtension
property 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
@DelicateKotlinPoetApi
annotation.- New:
CodeBlock.Builder.withIndent
helper function.- New: Allow changing initializers and default values in
ParameterSpec.Builder
andPropertySpec.Builder
after they were set.- New:
MemberName.isExtension
property 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.VALUE
to supportvalue class
declarations.- New: Allow using a custom
ClassLoader
withReflectiveClassInspector
.- New: Update to kotlinx-metadata 0.2.0.
- Fix: Ensure
ImmutableKmProperty.toMutable()
copiesfieldSignature
.- Fix: Prevent name clashes between an imported
MemberName
and 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
expect
andexternal
functions.- Fix: Don't allow
expect
orexternal
classes to initialize supertypes.- Fix: Disallow delegate constructor calls in
external
classes.- Fix: Allow non-public primary constructors inside inline/value classes.
- Fix: Allow init blocks inside inline/value classes.
- Fix: Omit redundant
abstract
modifiers on members inside interfaces
Commits
03fa190
Prepare for release 1.9.05a1d352
Add MemberName.isExtension and update importing logic (#1091)369653c
Escape members that contains only underscores (#1100)434812f
Merge pull request #1095 from pavlospt/chore/fix-missing-empty-primary-constr...784d512
Emit empty primary constructor5d6004f
Modify build.yml forUpload Artifacts
(#1096)1faf561
Bump mavenPublish to 0.15.1 (#1094)5d1fc21
Update dependencies (#1092)5e9450f
Merge pull request #1090 from Goooler/master5395a8e
Proposal 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.