Skip to content

v0.3.0 Release

Latest
Compare
Choose a tag to compare
@ericjiang97 ericjiang97 released this 10 Nov 05:27
· 24 commits to master since this release
f2005a0

Features

  • Pagination Support (see #55)
  • Security with (See #48)
  • Substring Search Support

Structure

  • Moved Application and ServletInitilizer to /src/main/java
  • [X ] Setup Auto-Configuration for Swagger
  • Move Default Configuration Classes to org.monplan.config
    • Moved CORS Configuration
  • Move Model, Controller, Service and Repository Template Classes to org.monplan.interfaces

Documentation

  • Create and Update UML Diagram to show relationship between abstraction layers (see #37)
  • Improve Documentation on Building on the MonPlan Classes (See #40) and using Annotations within the Model

Bug Fixes

  • Bug fix to support Google Issue #64571896 (See #58, #62, #63), this has been substantially removed between v0.3.0-rc1 and v0.3.0-final as Google has resolved this issue.