Skip to content

Releases: rfns/port

v1.0.5

20 Dec 12:07
Compare
Choose a tag to compare

Fixes

  • Fixed wrong wizard menu numeration.
  • Fixed an issue regarding a deadlock when attempting to exit the wizard.

v1.0.4

20 Dec 12:05
Compare
Choose a tag to compare

Fixes

  • Fixes an issue with device opening.

v1.0.3

26 Jul 12:13
Compare
Choose a tag to compare

Fixes

  • Added missing documentation for method SetTestFormat and GetTestFormat.
  • Modified the condition that checks for class conflicts while considering its package.

v1.0.2

24 Jul 20:41
Compare
Choose a tag to compare

Fixes

  • Removed misplaced write call.

v1.0.1

25 Jun 14:46
Compare
Choose a tag to compare

Fixes

  • Fixes partial validation for INC type routines.
  • Fixes message dictionary mistranslation.

v1.0.0

25 Jun 13:07
Compare
Choose a tag to compare

Fixes

  • The detection of the web application has been rewritten to prioritize the folder struct from the project.
  • Improved the stability of the backup utility. Fixed backup folder not being deleted after a successive import.
  • Improved classname and path detection when running tests.
  • Improved comparison algorithm.
  • Added type availability detection when using partial import.

Features

  • Added support for IO tables configuration, which allows the user to select the correct charset when importing/exporting routines or public files.
  • Added support for multiple web applications for a single project, as Port now considers their name when exporting. e.g.: public/my/web/application/my/file.js where my/web/application is the CSP application name.
  • Reestabilished the support for partial imports.

BREAKING CHANGES

  • Utility methods have been renamed, had their contract modified, and/or have become private.
  • Removal of the source extension feature.
  • web folder became public.

v0.12.2

04 Aug 13:37
Compare
Choose a tag to compare

Fixes

  • Removed unused message.

v0.12.1

04 Aug 13:16
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that allowed default projects to be saved.

v0.12.0

03 Aug 20:17
Compare
Choose a tag to compare

Features

  • Introduced extended hooks: a way to run additional event code after Port execution.

Improvements

  • Updated README to cover the extended hooks feature.

Fixes

  • Swapped from Port: to [Port] to prevent Studio from opening invalid routines.

v0.11.0

01 Aug 12:30
Compare
Choose a tag to compare

Features

  • Added a check that verifies if the current project workspace exists, if it doesn't then a full export is done.