Skip to content

Releases: acdvs/eslint-plugin-suitescript

v1.3.2

31 May 23:07
Compare
Choose a tag to compare

Changes

v.1.3.1

27 Dec 01:55
Compare
Choose a tag to compare

Changes

  • Add missing modules to index module definition (#14) by @tomo-local
  • Add missing entries to various exhaustive lists in docs (538e6e5) by @acdvs

v1.3.0

11 Oct 01:17
Compare
Choose a tag to compare

Changes

  • Added fiParserPlugin script type (#10) by @michoelchaikin
  • Added N/compress, N/dataset, N/datasetLink modules (#12) by @tomo-local
  • Added N/recordContext module (#13) by @tomo-local
  • Added N/crypto/random, N/suiteAppInfo, N/workbook modules (40c7cf9) by @acdvs
  • Added bankConnectivityPlugin, datasetbuilderplugin, fiConnectivityPlugin, workbookbuilderplugin script types (40c7cf9) by @acdvs

v1.2.1

20 Jan 00:33
Compare
Choose a tag to compare

New features

  • all and recommended extend options for easier plugin setup

v1.1.1

14 Jan 02:29
Compare
Choose a tag to compare

New features

  • Added fixer to no-amd-name rule
  • Added allowInClientScripts option to no-log-module rule to allow prevention of N/log in client scripts

Changes

  • Clarified documentation of some rules

v1.1.0

11 Jan 16:11
883ba30
Compare
Choose a tag to compare

New features

  • no-module-extensions rule to enforce no filename extensions on module dependencies (Michoel Chaikin)

Bug fixes

  • ea90188 Account for arrow function as define callback (Michoel Chaikin)

v1.0.2

24 Dec 21:41
380e1e3
Compare
Choose a tag to compare

New features

  • entry-points rule now allows object references to be returned

Changes

  • Updated list of SS1 globals

Initial Release

24 Jun 07:23
380e1e3
Compare
Choose a tag to compare

New rules

  • suitescript/api-version
  • suitescript/entry-points
  • suitescript/log-args
  • suitescript/module-vars
  • suitescript/no-amd-name
  • suitescript/no-extra-modules
  • suitescript/no-invalid-modules
  • suitescript/no-log-module
  • suitescript/script-type