Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvicsokolova committed Sep 5, 2022
1 parent 0651944 commit ab5fe42
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# CHANGELOG

## 1.1.0 (TBD)

* Support property metadata with ClassMetadata.getProperty
* Allow to enumerate all declarations in a class with ClassMetadata.{functions,constructors,properties}
* Add CallableMetadata.{name,returnType,extensionReceiverType}
* Add FunctionMetadata.{isInline,isExternal,isOperator,isInfix,isSuspend}
* Add PropertyMetadata.{isLateinit,isConst}
* Add ClassMetadata.isData
* Add ClassMetadata.kind
* Add ConstructorMetadata.isPrimary
* Add DeclarationMetadata.visibility
* Add ParameterMetadata.hasDefaultValue
* Update to Kotlin 1.3
## 1.1.0

* Support for basic introspection of `K*` reflection entities available in `kotlin.reflect`
* Partial support of `reflect.full` API: `callSuspend`, `KCallable<*>.isAccessible`, `KClass<T>.primaryConstructor`
* Bi-directional mappings between Java and Kotlin reflection
* `KCallable` support
* Update kotlinx.metadata to 0.5.0
* Update Kotlin to 1.7.10

## 1.0.0 (Feb 15, 2016)

Expand Down

0 comments on commit ab5fe42

Please sign in to comment.