File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.33] ( https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.32...v1.2.33 ) (2020-07-29)
2+
3+ ### Features
4+
5+ - ** hook:** add 'declarationStats' hook. Fixes [ #92 ] ( https://github.com/wessberg/rollup-plugin-ts/issues/92 ) ([ bcb7084] ( https://github.com/wessberg/rollup-plugin-ts/commit/bcb7084800a5034215c45642c787ff44cd2051d1 ) )
6+
17## [ 1.2.32] ( https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.31...v1.2.32 ) (2020-07-29)
28
39### Bug Fixes
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ very powerful bundling and tree-shaking of generated Typescript declaration file
8282- [ Hooks] ( #hooks )
8383 - [ The ` outputPath ` hook] ( #the-outputpath-hook )
8484 - [ The ` diagnostics ` hook] ( #the-diagnostics-hook )
85+ - [ The ` declarationStats ` hook] ( #the-declarationstats-hook )
86+ - [ The ` externalTypes ` property] ( #the-externaltypes-property )
8587- [ Full list of plugin options] ( #full-list-of-plugin-options )
8688 - [ ` transpiler ` ] ( #transpiler )
8789 - [ ` babelConfig ` ] ( #babelconfig )
Original file line number Diff line number Diff line change 11{
22"name" : " @wessberg/rollup-plugin-ts" ,
3- "version" : " 1.2.32 " ,
3+ "version" : " 1.2.33 " ,
44"description" : " A Typescript Rollup plugin that bundles declarations and respects Browserslists" ,
55"scripts" : {
66"generate:scaffold" : " scaffold all --yes" ,
You can’t perform that action at this time.
0 commit comments