Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

v0.2-beta

Compare
Choose a tag to compare
@auguwu auguwu released this 13 Jun 03:45
· 162 commits to master since this release
f6c9654

Features

Multiple Path Resources

This release includes the new Multiple Path Resources implementation for the AbstractEndpoint class.

You can define multiple path resources (i.e, /api/v1, /api/v2) and it can be loaded in a single AbstractEndpoint instance.

class MyEndpoint: AbstractEndpoint("/") // <- before (this still works!)
class MyOtherEndpoint: AbstractEndpoint(listOf("/", "/api")) // <- using the multiple path resources impl.

Additions

Dependencies

  • chore(deps): upgrade com.diffplug.spotless:spotless-plugin-gradle from v6.6.1 to v6.7.2 by @renovate-bot, @auguwu
  • chore(deps): upgrade dev.floofy.commons:(gradle|slf4j|extensions-koin) from v2.1.0.1 to v2.1.1 by @renovate-bot, @auguwu
  • chore(deps): upgrade Kotlin standard library from v1.6.21 to v1.7.0 by @auguwu, @renovate-bot