CDN 1.9.2
Changes
- GH-75 Support NIO api
Cdn#load(java.nio.Path)
Cdn#render(java.nio.Path)
- GH-76 Support transient properties
@Description('# Transient fields should be ignored')
public transient Object shouldBeIgnored = new Object()
- GH-80 Support inherited fields
static class SectionConfiguration extends ParentSectionConfiguration { }
Maven
repositories {
maven { url 'https://repo.panda-lang.org/releases' }
}
dependencies {
// Default
implementation 'net.dzikoysk:cdn:1.9.2'
// Kotlin wrapper
implementation 'net.dzikoysk:cdn-kt:1.9.2'
}