mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
1.6 KiB
1.6 KiB
0.1.1
0.1.0
Bug Fixes
- The following predicates on
API::Nodehave been changed so as not to include the receiver. The receiver should now only be accessed viagetReceiver().getParameter(int i)previously included the receiver wheni = -1getAParameter()previously included the receivergetLastParameter()previously included the receiver for calls with no arguments
0.0.14
0.0.13
Deprecated APIs
- Some predicates from
DefUse.qll,DataFlow.qll,TaintTracking.qll,DOM.qll,Definitions.qllthat weren't used by any query have been deprecated. The documentation for each predicate points to an alternative. - Many classes/predicates/modules that had upper-case acronyms have been renamed to follow our style-guide. The old name still exists as a deprecated alias.
- Some modules that started with a lowercase letter have been renamed to follow our style-guide. The old name still exists as a deprecated alias.
Minor Analysis Improvements
- All deprecated predicates/classes/modules that have been deprecated for over a year have been deleted.
0.0.12
Major Analysis Improvements
- Added support for TypeScript 4.6.
Minor Analysis Improvements
- Added sources from the
jsziplibrary to thejs/zipslipquery.
0.0.11
0.0.10
0.0.9
Deprecated APIs
- The
codeql/javascript-upgradesCodeQL pack has been removed. All upgrades scripts have been merged into thecodeql/javascript-allCodeQL pack.
0.0.8
0.0.7
0.0.6
New Features
- TypeScript 4.5 is now supported.