Skip to content

Releases: Elhussein-Hamed/PostmanToRetrofit2-v2

v3.0.0

22 Sep 18:09
Compare
Choose a tag to compare

Support IDE version 2024.2

Full Changelog: v2.3.0...v3.0.0

v2.2.0

22 Sep 00:02
Compare
Choose a tag to compare
  • An update for new IDE versions

Full Changelog: v2.0.0...v2.2.0

v2.0.0

03 Dec 00:09
Compare
Choose a tag to compare
  • An update for new IDE versions

v1.6.0

22 Jan 01:47
Compare
Choose a tag to compare

New Features

  • Automatic class generation from saved responses in a collection

v1.5.2

28 Dec 04:10
Compare
Choose a tag to compare

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

21 Dec 11:20
Compare
Choose a tag to compare

1.5.1

Bug fixes

  • Updated the action id to fix the conflict with other plugins' action ids

v1.5.0

14 Dec 20:19
Compare
Choose a tag to compare

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

03 Dec 14:45
Compare
Choose a tag to compare

1.4.2

Bug fixes

  • Fixed exception when a new project is created
  • Fixed exception when parsing a Post request without a body in Postman collection (Issue #4)

v1.4.1

01 Dec 12:42
Compare
Choose a tag to compare

1.4.1

Improvements

  • Minor improvements

v1.4.0

30 Nov 17:47
Compare
Choose a tag to compare

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