Releases: Elhussein-Hamed/PostmanToRetrofit2-v2
Releases · Elhussein-Hamed/PostmanToRetrofit2-v2
v3.0.0
Support IDE version 2024.2
Full Changelog: v2.3.0...v3.0.0
v2.2.0
- An update for new IDE versions
Full Changelog: v2.0.0...v2.2.0
v2.0.0
- An update for new IDE versions
v1.6.0
New Features
- Automatic class generation from saved responses in a collection
v1.5.2
Improvements
- Updated the Json parser to parse the collections that have 'request' or 'url' as a string instead of a Json object
v1.5.1
1.5.1
Bug fixes
- Updated the action id to fix the conflict with other plugins' action ids
v1.5.0
1.5.0
New Features
- Added support for Kotlin and Coroutines syntax
- Added the ability to make the return type a list
- Added the handling for Postman Url parameters (i.e. :param) and replace them in the Url
- Convert Postman 'raw' body type into @Body annotation
- Added mnemonics
Improvements
- GUI improvements
- Updated the queries and fields handling
Bug fixes
- General bug fixes
v1.4.2
v1.4.1
1.4.1
Improvements
- Minor improvements
v1.4.0
1.4.0
New Features
- Added a new dialog to select a class for each response
- Added an option to generate new classes
- Added an error reporting mechanism in case of exceptions
Improvements
- Each project will have its persistent plugin state instead of one global state
- Display the dialogs in the center of the screen