Skip to content

Commit

Permalink
Adding a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Nov 11, 2015
1 parent 5356f7a commit b9656a6
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Change Log

## [Unreleased](https://github.com/marmelroy/Localize-Swift/tree/HEAD)

[Full Changelog](https://github.com/marmelroy/Localize-Swift/compare/0.5...HEAD)

**Merged pull requests:**

- Spellings [\#10](https://github.com/marmelroy/Localize-Swift/pull/10) ([jameshartt](https://github.com/jameshartt))

## [0.5](https://github.com/marmelroy/Localize-Swift/tree/0.5) (2015-11-03)
[Full Changelog](https://github.com/marmelroy/Localize-Swift/compare/0.4...0.5)

**Merged pull requests:**

- Much type-safer swift .localize implementation [\#9](https://github.com/marmelroy/Localize-Swift/pull/9) ([rshev](https://github.com/rshev))

## [0.4](https://github.com/marmelroy/Localize-Swift/tree/0.4) (2015-10-10)
[Full Changelog](https://github.com/marmelroy/Localize-Swift/compare/0.3...0.4)

**Closed issues:**

- Can not get localized string in swift files using genstrings.py [\#8](https://github.com/marmelroy/Localize-Swift/issues/8)
- Suggestion: Change the Localized\(\) method name to localized\(\) to match style best practices [\#7](https://github.com/marmelroy/Localize-Swift/issues/7)

## [0.3](https://github.com/marmelroy/Localize-Swift/tree/0.3) (2015-09-28)
[Full Changelog](https://github.com/marmelroy/Localize-Swift/compare/0.2...0.3)

## [0.2](https://github.com/marmelroy/Localize-Swift/tree/0.2) (2015-09-26)
[Full Changelog](https://github.com/marmelroy/Localize-Swift/compare/0.1...0.2)

**Closed issues:**

- Swift 2.0 Compatibility [\#6](https://github.com/marmelroy/Localize-Swift/issues/6)
- Add unit tests [\#5](https://github.com/marmelroy/Localize-Swift/issues/5)
- Add support for plurals with .stringsdict [\#4](https://github.com/marmelroy/Localize-Swift/issues/4)

## [0.1](https://github.com/marmelroy/Localize-Swift/tree/0.1) (2015-08-06)
[Full Changelog](https://github.com/marmelroy/Localize-Swift/compare/0.0.1...0.1)

**Closed issues:**

- Create Localize-Swift genstrings equivalent [\#3](https://github.com/marmelroy/Localize-Swift/issues/3)
- Add example code [\#2](https://github.com/marmelroy/Localize-Swift/issues/2)
- Add notification on language change [\#1](https://github.com/marmelroy/Localize-Swift/issues/1)

## [0.0.1](https://github.com/marmelroy/Localize-Swift/tree/0.0.1) (2015-08-05)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit b9656a6

Please sign in to comment.