Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 17:19

Artifacts

Maven Central: neonbee-core-0.9.0

Maven

<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
  <groupId>io.neonbee</groupId>
  <artifactId>neonbee-core</artifactId>
  <version>0.9.0</version>
</dependency>

Gradle

// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.9.0'

Changelog

Bug Fixes

  • null values queried with contains (0b06e92b)

Features

  • made EntityModelManager a non-static class (d5e57d9b)
  • improve Launcher, Deployable, EntityModelManager and more (b578bace)