Skip to content

Commit d59c5fb

Browse files
authored
Merge pull request #7 from iosphere/feature/release-1.0.1
Feature/release 1.0.1
2 parents 9040a86 + 704fe78 commit d59c5fb

File tree

3 files changed

+349
-189
lines changed

3 files changed

+349
-189
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## 1.0.1 (July 28, 2017)
2+
3+
### Bug fixes
4+
5+
* Do not break on CSV with additional columns
6+
* Fix placeholders in formatted elements
7+
8+
## 1.0.0 (April 03, 2017)
9+
10+
### Features
11+
12+
* Core library is now available as an elm-package
13+
* Added documentation
14+
15+
## 0.6.0 (March 29, 2017)
16+
17+
### Features
18+
19+
* Add support for PO file import and export
20+
* Add elm-code writer to make adding new formats easier
21+
22+
## 0.5.4 (March 27, 2017)
23+
24+
### Bug fixes
25+
26+
* Improve handling of comments containing new lines and hyphens
27+
28+
## 0.5.3 (March 27, 2017)
29+
30+
### Bug fixes
31+
32+
* Fix export for Translations in submodules
33+
34+
## 0.5.2 (March 27, 2017)
35+
36+
### Bug fixes
37+
38+
* Fix copy phase flags
39+
40+
## 0.5.1 (March 27, 2017)
41+
42+
* First public release

0 commit comments

Comments
 (0)