amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Create 1.0.0 release of ion-element #67

Closed popematt closed 2 years ago

popematt commented 2 years ago

I'd look at completing issues #53, #41 at least before cutting a v1.0.0 release. Also perhaps should consider #46, and #47.

_Originally posted by @dlurton in https://github.com/amzn/ion-element-kotlin/pull/63#discussion_r815022204_

popematt commented 2 years ago

We should also consider updating kdocs that have only a reference (example below) to also have an explanation so that it's easier to use the docs in an IDE.

/** See [AnyElement]. */
fun asStringOrNull(): StringElement?