mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-29 23:07:26 +03:00 
			
		
		
		
	Add links to changelog
This commit is contained in:
		
							parent
							
								
									0ad7f4fdc9
								
							
						
					
					
						commit
						a5c14e36ef
					
				
							
								
								
									
										44
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										44
									
								
								CHANGELOG.md
									
									
									
									
									
								
							|  | @ -1,35 +1,35 @@ | ||||||
| # 1.4.0 (2016-10-14) | # 1.4.0 (2016-10-14) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * Fix destroy/reinit | * Fix destroy/reinit | ||||||
| * Fix minimum/maximum zero not rendered (#123) | * Fix minimum/maximum zero not rendered ([#123](https://github.com/Rebilly/ReDoc/issues/123)) | ||||||
| 
 | 
 | ||||||
| ### Features/Improvements | ### Features/Improvements | ||||||
| * Do spec load after bootstrap | * Do spec load after bootstrap | ||||||
| * Build and publish angular2 module (#126) | * Build and publish angular2 module ([#126](https://github.com/Rebilly/ReDoc/issues/126)) | ||||||
| 
 | 
 | ||||||
| # 1.3.3 (2016-09-28) | # 1.3.3 (2016-09-28) | ||||||
| ### Features/Improvements | ### Features/Improvements | ||||||
| * implemented x-extendedDiscriminator to workaround name clashes in big specs | * Implemented x-extendedDiscriminator to workaround name clashes in big specs | ||||||
| * Add engines to package.json (#83) | * Add engines to package.json ([#83](https://github.com/Rebilly/ReDoc/issues/83)) | ||||||
| * Fix npm start on windows (#119, #118) | * Fix npm start on windows ([#119](https://github.com/Rebilly/ReDoc/issues/119), [#118](https://github.com/Rebilly/ReDoc/issues/118)) | ||||||
| * Update webpack to latest beta | * Update webpack to latest beta | ||||||
| * Update angular to 2.0.1 | * Update angular to 2.0.1 | ||||||
| * Update local dev steps | * Update local dev steps | ||||||
| * Update openapi-sampler lib (#111) | * Update openapi-sampler lib ([#111](https://github.com/Rebilly/ReDoc/issues/111)) | ||||||
| 
 | 
 | ||||||
| # 1.3.2 (2016-09-13) | # 1.3.2 (2016-09-13) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * Fix broken tabs styling for response samples | * Fix broken tabs styling for response samples | ||||||
| * fix v1.x.x deployment | * Fix v1.x.x deployment | ||||||
| 
 | 
 | ||||||
| # 1.3.1 (2016-09-13) | # 1.3.1 (2016-09-13) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * makes basePath optional (by @LeFnord) | * Makes basePath optional (by @LeFnord) | ||||||
| * fixed little typo (by @adamd) | * Fixed little typo (by @adamd) | ||||||
| * Typo s/IGNORRED/IGNORED (by @MikeRalphson) | * Typo s/IGNORRED/IGNORED (by @MikeRalphson) | ||||||
| * Fixed indentation (by @bennyn) | * Fixed indentation (by @bennyn) | ||||||
| * Fix default hostname (#108) | * Fix default hostname ([#108](https://github.com/Rebilly/ReDoc/issues/108)) | ||||||
| * Fix default value for falsy values is not displayed (#109) | * Fix default value for falsy values is not displayed ([#109](https://github.com/Rebilly/ReDoc/issues/109)) | ||||||
| * Fix schema collapse after change discriminator | * Fix schema collapse after change discriminator | ||||||
| 
 | 
 | ||||||
| ### Features/Improvements | ### Features/Improvements | ||||||
|  | @ -39,24 +39,24 @@ | ||||||
| 
 | 
 | ||||||
| # 1.3.0 (2016-08-31) | # 1.3.0 (2016-08-31) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * Fix code samples are not shown for operations without body param (#93) | * Fix code samples are not shown for operations without body param ([#93](https://github.com/Rebilly/ReDoc/issues/93)) | ||||||
| * Fixed side menu overlapped site footer (#75) | * Fixed side menu overlapped site footer ([#75](https://github.com/Rebilly/ReDoc/issues/75)) | ||||||
| * Fix broken order in discriminator dropdown | * Fix broken order in discriminator dropdown | ||||||
| 
 | 
 | ||||||
| ### Features/Improvements | ### Features/Improvements | ||||||
| * Support "x-nullable" property by @kedashoe (#92) | * Support "x-nullable" property by @kedashoe ([#92](https://github.com/Rebilly/ReDoc/issues/92)) | ||||||
| 
 | 
 | ||||||
| # 1.2.0 (2016-08-30) | # 1.2.0 (2016-08-30) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * Fix sticky sidebar top sticking (#75) | * Fix sticky sidebar top sticking ([#75](https://github.com/Rebilly/ReDoc/issues/75)) | ||||||
| * Fix array inside objects if referenced directly (#84) | * Fix array inside objects if referenced directly ([#84](https://github.com/Rebilly/ReDoc/issues/84)) | ||||||
| * Add banner to the bundle file (#89) | * Add banner to the bundle file ([#89](https://github.com/Rebilly/ReDoc/issues/89)) | ||||||
| * Fix broken additionalProperties | * Fix broken additionalProperties | ||||||
| * Fix version render issue (extra "v" letter) | * Fix version render issue (extra "v" letter) | ||||||
| 
 | 
 | ||||||
| ### Features/Improvements | ### Features/Improvements | ||||||
| * Change the way discriminator is rendered | * Change the way discriminator is rendered | ||||||
| * Created CDN major release 1.x.x (#87) | * Created CDN major release 1.x.x ([#87](https://github.com/Rebilly/ReDoc/issues/87)) | ||||||
| * Smaller bundle size (371KB gzipped) | * Smaller bundle size (371KB gzipped) | ||||||
| * Better start-up time due to [AoT](http://blog.mgechev.com/2016/08/14/ahead-of-time-compilation-angular-offline-precompilation/) | * Better start-up time due to [AoT](http://blog.mgechev.com/2016/08/14/ahead-of-time-compilation-angular-offline-precompilation/) | ||||||
| 
 | 
 | ||||||
|  | @ -67,12 +67,12 @@ | ||||||
| 
 | 
 | ||||||
| # 1.1.2 (2016-08-21) | # 1.1.2 (2016-08-21) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * Revert "Fix markdown newlines to be GFM" (#82) | * Revert "Fix markdown newlines to be GFM" ([#82](https://github.com/Rebilly/ReDoc/issues/82)) | ||||||
| * Move license and contact info above description | * Move license and contact info above description | ||||||
| 
 | 
 | ||||||
| # 1.1.1 (2016-08-21) | # 1.1.1 (2016-08-21) | ||||||
| ### Bug fixes | ### Bug fixes | ||||||
| * Fix markdown newlines to be GFM (#82) | * Fix markdown newlines to be GFM ([#82](https://github.com/Rebilly/ReDoc/issues/82)) | ||||||
| * Fix markdown code blocks in api description | * Fix markdown code blocks in api description | ||||||
| 
 | 
 | ||||||
| # 1.1.0 (2016-08-12) | # 1.1.0 (2016-08-12) | ||||||
|  | @ -83,8 +83,8 @@ | ||||||
| 
 | 
 | ||||||
| ### Features/Improvements | ### Features/Improvements | ||||||
| 
 | 
 | ||||||
| * Add Tuple support (arrays with separate schema for each value) (#69) | * Add Tuple support (arrays with separate schema for each value) ([#69](https://github.com/Rebilly/ReDoc/issues/69)) | ||||||
| * Add special representation for enum with one value (#70) | * Add special representation for enum with one value ([#70](https://github.com/Rebilly/ReDoc/issues/70)) | ||||||
| * Change `< * >` notation to `< anything >` | * Change `< * >` notation to `< anything >` | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user