Skip to content

Releases: flindersuni/rpa-lint

Minor bugfix release

04 Jun 00:04
Compare
Choose a tag to compare

Includes:

  • RPA-366 - Fix command line options handling

Maintenance release

03 Jun 00:46
Compare
Choose a tag to compare

New in this release:

  • Update package dependencies
  • Update GitHub workflows
  • Fix code lint errors and warnings

Filter the results

14 Dec 07:28
Compare
Choose a tag to compare

New in this release:

  • RPA-345: Add a new CLI option --filter to filter the results by file name
  • RPA-346: Update package dependencies

Note

Filtering uses a simple endsWith comparison on the file path. More complex filtering can be added if required in a future release.

Maintenance release

21 Oct 23:38
Compare
Choose a tag to compare

New in this release:

  • RPA-304: Fix code coverage reporting using stale data
  • RPA-330: Fix handling of complex annotations on public workflows that do not have a help link
  • RPA-331: Update Node.js dependencies
  • RPA-332: Switch to GitHub Actions for CI related tasks

Minor maintenance release

17 Aug 01:50
Compare
Choose a tag to compare

Minor maintenance release, includes:
RPA-328 - Update project dependencies

Minor maintenance release

26 Mar 01:19
Compare
Choose a tag to compare

New in this version:

  • RPA-305 - Implement a better fix for the security warnings for development dependencies

Maintenance release

17 Mar 01:42
Compare
Choose a tag to compare

Minor maintenance release

  • RPA-300 Update package dependencies
  • RPA-303 Add tests to test coverage

Maintenance release

22 Jan 04:32
Compare
Choose a tag to compare

This maintenance release includes:

  • RPA-276 Fix handling of private workflows defined in project.json using latest schema
  • RPA-277 Add ability to ignore paths to XAML files based on a directory name in the path
  • RPA-278 Update Node.js packages to the latest major versions

New feature release

11 Dec 23:04
Compare
Choose a tag to compare

New features in version 1.2.0:

  • RPA-194: Added a new style rule to ensure important activities have annotations
  • RPA-224: Skip known arguments that have default values
  • RPA-231: Skip known variables that have default values
  • RPA-233: Add option to recursively search for XAML files

Bug fixes in version 1.2.0:

  • RPA-223: Fix detection of complex annotations in public workflows
  • RPA-242: Fix how rules targeting private workflows in library projects are used
  • RPA-247: Fix UiPath library detection

Enhancements in version 2.1.0:

v1.1.0

30 Sep 04:54
Compare
Choose a tag to compare

New in this release:

  • RPA-176 - Upgrade package dependencies
  • RPA-177 - Add a style rule to warn against variables with default values
  • RPA-178 - Add a style rule to warn against arguments with default values
  • RPA-179 - UiPathProject class defines a list of XAML files to ignore by default
  • RPA-191 - Add a style rule to error when arguments and variables have the same name
  • RPA-192 - Update the public workflow annotation style rule to check for help links and tooltip text