Releases: rfns/port
Releases · rfns/port
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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
wheremy/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 becamepublic
.