Skip to content

Releases: acdvs/eslint-plugin-suitescript

v1.4.1

06 Jun 17:18
Compare
Choose a tag to compare

Changes

v1.4.0

22 May 09:27
Compare
Choose a tag to compare

Changes

  • Added N/llm, N/pgp, and N/scriptTypes/restlet modules (#21) by @michoelchaikin
  • Added CustomGLPlugin script type
  • Allow case-insensitive NScriptType values
  • Changed eslint peer dependency to >=5.0.0

v1.3.2

31 May 23:07
Compare
Choose a tag to compare

Changes

  • Added PluginTypeImpl script type

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

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
  • Added bankConnectivityPlugin, datasetbuilderplugin, fiConnectivityPlugin, workbookbuilderplugin script types

v1.2.1

20 Jan 00:33
Compare
Choose a tag to compare

Changes

  • Added all and recommended extend options for easier plugin setup

v1.1.1

14 Jan 02:29
Compare
Choose a tag to compare

Changes

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

v1.1.0

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

New rules

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

Changes

v1.0.2

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

Changes

  • entry-points rule now allows object references to be returned
  • 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