Skip to content

Commit 286a2d2

Browse files
committed
v3.0.0
1 parent 2eaf6a5 commit 286a2d2

File tree

1 file changed

+112
-3
lines changed

1 file changed

+112
-3
lines changed

CHANGELOG.md

Lines changed: 112 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,148 @@
1-
## (2023-01-16)
1+
## (2023-04-30)
2+
3+
* Adds support to Java 11 (#51) ([d586bd3](https://github.com/cdimascio/dotenv-java/commit/d586bd3)), closes [#51](https://github.com/cdimascio/dotenv-java/issues/51)
4+
* v2.3.2 ([10d4f06](https://github.com/cdimascio/dotenv-java/commit/10d4f06))
5+
* v3.0.0 ([2eaf6a5](https://github.com/cdimascio/dotenv-java/commit/2eaf6a5))
6+
7+
8+
9+
## <small>2.3.2 (2023-01-16)</small>
210

311
* Implements support for quoted values (#46) ([bbfbcfa](https://github.com/cdimascio/dotenv-java/commit/bbfbcfa)), closes [#46](https://github.com/cdimascio/dotenv-java/issues/46)
412
* update dependency ([c016121](https://github.com/cdimascio/dotenv-java/commit/c016121))
513
* Update README.md ([006fc25](https://github.com/cdimascio/dotenv-java/commit/006fc25))
614
* use v2.3.0 in example ([1261b9e](https://github.com/cdimascio/dotenv-java/commit/1261b9e))
15+
* v2.3.2 ([fbc6186](https://github.com/cdimascio/dotenv-java/commit/fbc6186))
716
* v2.3.2 ([d318ce4](https://github.com/cdimascio/dotenv-java/commit/d318ce4))
817
* v2.3.2 ([6cb8616](https://github.com/cdimascio/dotenv-java/commit/6cb8616))
918

10-
## (2022-11-23)
19+
20+
21+
## <small>2.3.1 (2022-11-23)</small>
1122

1223
* Support trailing comments (#38) ([45f25e2](https://github.com/cdimascio/dotenv-java/commit/45f25e2)), closes [#38](https://github.com/cdimascio/dotenv-java/issues/38) [/github.com/bkeepers/dotenv/blob/master/lib/dotenv/parser.rb#L14-L30](https://github.com//github.com/bkeepers/dotenv/blob/master/lib/dotenv/parser.rb/issues/L14-L30)
1324
* Update README.md ([74bbe2c](https://github.com/cdimascio/dotenv-java/commit/74bbe2c))
1425
* Update README.md ([7166200](https://github.com/cdimascio/dotenv-java/commit/7166200))
26+
* v2.3.1 ([abe4108](https://github.com/cdimascio/dotenv-java/commit/abe4108))
1527
* docs: add c00ler as a contributor for code (#39) ([e52b498](https://github.com/cdimascio/dotenv-java/commit/e52b498)), closes [#39](https://github.com/cdimascio/dotenv-java/issues/39)
1628
* docs: add dizney as a contributor for code, and doc (#41) ([6d1c1cf](https://github.com/cdimascio/dotenv-java/commit/6d1c1cf)), closes [#41](https://github.com/cdimascio/dotenv-java/issues/41)
1729
* docs: add yassenb as a contributor for code (#40) ([4430c0f](https://github.com/cdimascio/dotenv-java/commit/4430c0f)), closes [#40](https://github.com/cdimascio/dotenv-java/issues/40)
1830

19-
## (2022-11-23)
2031

32+
33+
## 2.3.0 (2022-11-23)
34+
35+
* add change log ([1817cd8](https://github.com/cdimascio/dotenv-java/commit/1817cd8))
2136
* Ensure java 11 using enforcer plugin (#35) ([c2c69fc](https://github.com/cdimascio/dotenv-java/commit/c2c69fc)), closes [#35](https://github.com/cdimascio/dotenv-java/issues/35)
2237
* Fix classpath relative-to-absolute conversion in DotenvReader (#27) ([6dc4c52](https://github.com/cdimascio/dotenv-java/commit/6dc4c52)), closes [#27](https://github.com/cdimascio/dotenv-java/issues/27)
2338
* Fix license in the header (#34) ([d253407](https://github.com/cdimascio/dotenv-java/commit/d253407)), closes [#34](https://github.com/cdimascio/dotenv-java/issues/34)
39+
* Fixed dangling kotlin-dotenv link at the README.md (#23) ([d5d886f](https://github.com/cdimascio/dotenv-java/commit/d5d886f)), closes [#23](https://github.com/cdimascio/dotenv-java/issues/23)
40+
* Link Maven Central badge to the artifact page (#19) ([80c5cd6](https://github.com/cdimascio/dotenv-java/commit/80c5cd6)), closes [#19](https://github.com/cdimascio/dotenv-java/issues/19)
2441
* Precompile and reuse regular expressions (#33) ([82cf585](https://github.com/cdimascio/dotenv-java/commit/82cf585)), closes [#33](https://github.com/cdimascio/dotenv-java/issues/33)
42+
* Update CONTRIBUTING.md ([3b44b8a](https://github.com/cdimascio/dotenv-java/commit/3b44b8a))
43+
* Update CONTRIBUTING.md ([cf7605a](https://github.com/cdimascio/dotenv-java/commit/cf7605a))
44+
* Update CONTRIBUTING.md ([61488e0](https://github.com/cdimascio/dotenv-java/commit/61488e0))
45+
* Update CONTRIBUTING.md ([ed5e545](https://github.com/cdimascio/dotenv-java/commit/ed5e545))
46+
* update dep ([8793318](https://github.com/cdimascio/dotenv-java/commit/8793318))
47+
* update doc ([5c607d7](https://github.com/cdimascio/dotenv-java/commit/5c607d7))
48+
* Update Dotenv.java ([bd79cdd](https://github.com/cdimascio/dotenv-java/commit/bd79cdd))
49+
* update gitignore ([02bcb73](https://github.com/cdimascio/dotenv-java/commit/02bcb73))
50+
* update pom ([74945a5](https://github.com/cdimascio/dotenv-java/commit/74945a5))
2551
* update poms ([2f57af8](https://github.com/cdimascio/dotenv-java/commit/2f57af8))
2652
* update README ([4a04796](https://github.com/cdimascio/dotenv-java/commit/4a04796))
2753
* update README ([5ffffe3](https://github.com/cdimascio/dotenv-java/commit/5ffffe3))
2854
* Update README (#30) ([be31abb](https://github.com/cdimascio/dotenv-java/commit/be31abb)), closes [#30](https://github.com/cdimascio/dotenv-java/issues/30)
55+
* Update README.md ([7c0e6f0](https://github.com/cdimascio/dotenv-java/commit/7c0e6f0))
56+
* Update README.md ([428bc3c](https://github.com/cdimascio/dotenv-java/commit/428bc3c))
57+
* Update README.md ([be128e9](https://github.com/cdimascio/dotenv-java/commit/be128e9))
58+
* Update README.md ([3dab9c0](https://github.com/cdimascio/dotenv-java/commit/3dab9c0))
59+
* Update README.md ([bdb3a55](https://github.com/cdimascio/dotenv-java/commit/bdb3a55))
60+
* Update README.md ([51b5f2e](https://github.com/cdimascio/dotenv-java/commit/51b5f2e))
61+
* Update README.md ([fc4e98a](https://github.com/cdimascio/dotenv-java/commit/fc4e98a))
62+
* Update README.md ([393755c](https://github.com/cdimascio/dotenv-java/commit/393755c))
63+
* Update README.md ([2c1eef7](https://github.com/cdimascio/dotenv-java/commit/2c1eef7))
64+
* Update README.md ([505d39e](https://github.com/cdimascio/dotenv-java/commit/505d39e))
65+
* Update README.md ([902c7b4](https://github.com/cdimascio/dotenv-java/commit/902c7b4))
2966
* v2.2.2 ([4352c6a](https://github.com/cdimascio/dotenv-java/commit/4352c6a))
67+
* v2.2.2 ([8103047](https://github.com/cdimascio/dotenv-java/commit/8103047))
3068
* v2.2.4 ([5d60f3c](https://github.com/cdimascio/dotenv-java/commit/5d60f3c))
3169
* v2.3.0 ([7398ee6](https://github.com/cdimascio/dotenv-java/commit/7398ee6))
70+
* v2.3.0 change log ([b96165c](https://github.com/cdimascio/dotenv-java/commit/b96165c))
3271
* v2.3.0 README update ([fb48486](https://github.com/cdimascio/dotenv-java/commit/fb48486))
72+
* v3.0.1 ([dbf540c](https://github.com/cdimascio/dotenv-java/commit/dbf540c))
3373
* feat: add module info (#37) ([f69a9b3](https://github.com/cdimascio/dotenv-java/commit/f69a9b3)), closes [#37](https://github.com/cdimascio/dotenv-java/issues/37)
3474
* docs: add alexbraga as a contributor for doc (#31) ([a279af3](https://github.com/cdimascio/dotenv-java/commit/a279af3)), closes [#31](https://github.com/cdimascio/dotenv-java/issues/31)
3575
* docs: add Mooninaut as a contributor for code, test (#28) ([dd2999c](https://github.com/cdimascio/dotenv-java/commit/dd2999c)), closes [#28](https://github.com/cdimascio/dotenv-java/issues/28)
3676
* docs: fix android code example (#36) ([7fc7794](https://github.com/cdimascio/dotenv-java/commit/7fc7794)), closes [#36](https://github.com/cdimascio/dotenv-java/issues/36)
77+
* fix: remove unnecessary public modifier ([ec42ff5](https://github.com/cdimascio/dotenv-java/commit/ec42ff5))
78+
79+
80+
81+
## 2.2.0 (2020-10-15)
82+
83+
* java 8 compatibility improvements (#18) ([ca8916a](https://github.com/cdimascio/dotenv-java/commit/ca8916a)), closes [#18](https://github.com/cdimascio/dotenv-java/issues/18)
84+
85+
86+
87+
## 2.1.0 (2020-10-02)
88+
89+
* javadoc ([5a97210](https://github.com/cdimascio/dotenv-java/commit/5a97210))
90+
* javadoc ([f2edab0](https://github.com/cdimascio/dotenv-java/commit/f2edab0))
91+
* Javadoc (#7) ([1fd956c](https://github.com/cdimascio/dotenv-java/commit/1fd956c)), closes [#7](https://github.com/cdimascio/dotenv-java/issues/7)
92+
* Set theme jekyll-theme-leap-day ([19d1c2f](https://github.com/cdimascio/dotenv-java/commit/19d1c2f))
93+
* support for java 8 (#15) ([55d90af](https://github.com/cdimascio/dotenv-java/commit/55d90af)), closes [#15](https://github.com/cdimascio/dotenv-java/issues/15)
94+
* Update README.md ([ceff5c5](https://github.com/cdimascio/dotenv-java/commit/ceff5c5))
95+
* Update README.md ([d54bcf0](https://github.com/cdimascio/dotenv-java/commit/d54bcf0))
96+
* Update README.md ([03175dc](https://github.com/cdimascio/dotenv-java/commit/03175dc))
97+
* Update README.md ([7f32109](https://github.com/cdimascio/dotenv-java/commit/7f32109))
98+
* Update README.md ([5a819cb](https://github.com/cdimascio/dotenv-java/commit/5a819cb))
99+
* Update README.md ([04c565e](https://github.com/cdimascio/dotenv-java/commit/04c565e))
100+
* Update README.md ([e8832d8](https://github.com/cdimascio/dotenv-java/commit/e8832d8))
101+
* V2 (#12) ([ae3ac10](https://github.com/cdimascio/dotenv-java/commit/ae3ac10)), closes [#12](https://github.com/cdimascio/dotenv-java/issues/12)
102+
* v2 (#9) ([0ad3100](https://github.com/cdimascio/dotenv-java/commit/0ad3100)), closes [#9](https://github.com/cdimascio/dotenv-java/issues/9)
103+
* v2 docs (#10) ([40b4a9b](https://github.com/cdimascio/dotenv-java/commit/40b4a9b)), closes [#10](https://github.com/cdimascio/dotenv-java/issues/10)
104+
* v2 docs (#11) ([e0ac2dc](https://github.com/cdimascio/dotenv-java/commit/e0ac2dc)), closes [#11](https://github.com/cdimascio/dotenv-java/issues/11)
105+
106+
107+
108+
## 1.1.0 (2020-09-20)
109+
110+
* (fix) exception message ([31c36ef](https://github.com/cdimascio/dotenv-java/commit/31c36ef))
111+
* add logo ([2e07e9e](https://github.com/cdimascio/dotenv-java/commit/2e07e9e))
112+
* add logo ([37ce47b](https://github.com/cdimascio/dotenv-java/commit/37ce47b))
113+
* add logo ([3e8299a](https://github.com/cdimascio/dotenv-java/commit/3e8299a))
114+
* add logo ([d065946](https://github.com/cdimascio/dotenv-java/commit/d065946))
115+
* copy pom resource to target (#5) ([9543c45](https://github.com/cdimascio/dotenv-java/commit/9543c45)), closes [#5](https://github.com/cdimascio/dotenv-java/issues/5)
116+
* generate javadoc (#6) ([1884dab](https://github.com/cdimascio/dotenv-java/commit/1884dab)), closes [#6](https://github.com/cdimascio/dotenv-java/issues/6)
117+
* improve javadoc (#4) ([427ecea](https://github.com/cdimascio/dotenv-java/commit/427ecea)), closes [#4](https://github.com/cdimascio/dotenv-java/issues/4)
118+
* provide DotenvEntry toString(), fix execption message, and add maven example (#3) ([5a4f1e4](https://github.com/cdimascio/dotenv-java/commit/5a4f1e4)), closes [#3](https://github.com/cdimascio/dotenv-java/issues/3)
119+
* update contributing ([dc2c805](https://github.com/cdimascio/dotenv-java/commit/dc2c805))
120+
* Update README.md ([939a41f](https://github.com/cdimascio/dotenv-java/commit/939a41f))
121+
* Update README.md ([b8e5dfa](https://github.com/cdimascio/dotenv-java/commit/b8e5dfa))
122+
* Update README.md ([5d5f8b3](https://github.com/cdimascio/dotenv-java/commit/5d5f8b3))
123+
* Update README.md ([b580b0f](https://github.com/cdimascio/dotenv-java/commit/b580b0f))
124+
125+
126+
127+
## <small>1.0.2 (2020-09-19)</small>
128+
129+
* (fix) dotenv entries and entry filter ([b222562](https://github.com/cdimascio/dotenv-java/commit/b222562))
130+
* add support for default value ([4c864db](https://github.com/cdimascio/dotenv-java/commit/4c864db))
131+
* fix coveralls ([2390a2d](https://github.com/cdimascio/dotenv-java/commit/2390a2d))
132+
* initial version ([4057ea1](https://github.com/cdimascio/dotenv-java/commit/4057ea1))
133+
* openjdk 11 ([691e1c7](https://github.com/cdimascio/dotenv-java/commit/691e1c7))
134+
* update ci ([ce1da38](https://github.com/cdimascio/dotenv-java/commit/ce1da38))
135+
* update README ([8f84525](https://github.com/cdimascio/dotenv-java/commit/8f84525))
136+
* Update README.md ([f43b283](https://github.com/cdimascio/dotenv-java/commit/f43b283))
137+
* Update README.md ([24e19ac](https://github.com/cdimascio/dotenv-java/commit/24e19ac))
138+
* Update README.md ([9f11cb9](https://github.com/cdimascio/dotenv-java/commit/9f11cb9))
139+
* Update README.md ([941049c](https://github.com/cdimascio/dotenv-java/commit/941049c))
140+
* Update README.md ([54b9332](https://github.com/cdimascio/dotenv-java/commit/54b9332))
141+
* Update README.md ([50a56c3](https://github.com/cdimascio/dotenv-java/commit/50a56c3))
142+
* Update README.md ([7efa1bc](https://github.com/cdimascio/dotenv-java/commit/7efa1bc))
143+
* Update README.md ([0f37044](https://github.com/cdimascio/dotenv-java/commit/0f37044))
144+
* Update README.md ([7f2cc4f](https://github.com/cdimascio/dotenv-java/commit/7f2cc4f))
145+
* Update README.md ([af33e9c](https://github.com/cdimascio/dotenv-java/commit/af33e9c))
37146

38147

39148

0 commit comments

Comments
 (0)