Releases: m-rutter/qlik-ts-ident-checker
Releases · m-rutter/qlik-ts-ident-checker
v1.1.0
Changed
- Now targets es5 ecmascript instead of es2017 so that the lib no longer needs
to go through an additional compilation step for browser targets- I don't believe that this is a breaking change as it only increases the
number of supported target environments
- I don't believe that this is a breaking change as it only increases the
- Including source maps for both umd and esm builds
- Upgraded dev dependencies
v1.0.0
Changed
- Now only checks variables that are defined in the load script, or those that
are considered to be reserved system or load script variables. Session
variables are ignored. - Numeric identifiers are padded by single underscores on either side instead
of two - All enum identifers in the suggested definition are defined as strings to
handle whitespace or nona..z
&A..Z
characters. - Added Caveat section to docs
Fixed
- Fixed Variable implementation with incorrect list definition
- Fixed Capabilities API impl - works now!
v0.5.0
v0.3.0
v0.2.0
Added
- Started changelog
Changed
- Releases now use
rollup
with two module flavours,umd
andesm
,
specified in the package.json asmain
andmodule
respectively. tsc
output now targetses2017
instead ofes5
on the assumption that
users will be using a modern form of node or using their own compilers for
browser targets.