Releases: polyapi/polyapi-java
Releases · polyapi/polyapi-java
v0.3.3
What's Changed
- Fixed 'polyType' property for Server variables
- Added missing 'type' property to specs.json by @wladimiiir in #10
Full Changelog: polyapi-java-0.3.2...polyapi-java-0.3.3
v0.3.2
What's new
- Fixed bug in
deploy-functionswhere inner classes weren't taken into consideration. - Refactored
deploy-functionsto be reflection based instead of reading source code.
Full Changelog: polyapi-java-0.3.1...polyapi-java-0.3.2
v0.3.1
What's Changed
- Fix/logs by @gastonortiz in #11
- Fixed bug in
deploy-functionswhere generics weren't taken into consideration.
Full Changelog: polyapi-java-0.3.0...polyapi-java-0.3.1
v0.3.0
What's Changed
- Added functionality to send dependencies to the server functions. by @gastonortiz in #9
- Added
deploy-functionsMOJO.
Full Changelog: polyapi-java-0.2.5...polyapi-java-0.3.0
v0.2.5
What's changed
- Fixed bug where enums were generated as inner classes.
- Fixed bug in generation of custom functions.
- Fixed bug where schema with +1 and -1 as names were parsed as the same string. Now the properties will named plus1 and minus1.
- Fixed bug where Auth functions were not created appropriately.
Full Changelog: polyapi-java-0.2.4...polyapi-java-0.2.5
v0.2.4
What's changed
- Fixed bug in server functions that didn't allow Poly invocations in server functions.
Full Changelog: polyapi-java-0.2.3...polyapi-java-0.2.4
v0.2.3
What's changed
- Fixed bug in server functions that didn't allow complex object in server functions.
Full Changelog: polyapi-java-0.2.2...polyapi-java-0.2.3
v0.2.2
What's changed
- Fixed variable injection in server functions.
Full Changelog: polyapi-java-0.2.1...polyapi-java-0.2.2
v0.2.1
What's changed
- Fixed bug in add-server-function that uploaded arguments without keys.
Full Changelog: polyapi-java-0.2.0...polyapi-java-0.2.1
v0.2.0
What's Changed
- Improved polyType generation.
- Unified the client usage.
- Replaced approach to use proxies.
- Split project into multiple modules.
Full Changelog: https://github.com/polyapi/polyapi-java/commits/polyapi-java-0.2.0