Skip to content

Commit e44f488

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.1.0...v1.0.0) (2019-09-13) ### Bug Fixes * **collections:** 🐛 general translation ([a5180b0](a5180b0)), closes [#10](#10) * **file-io:** 🐛 general translation ([9b60c68](9b60c68)), closes [#9](#9) * **lambda:** 🐛 general translation ([6ffff54](6ffff54)), closes [#6](#6) * **lambda:** 🐛 ignores a functional interfaces example error ([e8ced1d](e8ced1d)), closes [#6](#6) * **localization:** 🐛 general translation ([54cd157](54cd157)), closes [#5](#5) ### Features * **collections:** 🎸 calculations, translated ([da1b2c7](da1b2c7)), closes [#10](#10) * **collections:** 🎸 collection improvements, translated ([731a4ad](731a4ad)), closes [#10](#10) * **collections:** 🎸 collections and lambda, translated ([5a0c6cc](5a0c6cc)), closes [#10](#10) * **collections:** 🎸 data search, translated ([2bc320e](2bc320e)), closes [#10](#10) * **collections:** 🎸 diamond, translated ([c7dd38c](c7dd38c)), closes [#10](#10) * **collections:** 🎸 merge map, translated ([1fecf62](1fecf62)), closes [#10](#10) * **concurrency:** 🎸 concurrent package, translated ([7d60dc8](7d60dc8)), closes [#8](#8) * **concurrency:** 🎸 execute tasks, translated ([ab329fd](ab329fd)), closes [#8](#8) * **concurrency:** 🎸 fork-join, translated ([fe0c471](fe0c471)), closes [#8](#8) * **concurrency:** 🎸 locks, translated ([e0e1023](e0e1023)), closes [#8](#8) * **file-io:** 🎸 file improvements, translated ([b74123d](b74123d)), closes [#9](#9) * **file-io:** 🎸 files, translated ([fea3267](fea3267)), closes [#9](#9) * **file-io:** 🎸 paths, translated ([3ef7e75](3ef7e75)), closes [#9](#9) * **file-io:** 🎸 recursive access, translated ([da0699d](da0699d)), closes [#9](#9) * **file-io:** 🎸 watch service, translated ([492aee3](492aee3)), closes [#9](#9) * **lambda:** 🎸 built-in interfaces, translated ([8064241](8064241)), closes [#6](#6) * **lambda:** 🎸 functional interfaces, translated ([ea63716](ea63716)), closes [#6](#6) * **lambda:** 🎸 lambda expression, translated ([322d571](322d571)), closes [#6](#6) * **lambda:** 🎸 method reference, translated ([b46764e](b46764e)), closes [#6](#6) * **localization:** 🎸 date and time, translated ([d035ae1](d035ae1)), closes [#5](#5) * **localization:** 🎸 formats, translated ([b4ccad5](b4ccad5)), closes [#5](#5) * **localization:** 🎸 locale, translated ([c321845](c321845)), closes [#5](#5) * **localization:** 🎸 resource bundle, translated ([7dd0d7f](7dd0d7f)), closes [#5](#5) * 🎸 appendix, tricks to succeed, translated ([e6cc540](e6cc540)), closes [#2](#2) * 🎸 test yourself, translated ([e627ba3](e627ba3)), closes [#2](#2) * **localization:** 🎸 time zones, translated ([b0b94e4](b0b94e4)), closes [#5](#5) * **streams:** 🎸 parallel streams, translated ([d52a7c4](d52a7c4)), closes [#7](#7) * **streams:** 🎸 using streams, translated ([de27189](de27189)), closes [#7](#7) ### BREAKING CHANGES * Portuguese content is now fully translated to English.
1 parent f932a2c commit e44f488

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# [1.0.0](https://github.com/duke-certification/java6-to-java8-en/compare/v0.1.0...v1.0.0) (2019-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **collections:** 🐛 general translation ([a5180b0](https://github.com/duke-certification/java6-to-java8-en/commit/a5180b0)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
7+
* **file-io:** 🐛 general translation ([9b60c68](https://github.com/duke-certification/java6-to-java8-en/commit/9b60c68)), closes [#9](https://github.com/duke-certification/java6-to-java8-en/issues/9)
8+
* **lambda:** 🐛 general translation ([6ffff54](https://github.com/duke-certification/java6-to-java8-en/commit/6ffff54)), closes [#6](https://github.com/duke-certification/java6-to-java8-en/issues/6)
9+
* **lambda:** 🐛 ignores a functional interfaces example error ([e8ced1d](https://github.com/duke-certification/java6-to-java8-en/commit/e8ced1d)), closes [#6](https://github.com/duke-certification/java6-to-java8-en/issues/6)
10+
* **localization:** 🐛 general translation ([54cd157](https://github.com/duke-certification/java6-to-java8-en/commit/54cd157)), closes [#5](https://github.com/duke-certification/java6-to-java8-en/issues/5)
11+
12+
13+
### Features
14+
15+
* **collections:** 🎸 calculations, translated ([da1b2c7](https://github.com/duke-certification/java6-to-java8-en/commit/da1b2c7)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
16+
* **collections:** 🎸 collection improvements, translated ([731a4ad](https://github.com/duke-certification/java6-to-java8-en/commit/731a4ad)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
17+
* **collections:** 🎸 collections and lambda, translated ([5a0c6cc](https://github.com/duke-certification/java6-to-java8-en/commit/5a0c6cc)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
18+
* **collections:** 🎸 data search, translated ([2bc320e](https://github.com/duke-certification/java6-to-java8-en/commit/2bc320e)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
19+
* **collections:** 🎸 diamond, translated ([c7dd38c](https://github.com/duke-certification/java6-to-java8-en/commit/c7dd38c)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
20+
* **collections:** 🎸 merge map, translated ([1fecf62](https://github.com/duke-certification/java6-to-java8-en/commit/1fecf62)), closes [#10](https://github.com/duke-certification/java6-to-java8-en/issues/10)
21+
* **concurrency:** 🎸 concurrent package, translated ([7d60dc8](https://github.com/duke-certification/java6-to-java8-en/commit/7d60dc8)), closes [#8](https://github.com/duke-certification/java6-to-java8-en/issues/8)
22+
* **concurrency:** 🎸 execute tasks, translated ([ab329fd](https://github.com/duke-certification/java6-to-java8-en/commit/ab329fd)), closes [#8](https://github.com/duke-certification/java6-to-java8-en/issues/8)
23+
* **concurrency:** 🎸 fork-join, translated ([fe0c471](https://github.com/duke-certification/java6-to-java8-en/commit/fe0c471)), closes [#8](https://github.com/duke-certification/java6-to-java8-en/issues/8)
24+
* **concurrency:** 🎸 locks, translated ([e0e1023](https://github.com/duke-certification/java6-to-java8-en/commit/e0e1023)), closes [#8](https://github.com/duke-certification/java6-to-java8-en/issues/8)
25+
* **file-io:** 🎸 file improvements, translated ([b74123d](https://github.com/duke-certification/java6-to-java8-en/commit/b74123d)), closes [#9](https://github.com/duke-certification/java6-to-java8-en/issues/9)
26+
* **file-io:** 🎸 files, translated ([fea3267](https://github.com/duke-certification/java6-to-java8-en/commit/fea3267)), closes [#9](https://github.com/duke-certification/java6-to-java8-en/issues/9)
27+
* **file-io:** 🎸 paths, translated ([3ef7e75](https://github.com/duke-certification/java6-to-java8-en/commit/3ef7e75)), closes [#9](https://github.com/duke-certification/java6-to-java8-en/issues/9)
28+
* **file-io:** 🎸 recursive access, translated ([da0699d](https://github.com/duke-certification/java6-to-java8-en/commit/da0699d)), closes [#9](https://github.com/duke-certification/java6-to-java8-en/issues/9)
29+
* **file-io:** 🎸 watch service, translated ([492aee3](https://github.com/duke-certification/java6-to-java8-en/commit/492aee3)), closes [#9](https://github.com/duke-certification/java6-to-java8-en/issues/9)
30+
* **lambda:** 🎸 built-in interfaces, translated ([8064241](https://github.com/duke-certification/java6-to-java8-en/commit/8064241)), closes [#6](https://github.com/duke-certification/java6-to-java8-en/issues/6)
31+
* **lambda:** 🎸 functional interfaces, translated ([ea63716](https://github.com/duke-certification/java6-to-java8-en/commit/ea63716)), closes [#6](https://github.com/duke-certification/java6-to-java8-en/issues/6)
32+
* **lambda:** 🎸 lambda expression, translated ([322d571](https://github.com/duke-certification/java6-to-java8-en/commit/322d571)), closes [#6](https://github.com/duke-certification/java6-to-java8-en/issues/6)
33+
* **lambda:** 🎸 method reference, translated ([b46764e](https://github.com/duke-certification/java6-to-java8-en/commit/b46764e)), closes [#6](https://github.com/duke-certification/java6-to-java8-en/issues/6)
34+
* **localization:** 🎸 date and time, translated ([d035ae1](https://github.com/duke-certification/java6-to-java8-en/commit/d035ae1)), closes [#5](https://github.com/duke-certification/java6-to-java8-en/issues/5)
35+
* **localization:** 🎸 formats, translated ([b4ccad5](https://github.com/duke-certification/java6-to-java8-en/commit/b4ccad5)), closes [#5](https://github.com/duke-certification/java6-to-java8-en/issues/5)
36+
* **localization:** 🎸 locale, translated ([c321845](https://github.com/duke-certification/java6-to-java8-en/commit/c321845)), closes [#5](https://github.com/duke-certification/java6-to-java8-en/issues/5)
37+
* **localization:** 🎸 resource bundle, translated ([7dd0d7f](https://github.com/duke-certification/java6-to-java8-en/commit/7dd0d7f)), closes [#5](https://github.com/duke-certification/java6-to-java8-en/issues/5)
38+
* 🎸 appendix, tricks to succeed, translated ([e6cc540](https://github.com/duke-certification/java6-to-java8-en/commit/e6cc540)), closes [#2](https://github.com/duke-certification/java6-to-java8-en/issues/2)
39+
* 🎸 test yourself, translated ([e627ba3](https://github.com/duke-certification/java6-to-java8-en/commit/e627ba3)), closes [#2](https://github.com/duke-certification/java6-to-java8-en/issues/2)
40+
* **localization:** 🎸 time zones, translated ([b0b94e4](https://github.com/duke-certification/java6-to-java8-en/commit/b0b94e4)), closes [#5](https://github.com/duke-certification/java6-to-java8-en/issues/5)
41+
* **streams:** 🎸 parallel streams, translated ([d52a7c4](https://github.com/duke-certification/java6-to-java8-en/commit/d52a7c4)), closes [#7](https://github.com/duke-certification/java6-to-java8-en/issues/7)
42+
* **streams:** 🎸 using streams, translated ([de27189](https://github.com/duke-certification/java6-to-java8-en/commit/de27189)), closes [#7](https://github.com/duke-certification/java6-to-java8-en/issues/7)
43+
44+
45+
### BREAKING CHANGES
46+
47+
* Portuguese content is now fully translated to English.
48+
149
# [0.1.0](https://github.com/duke-certification/java6-to-java8-en/compare/v0.0.1...v0.1.0) (2019-09-11)
250

351

0 commit comments

Comments
 (0)