Releases: polyapi/polyapi-java
Releases · polyapi/polyapi-java
v0.15.1
What's Changed
- Replaced the "any" object type with an instance of Object.class for all functions. by @gastonortiz in #49
- Removed (beta) from documentation. by @gastonortiz in #53
Full Changelog: polyapi-java-0.14.2...polyapi-java-0.15.1
v0.15.0
What's Changed
- Fix different content type by @gastonortiz in #51
Full Changelog: polyapi-java-0.14.3...polyapi-java-0.15.0
v0.14.3
What's Changed
- Replaced the "any" object type with an instance of Object.class for all functions. by @gastonortiz in #49
Full Changelog: polyapi-java-0.14.2...polyapi-java-0.14.3
v0.14.2
What's Changed
- Fixed bug where it only accepted Server functions that are Java while letting Client functions of other languages. by @gastonortiz in #48
Full Changelog: polyapi-java-0.14.1...polyapi-java-0.14.2
v0.14.1
What's Changed
- Fixed schema generator to not include spaces in titles of schema elements. by @gastonortiz in #45
Full Changelog: polyapi-java-0.14.0...polyapi-java-0.14.1
v0.14.0
What's Changed
- Added functionality to handle the "any" type for both function arguments and return types. by @gastonortiz in #43
Full Changelog: polyapi-java-0.13.1...polyapi-java-0.14.0
v0.13.1
What's Changed
- Split @polyfunction annotation usage to @PolyServerFunction and @PolyClientFunction. by @gastonortiz in #41
Full Changelog: polyapi-java-0.13.0...polyapi-java-0.13.1
v0.13.0
What's Changed
- Added functionality so that when configuring webhook listeners, the code is blocked by default. by @gastonortiz in #38
Full Changelog: polyapi-java-0.12.0...polyapi-java-0.13.0
v0.12.0
What's Changed
- Added server variable creation MOJO. by @gastonortiz in #36
Full Changelog: polyapi-java-0.11.0...polyapi-java-0.12.0
polyapi-java-0.11.0
What's Changed
- Create maven-publish.yml by @gastonortiz in #26
- Delete function feature (#27) by @gastonortiz in #28
Full Changelog: polyapi-java-0.10.1...polyapi-java-0.11.0