Skip to content

Commit

Permalink
Improved Markdown rendering in Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skreutzberger authored Jun 22, 2017
1 parent 91166f2 commit b1ed41c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

----
<br/>

## 1.3.0 (2017-06-22)

##### Added
Expand All @@ -13,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Support for more watchOS versions by [@basememara](https://github.com/basememara)

<br/>

## 1.2.2 (2017-05-04)

##### Fixed
Expand All @@ -21,27 +23,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Issue while building on a case-sensitive file system by [@alex-can](https://github.com/alex-chan)

<br/>

## 1.2.1 (2017-04-24)

##### Fixed

- Logic issue in filter by [@rajatk](https://github.com/rajatk)

<br/>

## 1.2.0 (2017-04-11)

##### Added

- Google Cloud / Stackdriver destination by [@lgaches](https://github.com/lgaches)

<br/>

## 1.1.4 (2017-03-28)

##### Added

- console destination property `.useTerminalColors` by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.1.3 (2017-02-22)

##### Added
Expand All @@ -60,6 +66,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 1.1.2 (2017-02-16)

##### Added
Expand All @@ -74,41 +81,47 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `Public` is now `Open` in `SwiftyBeaver.swift` by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.1.1 (2016-10-28)

##### Added

- Support for Xcode 8.1 by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.1.0 (2016-10-12)

##### Added

- Support for server-side Swift (macOS & Linux) by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.0.3 (2016-09-21)

##### Changed

- New format key `$Z` outputs datetime as UTC by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.0.2 (2016-09-19)

##### Changed

- Lowercase enum cases (`.Debug` -> `.debug`) to match Swift 3 convention by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.0.1 (2016-09-17)

##### Added

- Colored log level indicators for Xcode 8 Console by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 1.0.0 (2016-09-15)

##### Added
Expand All @@ -127,6 +140,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- swift3 branch & tag 0.0.0 by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.7.0 (2016-09-09)

##### Added
Expand All @@ -139,6 +153,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- .detailOutput, .colored & .coloredLines properties by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.6.5 (2016-07-29)

##### Changed
Expand All @@ -150,6 +165,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Broken support for tvOS in platform destination by [@markj](https://github.com/markj)

<br/>

## 0.6.4 (2016-07-28)

##### Added
Expand All @@ -165,6 +181,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Potential issue when setting a platform sending threshold of lower than 1 by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.6.3 (2016-06-29)

##### Added
Expand All @@ -177,6 +194,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Dedicated log level filter by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.6.2 (2016-06-21)

##### Added
Expand All @@ -200,6 +218,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Filter `required` argument defines AND (`required: true`) or OR (`required: false`) relation between filters by [@JeffBNimble](https://github.com/JeffBNimble)

<br/>

## 0.6.0 (2016-06-07)

##### Added
Expand All @@ -223,6 +242,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Memory leak in string manipulation by [@dkalachov](https://github.com/dkalachov)

<br/>

## 0.5.3 (2016-05-11)

##### Added
Expand All @@ -235,6 +255,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Lowered minimum OSX version to 10.10 for CocoaPods by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.5.2 (2016-05-02)

##### Added
Expand All @@ -247,6 +268,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Adjusted file destination colors to match SwiftyBeaver Mac App UI by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.5.1 (2016-04-28)

##### Added
Expand All @@ -260,6 +282,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Issue with overwritten analytics data by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.5.0 (2016-04-19)

##### Added
Expand All @@ -276,6 +299,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Optimized codebase for Swift 2.2, Swift 3 & Xcode 7.3 by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.4.1 (2016-03-11)

##### Added
Expand All @@ -285,6 +309,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Internal linting of code base by [@skreutzberger](https://github.com/skreutzberger)

<br/>

## 0.4.0 (2016-03-04)

##### Added
Expand All @@ -298,20 +323,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Default log file directory for iOS, tvOS & watchOS is an app’s cache directory by [@xeo-it](https://github.com/xeo-it)

<br/><br/>

## 0.3.5 (2016-02-24)

##### Changed

- Optimized performance by letting log functions take @autoclosure by [@reesemclean](https://github.com/reesemclean)

<br/>

## 0.3.4 (2016-02-23)

##### Changed

- Optimized writing to log file by [@skreutzberger](https://github.com/skreutzberger). Thanks go to [Andy Chou](https://twitter.com/_achou) for pointing on it.

<br/>

## 0.3.3 (2016-02-09)

##### Added
Expand All @@ -324,6 +352,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.3.2 (2016-02-04)

##### Added
Expand All @@ -333,6 +362,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.3.1 (2016-01-11)

##### Added
Expand All @@ -342,6 +372,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.3.0 (2015-12-11)

#### Added
Expand All @@ -351,6 +382,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/><br/>

## 0.2.5 (2015-12-10)

#### Added
Expand All @@ -361,6 +393,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.2.4 (2015-12-09)

#### Added
Expand All @@ -373,6 +406,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.2.3 (2015-12-09)

#### Added
Expand All @@ -381,6 +415,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.2.2 (2015-12-09)

#### Added
Expand All @@ -393,6 +428,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.2.1 (2015-12-06)

#### Added
Expand All @@ -402,6 +438,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.2.0 (2015-12-05)

#### Added
Expand All @@ -428,6 +465,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).


<br/>

## 0.1.0 (2015-11-28)

#### Added
Expand Down

0 comments on commit b1ed41c

Please sign in to comment.