Releases: acdvs/eslint-plugin-suitescript
Releases · acdvs/eslint-plugin-suitescript
v1.4.0
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
Changes
- Added PluginTypeImpl script type
v.1.3.1
Changes
- Add missing modules to index module definition (#14) by @tomo-local
- Add missing entries to various exhaustive lists in docs
v1.3.0
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
Changes
- Added
all
and recommended
extend options for easier plugin setup
v1.1.1
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
New rules
no-module-extensions
rule to enforce no filename extensions on module dependencies (Michoel Chaikin)
Changes
v1.0.2
Changes
entry-points
rule now allows object references to be returned
- Updated list of SS1 globals
Initial Release
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