UNPKG

37.9 kBMarkdownView Raw
1# Change Log - @microsoft/api-extractor
2
3This log was last generated on Sat, 30 May 2020 02:59:54 GMT and should not be manually modified.
4
5## 7.8.9
6Sat, 30 May 2020 02:59:54 GMT
7
8*Version update only*
9
10## 7.8.8
11Thu, 28 May 2020 05:59:02 GMT
12
13*Version update only*
14
15## 7.8.7
16Wed, 27 May 2020 05:15:10 GMT
17
18*Version update only*
19
20## 7.8.6
21Tue, 26 May 2020 23:00:25 GMT
22
23*Version update only*
24
25## 7.8.5
26Fri, 22 May 2020 15:08:42 GMT
27
28*Version update only*
29
30## 7.8.4
31Thu, 21 May 2020 23:09:44 GMT
32
33*Version update only*
34
35## 7.8.3
36Thu, 21 May 2020 15:41:59 GMT
37
38*Version update only*
39
40## 7.8.2
41Tue, 19 May 2020 15:08:19 GMT
42
43### Patches
44
45- Report an error to indicate that "import()" types are not supported
46
47## 7.8.1
48Fri, 15 May 2020 08:10:59 GMT
49
50*Version update only*
51
52## 7.8.0
53Wed, 06 May 2020 08:23:45 GMT
54
55### Minor changes
56
57- Version update only
58
59## 7.7.13
60Wed, 08 Apr 2020 04:07:33 GMT
61
62*Version update only*
63
64## 7.7.12
65Sun, 29 Mar 2020 00:04:12 GMT
66
67### Patches
68
69- Improve analysis of types exposed via global variables (fixes GitHub issues #1765, #1095, and #1316)
70
71## 7.7.11
72Sat, 28 Mar 2020 00:37:16 GMT
73
74### Patches
75
76- Upgrade to TSdoc 0.12.19 to fix an issue where `<h1>` wasn't allowed as an HTML tag in a doc comment
77
78## 7.7.10
79Wed, 18 Mar 2020 15:07:47 GMT
80
81### Patches
82
83- Upgrade cyclic dependencies
84
85## 7.7.9
86Tue, 17 Mar 2020 23:55:58 GMT
87
88### Patches
89
90- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
91
92## 7.7.8
93Tue, 28 Jan 2020 02:23:44 GMT
94
95*Version update only*
96
97## 7.7.7
98Thu, 23 Jan 2020 01:07:56 GMT
99
100*Version update only*
101
102## 7.7.6
103Tue, 21 Jan 2020 21:56:13 GMT
104
105*Version update only*
106
107## 7.7.5
108Sun, 19 Jan 2020 02:26:52 GMT
109
110### Patches
111
112- Upgrade Node typings to Node 10
113
114## 7.7.4
115Fri, 17 Jan 2020 01:08:23 GMT
116
117*Version update only*
118
119## 7.7.3
120Tue, 14 Jan 2020 01:34:15 GMT
121
122### Patches
123
124- Fix an issue where "ae-incompatible-release-tags" was sometimes reported incorectly for property setters (GitHub #1681)
125
126## 7.7.2
127Thu, 09 Jan 2020 06:44:12 GMT
128
129### Patches
130
131- Fix an error "Cannot read property 'externalModuleIndicator' of undefined" (GitHub #1652)
132
133## 7.7.1
134Wed, 08 Jan 2020 00:11:31 GMT
135
136*Version update only*
137
138## 7.7.0
139Tue, 03 Dec 2019 03:17:43 GMT
140
141### Minor changes
142
143- Improve declaration reference syntax to allow linking to overloaded functions/methods
144- Fix an issue with TypeScript 3.7, which now emits separate signatures for property getters/setters
145
146## 7.6.2
147Sun, 24 Nov 2019 00:54:04 GMT
148
149*Version update only*
150
151## 7.6.1
152Wed, 20 Nov 2019 06:14:28 GMT
153
154### Patches
155
156- Fix an issue where the newlineKind setting wasn't being applied correctly
157
158## 7.6.0
159Fri, 15 Nov 2019 04:50:50 GMT
160
161### Minor changes
162
163- Make newline type for generated files configurable
164
165## 7.5.6
166Mon, 11 Nov 2019 16:07:56 GMT
167
168*Version update only*
169
170## 7.5.5
171Wed, 06 Nov 2019 22:44:18 GMT
172
173### Patches
174
175- Add support for TypeScript 3.7
176
177## 7.5.4
178Tue, 05 Nov 2019 06:49:28 GMT
179
180### Patches
181
182- Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
183
184## 7.5.3
185Tue, 05 Nov 2019 01:08:39 GMT
186
187*Version update only*
188
189## 7.5.2
190Tue, 22 Oct 2019 06:24:44 GMT
191
192*Version update only*
193
194## 7.5.1
195Fri, 18 Oct 2019 15:15:01 GMT
196
197*Version update only*
198
199## 7.5.0
200Sun, 06 Oct 2019 00:27:39 GMT
201
202### Minor changes
203
204- Allow separate release tags for overloaded functions and methods
205- Add new api-extractor.json config setting "bundledPackages"
206
207## 7.4.7
208Fri, 04 Oct 2019 00:15:22 GMT
209
210### Patches
211
212- Fix an issue where IExtractorConfigPrepareOptions.packageJson was ignored (GitHub #1559)
213
214## 7.4.6
215Sun, 29 Sep 2019 23:56:29 GMT
216
217### Patches
218
219- Update repository URL
220
221## 7.4.5
222Wed, 25 Sep 2019 15:15:31 GMT
223
224*Version update only*
225
226## 7.4.4
227Tue, 24 Sep 2019 02:58:49 GMT
228
229*Version update only*
230
231## 7.4.3
232Mon, 23 Sep 2019 15:14:55 GMT
233
234*Version update only*
235
236## 7.4.2
237Wed, 11 Sep 2019 19:56:23 GMT
238
239### Patches
240
241- Add support for an exported name that conflicts with a global name (GitHub #1350)
242
243## 7.4.1
244Tue, 10 Sep 2019 22:32:23 GMT
245
246### Patches
247
248- Update documentation
249
250## 7.4.0
251Tue, 10 Sep 2019 20:38:33 GMT
252
253### Minor changes
254
255- Add support for generating declaration references
256
257## 7.3.11
258Wed, 04 Sep 2019 18:28:06 GMT
259
260*Version update only*
261
262## 7.3.10
263Wed, 04 Sep 2019 15:15:37 GMT
264
265### Patches
266
267- Update TSDoc dependency to 0.12.14
268
269## 7.3.9
270Fri, 30 Aug 2019 00:14:32 GMT
271
272### Patches
273
274- Fix a problem where Unicode API names were not handled correctly
275
276## 7.3.8
277Mon, 12 Aug 2019 15:15:14 GMT
278
279*Version update only*
280
281## 7.3.7
282Thu, 08 Aug 2019 15:14:17 GMT
283
284*Version update only*
285
286## 7.3.6
287Thu, 08 Aug 2019 00:49:05 GMT
288
289### Patches
290
291- Fix an issue where a function with only one declaration was assigned an overloadIndex of 0 instead of 1
292
293## 7.3.5
294Mon, 05 Aug 2019 22:04:32 GMT
295
296### Patches
297
298- Security updates.
299
300## 7.3.4
301Tue, 23 Jul 2019 01:13:01 GMT
302
303### Patches
304
305- ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
306
307## 7.3.3
308Mon, 22 Jul 2019 19:13:10 GMT
309
310### Patches
311
312- Update to use new api-extractor-model
313
314## 7.3.2
315Fri, 12 Jul 2019 19:12:46 GMT
316
317### Patches
318
319- Clarify docs for "--typescript-compiler-folder"
320
321## 7.3.1
322Thu, 11 Jul 2019 19:13:08 GMT
323
324### Patches
325
326- Add support for TypeScript 3.5
327
328## 7.3.0
329Tue, 09 Jul 2019 19:13:24 GMT
330
331### Minor changes
332
333- Add a "--diagnostics" command-line option to help when troubleshooting problems
334
335## 7.2.3
336Mon, 08 Jul 2019 19:12:18 GMT
337
338### Patches
339
340- Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)
341
342## 7.2.2
343Sat, 29 Jun 2019 02:30:10 GMT
344
345### Patches
346
347- Fix GitHub issue #1304 where "IExtractorInvokeOptions.typescriptCompilerFolder" did not work with TypeScript 3.4
348
349## 7.2.1
350Wed, 12 Jun 2019 19:12:33 GMT
351
352*Version update only*
353
354## 7.2.0
355Tue, 11 Jun 2019 00:48:06 GMT
356
357### Minor changes
358
359- Generate ApiTypeParameter entries and type alias types
360
361## 7.1.8
362Wed, 05 Jun 2019 19:12:34 GMT
363
364### Patches
365
366- Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
367
368## 7.1.7
369Tue, 04 Jun 2019 05:51:53 GMT
370
371### Patches
372
373- Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static
374- Improve handling of symbolic property and method names.
375
376## 7.1.6
377Mon, 27 May 2019 04:13:44 GMT
378
379### Patches
380
381- Fix incorrect path resolution for the "extends" field when loading tsconfig.json
382
383## 7.1.5
384Mon, 13 May 2019 02:08:35 GMT
385
386### Patches
387
388- Broaden support for default imports
389
390## 7.1.4
391Mon, 06 May 2019 20:46:21 GMT
392
393*Version update only*
394
395## 7.1.3
396Mon, 06 May 2019 19:34:54 GMT
397
398### Patches
399
400- Add a new setting "omitTrimmingComments" to prevent extra comments from being emitted in the .d.ts rollup
401
402## 7.1.2
403Mon, 06 May 2019 19:11:16 GMT
404
405### Patches
406
407- Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)
408
409## 7.1.1
410Tue, 30 Apr 2019 23:08:02 GMT
411
412### Patches
413
414- Fix an issue where API signatures were sometimes truncated in the .api.json file (GitHub #1249)
415
416## 7.1.0
417Tue, 16 Apr 2019 11:01:37 GMT
418
419### Minor changes
420
421- Initial stable release of API Extractor 7
422
423## 7.0.42
424Fri, 12 Apr 2019 06:13:16 GMT
425
426### Patches
427
428- Fix a regression that prevented certain types of warnings from being reported
429
430## 7.0.41
431Thu, 11 Apr 2019 07:14:01 GMT
432
433### Patches
434
435- THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7
436- (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
437- (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token
438- Add a new api-extractor.json setting "tsconfigFilePath" for customizing the tsconfig.json path
439- Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder
440- Upgrade API Extractor to use TypeScript 3.4 for analysis
441
442## 7.0.40
443Tue, 09 Apr 2019 05:31:01 GMT
444
445### Patches
446
447- Improve the "--local" option to automatically create the API report file if it is missing
448
449## 7.0.39
450Mon, 08 Apr 2019 19:12:52 GMT
451
452### Patches
453
454- Rename "addToApiReviewFile" setting to "addToApiReportFile"
455
456## 7.0.38
457Sat, 06 Apr 2019 02:05:51 GMT
458
459### Patches
460
461- (Breaking change) Removed the ILogger API and renamed ExtractorMessageLogLevel to ExtractorLogLevel
462- (Breaking change) Extractor console output is now modeled as ExtractorMessage objects and can be customized/filtered/handled by IExtractorInvokeOptions.messageCallback
463
464## 7.0.37
465Fri, 05 Apr 2019 04:16:16 GMT
466
467### Patches
468
469- Introduce "api-extractor init" command-line that helps enable API Extractor for a new project
470- (Breaking change) Major redesign of the API used to invoke API Extractor
471- (Breaking change) Major redesign of the api-extractor.json config file format
472- Add a CompilerState API that allows an optimization where multiple invocations of Extractor can reuse the same TypeScript compiler analysis
473
474## 7.0.36
475Wed, 03 Apr 2019 02:58:33 GMT
476
477### Patches
478
479- Fix an issue where .d.ts.map file were sometimes mapped to the wrong location
480
481## 7.0.35
482Sat, 30 Mar 2019 22:27:16 GMT
483
484### Patches
485
486- Reintroduce the generated documentation notice for internal constructors
487- Add limited support for resolving @inheritDoc references to external packages by postprocessing them in api-documenter
488
489## 7.0.34
490Thu, 28 Mar 2019 19:14:27 GMT
491
492### Patches
493
494- Validate `@link` tags and report a warning if the link cannot be resolved
495
496## 7.0.33
497Tue, 26 Mar 2019 20:54:18 GMT
498
499### Patches
500
501- Reintroduce support for `@inheritDoc` tags
502
503## 7.0.32
504Sat, 23 Mar 2019 03:48:31 GMT
505
506### Patches
507
508- If the TSDoc summary is missing for a class constructor, then automatically generate it
509- Reintroduce support for the `@preapproved` TSDoc tag
510
511## 7.0.31
512Thu, 21 Mar 2019 04:59:11 GMT
513
514### Patches
515
516- Reintroduce "ae-internal-missing-underscore" warning for API items marked as `@internal` but whose name does not start with an underscore
517
518## 7.0.30
519Thu, 21 Mar 2019 01:15:32 GMT
520
521### Patches
522
523- Improve the API review file generation to include imports and support multiple exports
524
525## 7.0.29
526Wed, 20 Mar 2019 19:14:49 GMT
527
528### Patches
529
530- API Extractor can now analyze packages whose package.json file is missing the "version" field
531
532## 7.0.28
533Mon, 18 Mar 2019 04:28:43 GMT
534
535### Patches
536
537- Rename the "ae-inconsistent-release-tags" warning to "ae-different-release-tags"
538- Introduce a new warning "ae-incompatible-release-tags" that checks for API signatures that reference types with incompatible release tags
539- Fix an issue where this error was sometimes reported incorrectly: "The messages.extractorMessageReporting table contains an unrecognized identifier ___"
540
541## 7.0.27
542Fri, 15 Mar 2019 19:13:25 GMT
543
544### Patches
545
546- (Breaking change) The file extension for API review files has changed from ".api.ts" to "api.md". For details see https://github.com/Microsoft/web-build-tools/issues/1123
547
548## 7.0.26
549Wed, 13 Mar 2019 19:13:14 GMT
550
551### Patches
552
553- Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
554
555## 7.0.25
556Wed, 13 Mar 2019 01:14:05 GMT
557
558### Patches
559
560- Upgrade TSDoc
561
562## 7.0.24
563Mon, 11 Mar 2019 16:13:36 GMT
564
565### Patches
566
567- Fix an issue where spurious TSDoc warnings were issued because the TSDoc parser was configured improperly
568- Move the .api.json related APIs into a new NPM package @microsoft/api-extractor-model
569
570## 7.0.23
571Tue, 05 Mar 2019 17:13:11 GMT
572
573### Patches
574
575- Issue a warning when an exported type refers to another local type that is not exported (ae-forgotten-export)
576- The export analyzer now correctly handles symbols imported using "import x = require('y');" notation
577
578## 7.0.22
579Mon, 04 Mar 2019 17:13:19 GMT
580
581### Patches
582
583- Every error/warning message reported by API Extractor now has an associated message identifier
584- Add a new section to api-extractor.json for configuring how errors get reported, with ability to suppress individual errors
585- Reintroduce the ability to report issues by writing warnings into the API review file
586- Fix an issue where members of type literals were incorrectly being flagged as "(undocumented)"
587- Error messages now cite the original .ts source file, if a source map is present. (To enable this, specify `"declarationMap": true` in tsconfig.json.)
588
589## 7.0.21
590Wed, 27 Feb 2019 22:13:58 GMT
591
592*Version update only*
593
594## 7.0.20
595Wed, 27 Feb 2019 17:13:17 GMT
596
597*Version update only*
598
599## 7.0.19
600Mon, 18 Feb 2019 17:13:23 GMT
601
602### Minor changes
603
604- New way to resolve & generate TSDoc metadata file
605
606## 7.0.18
607Tue, 12 Feb 2019 17:13:12 GMT
608
609### Patches
610
611- Add a workaround for the issue where .d.ts rollups sometimes define names that conflict with a global symbol (the full solution is tracked by GitHub #1095)
612
613## 7.0.17
614Mon, 11 Feb 2019 10:32:37 GMT
615
616### Patches
617
618- Fix an issue where API Extractor neglected to analyze "typeof" expressions
619- Fix an issue where declarations inside a namespace were sometimes being incorrectly emitted as top-level exports of the .d.ts rollup
620
621## 7.0.16
622Mon, 11 Feb 2019 08:55:57 GMT
623
624### Patches
625
626- Redesign the analyzer so that when an external symbol is reexported by the working package, the local object (AstImport) and external object (AstSymbol) are kept separate
627- Fix a number of bugs where external symbols were misinterpreted as being part of the local project
628- Eliminate a number of errors involving unusual language constructs, by avoiding analysis of external symbols unless it's really necessary
629- Simplify the AstSymbol.nominalAnalysis concept and associated code
630- Improve .d.ts rollup trimming to handle reexported symbols correctly
631
632## 7.0.15
633Mon, 11 Feb 2019 03:31:55 GMT
634
635### Patches
636
637- The `--debug` parameter now automatically breaks in the debugger when InternalError is thrown
638
639## 7.0.14
640Thu, 31 Jan 2019 17:03:49 GMT
641
642### Patches
643
644- Upgrade to TSDoc 0.12.5, which allows `$` in `@param` names
645- Add "testMode" option in api-extractor.json to eliminate spurious diffs in test files when the version number gets bumped
646- Normalize newlines for excerpt strings in the .api.json file
647
648## 7.0.13
649Sat, 19 Jan 2019 03:47:47 GMT
650
651### Patches
652
653- Move the skipLibCheck into the config file.
654
655## 7.0.12
656Sat, 19 Jan 2019 01:17:51 GMT
657
658### Patches
659
660- Fix an issue where files using "export=" were incorrectly interpreted as having ambient declarations
661
662## 7.0.11
663Fri, 18 Jan 2019 00:52:21 GMT
664
665### Patches
666
667- Add support for circular references between files that use `export * from "____";`
668
669## 7.0.10
670Thu, 17 Jan 2019 00:37:54 GMT
671
672### Patches
673
674- Add support for exports of the form `export * from "____";`
675- Improve the analyzer to allow a declaration to be exported more than once
676- Fix inconsistent newlines in .api.ts files
677
678## 7.0.9
679Thu, 10 Jan 2019 01:57:52 GMT
680
681### Patches
682
683- Fix an issue with rolling up default exports (https://github.com/Microsoft/web-build-tools/issues/1007)
684
685## 7.0.8
686Thu, 20 Dec 2018 17:04:08 GMT
687
688### Patches
689
690- Fix an issue where it was possible to import forgotten declarations from a .d.ts rollup, even though they did not have an explicit "export" modifier
691
692## 7.0.7
693Wed, 19 Dec 2018 05:57:33 GMT
694
695### Patches
696
697- Extend ApiModel to support new item kinds: ApiCallSignature, ApiConstructor, ApiConstructSignature, ApiFunction, ApiIndexSignature, ApiTypeAlias, and ApiVariable
698
699## 7.0.6
700Fri, 14 Dec 2018 19:43:46 GMT
701
702### Patches
703
704- Update web site URLs
705
706## 7.0.5
707Thu, 13 Dec 2018 02:58:10 GMT
708
709### Patches
710
711- Remove unused jju dependency
712
713## 7.0.4
714Wed, 12 Dec 2018 17:04:19 GMT
715
716### Patches
717
718- Reintroduce support for "extends" and "implements" heritage clauses
719- Redesign the Excerpt API to support multiple subranges (e.g. for a list of "implements" clauses)
720
721## 7.0.3
722Fri, 07 Dec 2018 17:04:56 GMT
723
724### Patches
725
726- Added more API documentation
727
728## 7.0.2
729Wed, 05 Dec 2018 19:57:03 GMT
730
731### Patches
732
733- fix reexported types from an external package for dts rollup
734
735## 7.0.1
736Wed, 05 Dec 2018 17:04:18 GMT
737
738### Patches
739
740- Fix an issue where .d.ts trimming did not properly handle variable declarations (GitHub #976)
741
742## 7.0.0
743Thu, 29 Nov 2018 07:02:09 GMT
744
745### Breaking changes
746
747- THIS IS A BETA RELEASE - We are bumping the version to "7.0.0" to simplify dogfooding. This release is not yet ready for general usage.
748
749## 6.3.0
750Wed, 28 Nov 2018 19:29:53 GMT
751
752### Minor changes
753
754- Support "extends" field in api-extractor.json config files for easier management of monorepos with many projects
755
756## 6.2.0
757Wed, 28 Nov 2018 02:17:11 GMT
758
759### Minor changes
760
761- Introduce a new build output "dist/tsdoc-metdata.json", which completely replaces the old "tsdocFlavor" field in package.json
762
763## 6.1.6
764Fri, 16 Nov 2018 21:37:10 GMT
765
766### Patches
767
768- Add support for emitting `/// <reference lib="___" />` directives in .d.ts rollups (GitHub issue #946)
769
770## 6.1.5
771Fri, 16 Nov 2018 00:59:00 GMT
772
773### Patches
774
775- Fix an issue where .d.ts trimming did not work for exported variable declarations (GitHub #936)
776
777## 6.1.4
778Fri, 09 Nov 2018 23:07:39 GMT
779
780### Patches
781
782- Upgrade to TSDoc 0.21.2, which improves trimming of link text in `@link` tags
783
784## 6.1.3
785Wed, 07 Nov 2018 21:04:35 GMT
786
787*Version update only*
788
789## 6.1.2
790Mon, 05 Nov 2018 17:04:24 GMT
791
792### Patches
793
794- Upgrade to @microsoft/tsdoc 0.12.0
795
796## 6.1.1
797Thu, 01 Nov 2018 19:32:52 GMT
798
799### Patches
800
801- Fix an issue where EcmaScript symbols ("computed property names") were missing from .d.ts rollups
802
803## 6.1.0
804Wed, 31 Oct 2018 17:00:54 GMT
805
806### Minor changes
807
808- Added an api to invoke api extractor processor by supplying api extractor json config file.
809
810## 6.0.9
811Thu, 25 Oct 2018 23:20:40 GMT
812
813*Version update only*
814
815## 6.0.8
816Thu, 25 Oct 2018 08:56:02 GMT
817
818### Patches
819
820- Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text
821
822## 6.0.7
823Wed, 24 Oct 2018 16:03:10 GMT
824
825*Version update only*
826
827## 6.0.6
828Thu, 18 Oct 2018 01:32:20 GMT
829
830### Patches
831
832- Fix isAbsolute check for mainDtsRollupPath
833
834## 6.0.5
835Wed, 17 Oct 2018 21:04:49 GMT
836
837*Version update only*
838
839## 6.0.4
840Wed, 17 Oct 2018 14:43:24 GMT
841
842### Patches
843
844- Fix a regression where namespaces were sometimes incorrectly handled in "conservative" mode
845- Update the command line to look for api-extractor.json in both the "./config" folder and the project folder
846- Allow type references in namespaces when namespaceSupport=conservative
847
848## 6.0.3
849Thu, 11 Oct 2018 23:26:07 GMT
850
851### Patches
852
853- Fix an issue where `import x from "."` was sometimes not processed correctly
854
855## 6.0.2
856Tue, 09 Oct 2018 06:58:01 GMT
857
858### Patches
859
860- Fix a regression where API Extractor was sometimes reporting incorrect line numbers
861
862## 6.0.1
863Mon, 08 Oct 2018 16:04:27 GMT
864
865*Version update only*
866
867## 6.0.0
868Sun, 07 Oct 2018 06:15:56 GMT
869
870### Breaking changes
871
872- (Breaking change) API Extractor 6 introduces support for TSDoc doc comment syntax! Please see https://api-extractor.com/ for documentation. To learn more about the TSDoc standard, check out https://github.com/Microsoft/tsdoc
873
874## 5.13.1
875Fri, 28 Sep 2018 16:05:35 GMT
876
877*Version update only*
878
879## 5.13.0
880Wed, 26 Sep 2018 21:39:40 GMT
881
882### Minor changes
883
884- Add new command line option --skip-lib-check
885
886## 5.12.2
887Mon, 24 Sep 2018 23:06:40 GMT
888
889### Patches
890
891- Allow doc comments to use TSDoc's "@defaultvalue" tag (but the value is not yet passed to the documentation pipeline)
892
893## 5.12.1
894Fri, 21 Sep 2018 16:04:42 GMT
895
896### Patches
897
898- Fix an issue where TypeScript errors are often logged as "[Object object]" instead of the actual error message.
899
900## 5.12.0
901Thu, 20 Sep 2018 23:57:21 GMT
902
903### Minor changes
904
905- Add new feature: Support using a different version of the TypeScript compiler.
906
907## 5.11.2
908Tue, 18 Sep 2018 21:04:55 GMT
909
910### Patches
911
912- Fix an issue where parameters mentioned in comments were attempting to be analyzed by api-extractor.
913
914## 5.11.1
915Thu, 06 Sep 2018 01:25:25 GMT
916
917### Patches
918
919- Update "repository" field in package.json
920
921## 5.11.0
922Mon, 03 Sep 2018 16:04:45 GMT
923
924### Minor changes
925
926- Upgrade api-extractor to internally use TypeScript 3.0.
927
928## 5.10.8
929Wed, 29 Aug 2018 06:36:50 GMT
930
931*Version update only*
932
933## 5.10.7
934Thu, 23 Aug 2018 18:18:53 GMT
935
936### Patches
937
938- Republish all packages in web-build-tools to resolve GitHub issue #782
939
940## 5.10.6
941Wed, 22 Aug 2018 20:58:58 GMT
942
943*Version update only*
944
945## 5.10.5
946Wed, 22 Aug 2018 16:03:25 GMT
947
948*Version update only*
949
950## 5.10.4
951Tue, 21 Aug 2018 16:04:38 GMT
952
953### Patches
954
955- fix namespace name for export statement`
956
957## 5.10.3
958Thu, 09 Aug 2018 21:03:22 GMT
959
960*Version update only*
961
962## 5.10.2
963Thu, 09 Aug 2018 16:04:24 GMT
964
965### Patches
966
967- Update lodash.
968
969## 5.10.1
970Thu, 26 Jul 2018 16:04:17 GMT
971
972*Version update only*
973
974## 5.10.0
975Tue, 17 Jul 2018 16:02:52 GMT
976
977### Minor changes
978
979- Add support for new "@eventproperty" AEDoc tag, which indicates that a class/interface property should be documented as an event
980
981## 5.9.1
982Tue, 03 Jul 2018 21:03:31 GMT
983
984*Version update only*
985
986## 5.9.0
987Sat, 23 Jun 2018 02:21:20 GMT
988
989### Minor changes
990
991- Add new IMarkupHtmlTag API
992- AEDoc now allows HTML tags inside doc comments, which can be disabled using a backslash escape
993
994## 5.8.1
995Thu, 21 Jun 2018 08:27:29 GMT
996
997*Version update only*
998
999## 5.8.0
1000Tue, 19 Jun 2018 19:35:11 GMT
1001
1002### Minor changes
1003
1004- For namespaceSupport=permissive, allow arbitrary nesting of namespaces
1005
1006### Patches
1007
1008- Fix an issue where multi-line type literals sometimes had inconsistent newlines in the *.api.json file
1009
1010## 5.7.3
1011Fri, 08 Jun 2018 08:43:52 GMT
1012
1013*Version update only*
1014
1015## 5.7.2
1016Thu, 31 May 2018 01:39:33 GMT
1017
1018*Version update only*
1019
1020## 5.7.1
1021Tue, 15 May 2018 02:26:45 GMT
1022
1023*Version update only*
1024
1025## 5.7.0
1026Tue, 15 May 2018 00:18:10 GMT
1027
1028### Minor changes
1029
1030- Add support for new AEDoc tags @sealed, @virtual, and @override
1031
1032## 5.6.8
1033Fri, 04 May 2018 00:42:38 GMT
1034
1035### Patches
1036
1037- Fix the formatting of a log message.
1038
1039## 5.6.7
1040Tue, 01 May 2018 22:03:20 GMT
1041
1042### Patches
1043
1044- Fix an issue where the *.d.ts rollup trimming did not trim import statements
1045
1046## 5.6.6
1047Fri, 27 Apr 2018 03:04:32 GMT
1048
1049*Version update only*
1050
1051## 5.6.5
1052Thu, 19 Apr 2018 21:25:56 GMT
1053
1054*Version update only*
1055
1056## 5.6.4
1057Thu, 19 Apr 2018 17:02:06 GMT
1058
1059### Patches
1060
1061- Fix errors in schema documentation
1062
1063## 5.6.3
1064Tue, 03 Apr 2018 16:05:29 GMT
1065
1066*Version update only*
1067
1068## 5.6.2
1069Mon, 02 Apr 2018 16:05:24 GMT
1070
1071### Patches
1072
1073- Refactor to use new @microsoft/node-core-library
1074
1075## 5.6.1
1076Tue, 27 Mar 2018 01:34:25 GMT
1077
1078### Patches
1079
1080- Update build config so API Extractor builds using the latest version of itself
1081
1082## 5.6.0
1083Sun, 25 Mar 2018 01:26:19 GMT
1084
1085### Minor changes
1086
1087- Improve the api-extractor.json config file so that *.d.ts rollups go in separate folders, and trimming can now be disabled
1088
1089### Patches
1090
1091- In preparation for initial release, the "Package Typings" feature was renamed to "DTS Rollup"
1092- Fix an issue where the @packagedocumentation comment was sometimes getting mixed into the middle of the rollup *.d.ts file
1093
1094## 5.5.2
1095Fri, 23 Mar 2018 00:34:53 GMT
1096
1097### Patches
1098
1099- Upgrade colors to version ~1.2.1
1100
1101## 5.5.1
1102Tue, 20 Mar 2018 02:44:45 GMT
1103
1104### Patches
1105
1106- Improve packageTypings generator to trim nested members according to their release tag
1107- Fix a bug where packageTypings failed to handle merged declarations properly
1108
1109## 5.5.0
1110Sat, 17 Mar 2018 02:54:22 GMT
1111
1112### Minor changes
1113
1114- Overhaul the packageTypings generator analysis to get ready for the upcoming nested member trimming
1115- Breaking change: Any projects using the package typings feature must now have a "tsdoc" section in their package.json
1116
1117### Patches
1118
1119- Add "--debug" flag for debugging
1120
1121## 5.4.0
1122Thu, 15 Mar 2018 20:00:50 GMT
1123
1124### Minor changes
1125
1126- Add a new setting validationRules.missingReleaseTags to optionally remove the requirement that every API item should have a release tag
1127- Add new API "Markup.formatApiItemReference()"
1128
1129### Patches
1130
1131- Fix an issue where the automatically generated documentation for class constructors sometimes had a broken hyperlink
1132
1133## 5.3.9
1134Thu, 15 Mar 2018 16:05:43 GMT
1135
1136*Version update only*
1137
1138## 5.3.8
1139Mon, 12 Mar 2018 20:36:19 GMT
1140
1141### Patches
1142
1143- Locked down some "@types/" dependency versions to avoid upgrade conflicts
1144
1145## 5.3.7
1146Tue, 06 Mar 2018 17:04:51 GMT
1147
1148### Patches
1149
1150- Add preliminary support for preview and public outputs for packageTypings generator
1151
1152## 5.3.6
1153Fri, 02 Mar 2018 01:13:59 GMT
1154
1155*Version update only*
1156
1157## 5.3.5
1158Tue, 27 Feb 2018 22:05:57 GMT
1159
1160*Version update only*
1161
1162## 5.3.4
1163Wed, 21 Feb 2018 22:04:19 GMT
1164
1165*Version update only*
1166
1167## 5.3.3
1168Wed, 21 Feb 2018 03:13:28 GMT
1169
1170*Version update only*
1171
1172## 5.3.2
1173Sat, 17 Feb 2018 02:53:49 GMT
1174
1175### Patches
1176
1177- Fix several bugs with the way that imports were being deduplicated by the packageTypings feature
1178
1179## 5.3.1
1180Fri, 16 Feb 2018 22:05:23 GMT
1181
1182*Version update only*
1183
1184## 5.3.0
1185Fri, 16 Feb 2018 17:05:11 GMT
1186
1187### Minor changes
1188
1189- Fix an issue where the packageTypings feature didn't handle some import/export patterns
1190
1191### Patches
1192
1193- Fix an issue where the packageTypings feature sometimes emitted "default" instead of the class name
1194- Improve the packageTypings feature to support triple-slash references to typings
1195
1196## 5.2.7
1197Wed, 07 Feb 2018 17:05:11 GMT
1198
1199*Version update only*
1200
1201## 5.2.6
1202Fri, 26 Jan 2018 22:05:30 GMT
1203
1204*Version update only*
1205
1206## 5.2.5
1207Fri, 26 Jan 2018 17:53:38 GMT
1208
1209### Patches
1210
1211- Force a patch bump in case the previous version was an empty package
1212
1213## 5.2.4
1214Fri, 26 Jan 2018 00:36:51 GMT
1215
1216*Version update only*
1217
1218## 5.2.3
1219Tue, 23 Jan 2018 17:05:28 GMT
1220
1221*Version update only*
1222
1223## 5.2.2
1224Thu, 18 Jan 2018 03:23:46 GMT
1225
1226### Patches
1227
1228- Enable package typings generated by api-extractor
1229
1230## 5.2.1
1231Thu, 18 Jan 2018 00:48:06 GMT
1232
1233*Version update only*
1234
1235## 5.2.0
1236Thu, 18 Jan 2018 00:27:23 GMT
1237
1238### Minor changes
1239
1240- Improve the packageTypings feature to support abstract classes and "import * as X" imports
1241
1242## 5.1.3
1243Wed, 17 Jan 2018 10:49:31 GMT
1244
1245*Version update only*
1246
1247## 5.1.2
1248Fri, 12 Jan 2018 03:35:22 GMT
1249
1250### Patches
1251
1252- Add some incremental improvements for the experimental PackageTypingsGenerator feature
1253
1254## 5.1.1
1255Thu, 11 Jan 2018 22:31:51 GMT
1256
1257*Version update only*
1258
1259## 5.1.0
1260Wed, 10 Jan 2018 20:40:01 GMT
1261
1262### Minor changes
1263
1264- Upgrade to Node 8
1265
1266### Patches
1267
1268- Continued progress for the experimental PackageTypingsGenerator
1269
1270## 5.0.1
1271Tue, 09 Jan 2018 17:05:51 GMT
1272
1273### Patches
1274
1275- Get web-build-tools building with pnpm
1276
1277## 5.0.0
1278Sun, 07 Jan 2018 05:12:08 GMT
1279
1280### Breaking changes
1281
1282- API Extractor now processes *.d.ts files instead of *.ts files
1283
1284### Minor changes
1285
1286- Introduced new tag @packagedocumentation which replaces the earlier approach that used a "packageDescription" variable
1287
1288## 4.3.7
1289Fri, 05 Jan 2018 20:26:45 GMT
1290
1291*Version update only*
1292
1293## 4.3.6
1294Fri, 05 Jan 2018 00:48:41 GMT
1295
1296### Patches
1297
1298- Update Jest to ~21.2.1
1299
1300## 4.3.5
1301Fri, 22 Dec 2017 17:04:46 GMT
1302
1303### Patches
1304
1305- Fixed an issue where warnings would cause the api-extractor tool to return a nonzero exit code for a "--local" build; warnings should not fail the build in this scenario
1306
1307## 4.3.4
1308Tue, 12 Dec 2017 03:33:26 GMT
1309
1310*Version update only*
1311
1312## 4.3.3
1313Thu, 30 Nov 2017 23:59:09 GMT
1314
1315*Version update only*
1316
1317## 4.3.2
1318Thu, 30 Nov 2017 23:12:21 GMT
1319
1320*Version update only*
1321
1322## 4.3.1
1323Wed, 29 Nov 2017 17:05:37 GMT
1324
1325*Version update only*
1326
1327## 4.3.0
1328Tue, 28 Nov 2017 23:43:55 GMT
1329
1330### Minor changes
1331
1332- Add Extractor.processProject() whose return value indicates success
1333
1334### Patches
1335
1336- Deprecate Extractor.analyzeProject() API
1337
1338## 4.2.6
1339Mon, 13 Nov 2017 17:04:50 GMT
1340
1341*Version update only*
1342
1343## 4.2.5
1344Mon, 06 Nov 2017 17:04:18 GMT
1345
1346*Version update only*
1347
1348## 4.2.4
1349Thu, 02 Nov 2017 16:05:24 GMT
1350
1351### Patches
1352
1353- lock the reference version between web build tools projects
1354
1355## 4.2.3
1356Wed, 01 Nov 2017 21:06:08 GMT
1357
1358### Patches
1359
1360- Upgrade cyclic dependencies
1361
1362## 4.2.2
1363Tue, 31 Oct 2017 21:04:04 GMT
1364
1365*Version update only*
1366
1367## 4.2.1
1368Tue, 31 Oct 2017 16:04:55 GMT
1369
1370*Version update only*
1371
1372## 4.2.0
1373Wed, 25 Oct 2017 20:03:59 GMT
1374
1375### Minor changes
1376
1377- Improved the way API JSON represents documentation markup; this is a file format change
1378
1379## 4.1.2
1380Tue, 24 Oct 2017 18:17:12 GMT
1381
1382*Version update only*
1383
1384## 4.1.1
1385Mon, 23 Oct 2017 21:53:12 GMT
1386
1387### Patches
1388
1389- Updated cyclic dependencies
1390
1391## 4.1.0
1392Fri, 20 Oct 2017 19:57:12 GMT
1393
1394### Minor changes
1395
1396- Add policies.namespaceSupport option to API Extractor config
1397
1398### Patches
1399
1400- Fixed an issue where properties were sometimes marked as readonly; a remark is automatically generated for classes with internal constructors
1401
1402## 4.0.1
1403Fri, 20 Oct 2017 01:52:54 GMT
1404
1405### Patches
1406
1407- Rename ApiExtractor class to Extractor
1408
1409## 4.0.0
1410Fri, 20 Oct 2017 01:04:44 GMT
1411
1412### Breaking changes
1413
1414- Redesigned interface for invoking API Extractor
1415
1416## 3.4.2
1417Thu, 05 Oct 2017 01:05:02 GMT
1418
1419*Version update only*
1420
1421## 3.4.1
1422Fri, 29 Sep 2017 01:03:42 GMT
1423
1424### Patches
1425
1426- Removed IMarkupPage.docId
1427
1428## 3.4.0
1429Thu, 28 Sep 2017 01:04:28 GMT
1430
1431### Minor changes
1432
1433- Skipping two lines in an AEDoc comment now creates a paragraph separator for the generated documentation
1434
1435### Patches
1436
1437- The *.api.json "linkDocElement" type now always explicitly specifies the package name, rather than expecting the reader to infer it
1438- The *.api.json file format now exposes "signature" information for properties, functions, and module variables
1439
1440## 3.3.0
1441Fri, 22 Sep 2017 01:04:02 GMT
1442
1443### Minor changes
1444
1445- Upgrade to es6
1446
1447## 3.2.6
1448Wed, 20 Sep 2017 22:10:17 GMT
1449
1450*Version update only*
1451
1452## 3.2.5
1453Mon, 11 Sep 2017 13:04:55 GMT
1454
1455### Patches
1456
1457- The isBeta and deprecatedMessage fields are now inherited in the *.api.json files
1458- Fix an issue where the *.api.json file was sometimes missing function parameters
1459
1460## 3.2.4
1461Fri, 08 Sep 2017 01:28:04 GMT
1462
1463### Patches
1464
1465- Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
1466
1467## 3.2.3
1468Thu, 07 Sep 2017 13:04:35 GMT
1469
1470### Patches
1471
1472- Fix incorrect schema/typings for enum members
1473
1474## 3.2.2
1475Thu, 07 Sep 2017 00:11:11 GMT
1476
1477### Patches
1478
1479- Add $schema field to all schemas
1480
1481## 3.2.1
1482Wed, 06 Sep 2017 13:03:42 GMT
1483
1484### Patches
1485
1486- Converted IMarkupDocumentationLink to IMarkupApiLink, which exposes the underlying IApiItemReference rather than assuming a particular "document ID" model
1487
1488## 3.2.0
1489Tue, 05 Sep 2017 19:03:56 GMT
1490
1491### Minor changes
1492
1493- Add the constructor signature and package name to the exported API signature
1494
1495## 3.1.0
1496Sat, 02 Sep 2017 01:04:26 GMT
1497
1498### Minor changes
1499
1500- Expanded the api-extractor API to expose interfaces for the *.api.json file fileformat
1501
1502## 3.0.0
1503Thu, 31 Aug 2017 18:41:18 GMT
1504
1505### Breaking changes
1506
1507- Fix compatibility issues with old releases, by incrementing the major version number
1508
1509## 2.3.7
1510Thu, 31 Aug 2017 17:46:25 GMT
1511
1512### Patches
1513
1514- Fix issue where node-core-library was not an explicit dependency
1515
1516## 2.3.6
1517Wed, 30 Aug 2017 01:04:34 GMT
1518
1519*Version update only*
1520
1521## 2.3.5
1522Thu, 24 Aug 2017 22:44:12 GMT
1523
1524### Patches
1525
1526- Update the schema validator.
1527
1528## 2.3.4
1529Thu, 24 Aug 2017 01:04:33 GMT
1530
1531*Version update only*
1532
1533## 2.3.3
1534Tue, 22 Aug 2017 13:04:22 GMT
1535
1536### Patches
1537
1538- Added "api-documenter" code sample
1539
1540## 2.3.2
1541Tue, 15 Aug 2017 01:29:31 GMT
1542
1543### Patches
1544
1545- Introduce Span parser for upcoming *.d.ts generator
1546
1547## 2.3.1
1548Thu, 27 Jul 2017 01:04:48 GMT
1549
1550### Patches
1551
1552- Upgrade to the TS2.4 version of the build tools.
1553
1554## 2.3.0
1555Tue, 25 Jul 2017 20:03:31 GMT
1556
1557### Minor changes
1558
1559- Upgrade to TypeScript 2.4
1560
1561## 2.2.0
1562Wed, 21 Jun 2017 04:19:35 GMT
1563
1564### Minor changes
1565
1566- Add two new features: An error is reported if a top-level definition is missing its release tag. The constructor summary will now be autogenerated if omitted.
1567
1568## 2.0.10
1569Tue, 20 Jun 2017 01:04:54 GMT
1570
1571### Patches
1572
1573- Improve the wording of many error messages
1574- Fix a bug with parsing of @link tags
1575- Issue warnings for @internal definitions that are not prefixed with an underscore
1576
1577## 2.0.9
1578Sat, 17 Jun 2017 01:02:59 GMT
1579
1580### Patches
1581
1582- The unsupported @summary tag is now reported as an error
1583- Use a cache to speed up package.json lookups
1584
1585## 2.0.8
1586Wed, 14 Jun 2017 13:03:40 GMT
1587
1588### Patches
1589
1590- Definitions marked as @beta are now included in the *.api.json files for documentation
1591
1592## 2.0.7
1593Thu, 08 Jun 2017 05:15:52 GMT
1594
1595### Patches
1596
1597- Updated README.md
1598
1599## 2.0.6
1600Mon, 15 May 2017 21:59:43 GMT
1601
1602### Patches
1603
1604- Added support for Namespace with ApiNamespace
1605
1606## 2.0.5
1607Sat, 22 Apr 2017 01:02:03 GMT
1608
1609### Patches
1610
1611- Added check for API names that are not supported (only letters and numbers supported)
1612
1613## 2.0.4
1614Wed, 19 Apr 2017 20:18:06 GMT
1615
1616### Patches
1617
1618- Remove ES6 Promise & @types/es6-promise typings
1619
1620## 2.0.3
1621Fri, 14 Apr 2017 17:44:08 GMT
1622
1623### Patches
1624
1625- Added collect references ability to detect determine type information of return types and parameter types.
1626
1627## 2.0.2
1628Fri, 07 Apr 2017 21:43:16 GMT
1629
1630### Patches
1631
1632- Adjusted the version specifier for typescript to ~2.2.2
1633
1634## 2.0.1
1635Thu, 06 Apr 2017 01:32:23 GMT
1636
1637### Patches
1638
1639- Removed hard coding of @public for ApiPackage
1640
1641## 2.0.0
1642Mon, 20 Mar 2017 21:52:20 GMT
1643
1644### Breaking changes
1645
1646- Fixing whitespace, also a variable that was shadowing another variable.
1647
1648## 1.1.19
1649Mon, 20 Mar 2017 04:20:13 GMT
1650
1651### Patches
1652
1653- Reverting change.
1654
1655## 1.1.18
1656Mon, 20 Mar 2017 03:50:55 GMT
1657
1658### Patches
1659
1660- Reverting previous change, which causes a regression in SPFx yeoman sc enario.
1661
1662## 1.1.17
1663Mon, 20 Mar 2017 00:54:03 GMT
1664
1665### Patches
1666
1667- Fixing lint whitespace issues.
1668
1669## 1.1.16
1670Sun, 19 Mar 2017 19:10:30 GMT
1671
1672### Patches
1673
1674- Fixing variable that was shadowing another variable.
1675
1676## 1.1.15
1677Wed, 15 Mar 2017 01:32:09 GMT
1678
1679### Patches
1680
1681- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects.
1682
1683## 1.1.14
1684Sat, 18 Feb 2017 02:32:06 GMT
1685
1686### Patches
1687
1688- Seperated the ApiItem initialization into 3 stages: create documentation that doesn't require resolution, then complete initialization by resolving links and inheritdocs. This allows us to ignore harmless cycles like type references"
1689
1690## 1.1.13
1691Thu, 16 Feb 2017 22:10:39 GMT
1692
1693### Patches
1694
1695- Fixed Api-Extractor error message, changed apostrophe to backtick.
1696
1697## 1.1.12
1698Thu, 16 Feb 2017 18:56:57 GMT
1699
1700### Patches
1701
1702- Added support for local API definition resolution"
1703
1704## 1.1.11
1705Sat, 11 Feb 2017 02:32:35 GMT
1706
1707### Patches
1708
1709- Changed dependency for ApiDocumentation to abstract the resolving of API definition references.
1710
1711## 1.1.10
1712Fri, 10 Feb 2017 20:01:30 GMT
1713
1714### Patches
1715
1716- Added support to not throw error, instead report error if no type is declared on properties and parameters
1717
1718## 1.1.9
1719Tue, 07 Feb 2017 20:37:06 GMT
1720
1721### Patches
1722
1723- Fixing issue where undocumented comment was not being emitted.
1724
1725## 1.1.8
1726Sat, 04 Feb 2017 02:32:05 GMT
1727
1728### Patches
1729
1730- Moved ApiItem references within ApiDocumentation, to ApiItem caller.
1731
1732## 1.1.7
1733Thu, 02 Feb 2017 14:05:53 GMT
1734
1735### Patches
1736
1737- Refactored ApiDocumentation creation to resolve references method.
1738
1739## 1.1.6
1740Wed, 01 Feb 2017 20:09:30 GMT
1741
1742### Patches
1743
1744- Added ApiItemKind enum and refactored child classes.
1745
1746## 1.1.5
1747Fri, 27 Jan 2017 20:04:15 GMT
1748
1749### Patches
1750
1751- Changed name of Analyzer to Extractor, added support for external api json doc loading.
1752
1753## 1.1.4
1754Fri, 27 Jan 2017 02:35:10 GMT
1755
1756### Patches
1757
1758- Added ExternalApiHelper class to be used in generating api documentation json files for external types.
1759- Added description for packages implementation.
1760- Added config folder with file to enable api-extractor on itself. rebuild project on previous build.
1761
1762## 1.1.3
1763Tue, 24 Jan 2017 01:36:35 GMT
1764
1765### Patches
1766
1767- Json schema was updated to reflect feature additions to linkDocElement. The linkDocElement can now be of type 'code' which refers to an API definition reference.
1768
1769## 1.1.2
1770Fri, 20 Jan 2017 01:46:41 GMT
1771
1772*Version update only*
1773
1774## 1.1.1
1775Thu, 19 Jan 2017 20:04:40 GMT
1776
1777### Patches
1778
1779- Check for missing JSDoc sequences changed.
1780- Improved error messages
1781
1782## 1.1.0
1783Wed, 18 Jan 2017 20:04:29 GMT
1784
1785### Minor changes
1786
1787- Updating API Extractor to work with TypeScript 2.1
1788
1789## 1.0.2
1790Mon, 16 Jan 2017 20:04:15 GMT
1791
1792### Patches
1793
1794- @link capability for href and API definition references
1795
1796## 1.0.1
1797Fri, 13 Jan 2017 06:46:05 GMT
1798
1799*Version update only*
1800
1801## 1.0.0
1802Wed, 11 Jan 2017 14:11:26 GMT
1803
1804### Breaking changes
1805
1806- Introducing API Extractor
1807