File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- add isAccessor field to API 
1111- update Markdown writer to generate a separate table for accessors -->  
1212
13+ ## [ 0.16.0] ( https://github.com/carbon-design-system/sveld/releases/tag/v0.16.0 )  - 2022-05-19 
14+ 
15+ -  support ` @required `  tag to denote required component props
16+ -  support wildcard export in svelte entry point
17+ 
1318## [ 0.15.3] ( https://github.com/carbon-design-system/sveld/releases/tag/v0.15.3 )  - 2022-05-14 
1419
1520-  preserve JSDoc tags in prop comments
Original file line number Diff line number Diff line change 11{
22  "name" : " sveld"  ,
3-   "version" : " 0.15.3 "  ,
3+   "version" : " 0.16.0 "  ,
44  "license" : " Apache-2.0"  ,
55  "description" : " Generate TypeScript definitions for your Svelte components."  ,
66  "main" : " ./lib/index.js"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments