forked from soc/scala-java-time
-
Notifications
You must be signed in to change notification settings - Fork 33
/
changes.xml
403 lines (401 loc) · 14.5 KB
/
changes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<?xml?>
<document>
<properties>
<title>Changes</title>
<author>Carlos Quiroz (Scala port and maintainer)</author>
<author>Simon Ochsenreither (Scala port)</author>
<author>Stephen Colebourne (Java version)</author>
</properties>
<body>
<!-- types are add, fix, remove, update -->
<release version="2.0.0-RC3" date="" description="v2.0.0-RC3">
<action dev="cquiroz" type="update" >
Support scala.js 0.6.28
</action>
<action dev="cquiroz" type="update" >
Support scala.js 1.0.0-M8
</action>
<action dev="cquiroz" type="update" >
Support scala 2.13.0
</action>
</release>
<!-- types are add, fix, remove, update -->
<release version="2.0.0-RC2" date="" description="v2.0.0-RC2">
<action dev="cquiroz" type="update" >
Support scala.js 0.6.27
</action>
<action dev="cquiroz" type="update" >
Support scala.js 1.0.0-M7
</action>
<action dev="cquiroz" type="update" >
Support scala 2.13.0-RC2
</action>
</release>
<!-- types are add, fix, remove, update -->
<release version="2.0.0-RC1" date="" description="v2.0.0-RC1">
<action dev="cquiroz" type="update" >
Improved implementation of ZoneMap
</action>
<action dev="cquiroz" type="update" >
Support scala.js 0.6.26
</action>
<action dev="cquiroz" type="update" >
Support scala.js 1.0.0-M6
</action>
<action dev="cquiroz" type="update" >
Support scala 2.13.0-M5
</action>
<action dev="cquiroz" type="update" >
Update scala-java-locales to v0.3.12-cldr34
</action>
<action dev="cquiroz" type="update" >
Remove DateTimeUtils
</action>
<action dev="cquiroz" type="fix" >
Support tzdb 2018f
</action>
<action dev="cquiroz" type="update" >
Internal refactorings to reduce size
</action>
<action dev="cquiroz" type="fix" >
Fix for parsing the new tzdb db with negative offsets and save
</action>
<action dev="pithu" type="fix" >
Fix for parsing during DST overlap.
See #77.
</action>
<action dev="pamalyshev" type="add" >
Add DateTimeTextProvider.setInstance() to allow the provider to be replaced.
See #69 and #70.
</action>
<action dev="cquiroz" type="upstream" >
Avoid copying the set of available time-zone IDs
</action>
</release>
<release version="2.0.0-M13" date="2018-02-21" description="v2.0.0-M13">
<action dev="cquiroz" type="update" >
Update to scala.js 0.6.22
</action>
<action dev="cquiroz" type="update" >
Updated tzdb to 2018c
</action>
<action dev="cquiroz" type="update" >
Split packages for test and tzdb
</action>
<action dev="cquiroz" type="update" >
Updated to scala 2.12.4
</action>
<action dev="cquiroz" type="update" >
Updated to scala 2.11.12
<action dev="cquiroz" type="update" >
Support scala.js 1.0.0-M3
</action>
<action dev="cquiroz" type="update" >
Use sbt-tzdb to build the timezone db
</action>
<action dev="cquiroz" type="update" >
Publish only the java.time package
</action>
</release>
<release version="2.0.0-M12" date="2017-06-06" description="v2.0.0-M12">
<action dev="cquiroz" type="update" >
Update to scala.js 0.6.17
</action>
</release>
<release version="2.0.0-M11" date="2017-04-16" description="v2.0.0-M11">
<action dev="cquiroz" type="update" >
Support Hijrah chronology on scala.js
</action>
<action dev="cquiroz" type="update" >
Update to scala 2.12.2
</action>
<action dev="cquiroz" type="update" >
Update to scala 2.11.8
</action>
<action dev="cquiroz" type="update" >
Port all tests to scalatest
</action>
<action dev="alonsodomin" type="update" >
Support localized timezone names
</action>
</release>
<!-- types are add, fix, remove, update -->
<release version="2.0.0-M10" date="2017-04-16" description="v2.0.0-M10">
<action dev="cquiroz" type="update" >
Updated to scala.js 0.6.15
</action>
<action dev="cquiroz" type="update" >
Updated time zone db to 2017b
</action>
<action dev="cquiroz" type="update" >
Updated to scala-java-locales 0.3.3
</action>
<action dev="cquiroz" type="update" >
Improved detection of the default timezone in browsers
</action>
</release>
<release version="2.0.0-M9" date="2017-02-19" description="v2.0.0-M9">
<action dev="cquiroz" type="update" >
Provide source map mappings
</action>
<action dev="cquiroz" type="update" >
Fixed missing compareTo methods
</action>
<action dev="cquiroz" type="update" >
Updated to scala-java-locales 0.3.2
</action>
<action dev="cquiroz" type="update" >
Don't include the java.time package on the jvm bundle
</action>
<action dev="cquiroz" type="update" >
Update time zone db to 2017a
</action>
<action dev="Daxten" type="update" >
Attempt to guess the default timezone
</action>
</release>
<release version="2.0.0-M8" date="2017-02-19" description="v2.0.0-M8">
<action dev="cquiroz" type="update" >
Added support for timezones
</action>
</release>
<release version="2.0.0-M7" date="2017-01-16" description="v2.0.0-M7">
<action dev="cquiroz" type="update" >
Downgrade to scala-java-locales 0.3.1-cldr30 to reduce the exported js size
</action>
</release>
<release version="2.0.0-M6" date="2016-12-08" description="v2.0.0-M6">
<action dev="cquiroz" type="update" >
Exports in both org.threeten.bp and java.time packages
</action>
<action dev="cquiroz" type="update" >
Published under a new organization
</action>
</release>
<release version="2.0.0-M5" date="2016-11-08" description="v2.0.0-M5">
<action dev="cquiroz" type="fix" >
Fix #47: Test failures on TestDateTimeFormatters on Scala 2.12
</action>
</release>
<release version="2.0.0-M4" date="2016-11-06" description="v2.0.0-M4">
<action dev="cquiroz" type="update" >
Update locales version using CLDR 30
</action>
</release>
<release version="2.0.0-M3" date="2016-08-09" description="v2.0.0-M3">
<action dev="soc" type="update" >
Cherry-pick fixes from upstream.
</action>
<action dev="ivern" type="add" >
Add support for Scala 2.10.
</action>
<action dev="soc" type="fix" >
Replace JUnit/TestNG-via-ScalaTest with real TestNG testing.
</action>
<action dev="soc" type="fix" >
Add platform forwarders for String#toLowerCase(Locale.ENGLISH) to fix crash during parsing/formatting.
</action>
</release>
<release version="2.0.0-M2" date="2016-07-25" description="v2.0.0-M2">
<action dev="soc" type="update" >
Update dependency on scala-java-locales to 0.3.0.
</action>
<action dev="soc" type="fix" >
Address a test failure on 2.12.0-M5 due to changes in scalac's name mangling.
</action>
<action dev="soc" type="fix" >
Enable tests that were silently ignored due to signature mismtaches in @DataProviders or missing test parents.
</action>
<action dev="soc" type="remove" >
Remove scala.collection.JavaConversions, avoiding one layer of collection wrapping.
</action>
<action dev="soc" type="fix" >
Replace ServiceLoader usage in shared/ with forwarders to platform-dependent implementations.
</action>
</release>
<release version="2.0.0-M1" date="2016-07-13" description="v2.0.0-M1">
<action dev="soc" type="remove" >
Remove DateTimeFormatterBuilder's dependency on java.util.TreeMap.
</action>
<action dev="cquiroz" type="update" >
Update dependency on scala-java-locales to 0.2.0.
</action>
<action dev="soc" type="remove" >
Remove superfluous, duplicated implementations in chrono.{...}Era.
</action>
<action dev="soc" type="remove" >
Remove dependencies on sun.util.calendar.*.
</action>
<action dev="soc" type="update" >
Update build configuration for upcoming publication.
</action>
<action dev="soc" type="add" >
Add stubs for TimeZone, Calendar, GregorianCalendar.
</action>
<action dev="soc" type="fix" >
Use JVM's CLDR data for locales and work around differences.
</action>
<action dev="cquiroz" type="add" >
Add dependency on scala-java-locales to support locale-dependent operations.
</action>
</release>
<release version="2.0.0-M0" date="2016-07-09 (not published)" description="v2.0.0-M0">
<action dev="soc" type="fix" >
Replace Java code with Scala code.
</action>
</release>
<release version="1.3.3" date="SNAPSHOT" description="v1.3.3">
<action dev="jodastephen" type="update" >
Update to time-zone data 2016j.
</action>
<action dev="jodastephen" type="fix" >
Avoid referring to JDK internal packages.
</action>
<action dev="jodastephen" type="update" >
Update to time-zone data 2016f.
</action>
<action dev="jodastephen" type="fix" >
Chronology.resolveDate() should be abstract.
Fixes #48.
</action>
<action dev="kemokid" type="fix" >
Fix HijrahDate aligned-day-of-month field.
Fixes #47.
</action>
</release>
<release version="1.3.2" date="SNAPSHOT" description="v1.3.2">
<action dev="jodastephen" type="fix" >
Graceful fallback when printing time-zone name.
Fixes #44.
</action>
<action dev="jodastephen" type="fix" >
Ensure LocalDate.ofEpochDay() is correctly validated.
Fixes #39.
</action>
<action dev="jodastephen" type="fix" >
Remove unnecessary code.
Fixes #41.
</action>
</release>
<release version="1.3.1" date="2015-09-01" description="v1.3.1">
<action dev="jodastephen" type="update" >
Update to time-zone data 2015f.
</action>
<action dev="sschaap" type="fix" >
Avoid exceptions when querying time-zone transitions on certain zones.
Fixes #34.
</action>
</release>
<release version="1.3" date="2015-07-15" description="v1.3">
<action dev="jodastephen" type="update" >
Update to time-zone data 2015e.
</action>
<action dev="jodastephen" type="add" >
Produce a no-tzdb jar file.
A second jar file is now located in Maven Central with the classifier "no-tzdb".
This is the same as the main threetenbp jar file, except that the tzdb data and TZDB compiler are omitted.
This is intended for use by Android, but could be used in other environments.
The default behaviour in the standard jar file is unchanged, with time-zone data included in the jar file.
Fixes #29.
</action>
<action dev="jodastephen" type="fix" >
Remove leap seconds data, as not in the JDK.
</action>
<action dev="paplorinc" type="fix" >
Fix loading of multiple versions of tzdb data.
Fixes #28.
</action>
<action dev="jodastephen" type="fix" >
Fix Javadoc in Duration.
Fixes #24.
</action>
</release>
<release version="1.2" date="2014-12-09" description="v1.2">
<action dev="jodastephen" type="update" >
Update to time-zone data 2015d.
</action>
<action dev="jodastephen" type="fix" >
Fix parsing of Etc/GMT+1 and similar zones which have a longer form like Etc/GMT+10.
Fixes #21.
</action>
<action dev="jodastephen" type="fix" >
Remove references to LocaleServiceProvider.
Fixes #22.
</action>
</release>
<release version="1.1" date="2014-10-24" description="v1.1">
<action dev="jodastephen" type="update" >
Update to time-zone data 2014i.
Fixes #19.
</action>
<action dev="jodastephen" type="fix" >
Be more OSGi friendly wrt JDK internal packages.
Fixes #14, #15.
</action>
<action dev="jodastephen" type="fix" >
Fix parsing of Durations between 0 and -1 seconds.
</action>
</release>
<release version="1.0" date="2014-07-01" description="v1.0">
<action dev="jodastephen" type="fix" >
Fix Chronology text missing from jar.
</action>
<action dev="jodastephen" type="fix" >
Try to be more OSGi friendly.
Fixes #4.
</action>
<action dev="jodastephen" type="add" >
Backport to JDK 6.
Fixes #11.
</action>
<action dev="jodastephen" type="add" >
Add DateTimeUtils to simulate methods added to JDK classes.
Fixes #5.
</action>
<action dev="jodastephen" type="fix" >
Fix Instant parsing.
Fixes #10.
</action>
<action dev="jodastephen" type="add" >
Ensure OSGi information is in pom.
Fixes #9.
</action>
</release>
<release version="0.9" date="2014-05-16" description="v0.9">
<action dev="jodastephen" type="update">
Update to match JDK 8u20.
</action>
<action dev="jodastephen" type="update">
Move to Eclipse m2e and update pom.
</action>
</release>
<release version="0.8.1" date="2013-03-12" description="v0.8.1">
<action dev="jodastephen" type="fix">
Fix Period.minus(Period)
</action>
</release>
<release version="0.8" date="2013-03-08" description="v0.8">
<action dev="jodastephen" type="update">
Update to JDK 8 milestone 7
</action>
</release>
<release version="0.7.2" date="2013-02-06" description="v0.7.2">
<action dev="jodastephen" type="fix">
Fix parsing of "UTC" and "GMT" as time-zones
</action>
</release>
<release version="0.7.1" date="2013-01-30" description="v0.7.1">
<action dev="jodastephen" type="fix">
Use better class loader for TZDB file
</action>
<action dev="jodastephen" type="fix">
Fix bug in calculation of quarter between
</action>
</release>
<release version="0.7" date="2013-01-18" description="v0.7">
<action dev="jodastephen" type="add">
Create backport of ThreeTen/JSR-310 match JDK 8 milestone 6
</action>
</release>
</body>
</document>