Skip to content

v0.3.0 Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericjiang97 ericjiang97 released this 23 Oct 22:48
· 39 commits to master since this release

Features

  • Pagination Support (see #55)
  • Security with (See #48)
  • Substring Search Support
  • Automated Logging of Transactions (NOT IN RC1)
    Structure
  • Moved Application and ServletInitilizer to /src/main/java
  • Setup Auto-Configuration for Swagger (NOT IN RC1)
  • 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)