TestCase: improve error messages for comparisons
[nikiroo-utils.git] / changelog.md
CommitLineData
b771aed5
NR
1# nikiroo-utils
2
4110f63b
NR
3## Version 4.3.0
4
5- New: IOUtils.Unzip()
6
e772626b
NR
7## Version 4.2.1
8
9- Fix small bug in Downloader
10
1ca23ef7 11## Version 4.2.0
9695f591 12
1ca23ef7 13- New getLanguage() in TransBundle
9695f591 14
6f0d5ab1
NR
15## Version 4.1.0
16
17- New TempFiles (Image.java now uses it instead of memory)
18- Auto cache cleaning + better errors in ImageUtilsAndroid
19- New String justification options
20
e8aa5bf9
NR
21## Version 4.0.1
22
23- Android compatibility (see configure.sh --android=yes)
24
80500544
NR
25## Version 4.0.0
26
27- Deplace all dependencies on java.awt into its own package (ui)
28
f4053377
NR
29## Version 3.1.6
30
31- Fix Serialiser issue with custom objects and String in a custom object
32- Fix Progress/ProgressBar synchronisation issues
33- Fix Bridge default maxPrintSize parameter
34
d827da2a
NR
35## Version 3.1.5
36
37- Fix Cache with no-parent file
38- Fix Progress (Error <> RuntimeException)
39
0ff71477
NR
40## Version 3.1.4
41
42- Fix error handling for tracers in Server
43
4b7d32e7
NR
44## Version 3.1.3
45
46- Fix ImageUtils.fromStream with non-resetable streams
47
217a3310
NR
48## Version 3.1.2
49
50- Fix Server regarding the client version passed to the handler
51- Improve ServerBridge options
52
452f38c8
NR
53## Version 3.1.1
54
55- Some fixes and trace handling changes in ServerBridge
56- Some fixes in Import/Export (objects serialisation)
57
8537d55a
NR
58## Version 3.1.0
59
60- New ServerBridge (including tests)
61
79ce1a49 62## Version 3.0.0
f157aed8
NR
63
64- jDoc
65- Fix bugs in Server (it was not possible to send objects back to client)
79ce1a49
NR
66- Improve code in Server (including tests), breaks API
67- Remove some deprecated things
f157aed8 68
530d4062
NR
69## Version 2.2.3
70
71- Fix in readSmallStream
72- Change traces handling
73
2ee6c205
NR
74## Version 2.2.2
75
76- New method in Cache: manually delete items
77
5e66d142
NR
78## Version 2.2.1
79
80- Small fixes, especially in Progress
81
16c492f5
NR
82## Version 2.2.0
83
84- New classes:
85 - Downloader: download URL from recalcitrant websites
86 - Cache: manage a local cache
87
3f8349b7
NR
88## Version 2.1.0
89
90- Better IOUtils
91
b771aed5
NR
92## Version 2.0.0
93
94- API change
95 - IOUtils is now split between itself and ImageUtils -- some changes required in dependant projects
96 - Some slight renaming in StringUtils/IOUtils/ImageUtils
97
98- New class ImageText
99 - To create ASCII art
100
101## Version 1.6.3
102
103- Version.java
104 - Fix toString issues + test + update scripts
105
106## Version 1.6.2
107
108- Version.java
109 - Now supports "tag" on the versions (i.e., 0.0.4-niki1 -> tag is "niki", tagVersion is 1)
110
111## Version 1.6.1
112
113- Serialisation utilities
114 - Now supports enums and BufferedImages
115
116## Version 1.6.0
117
118- Serialisation utilities
119 - Server class to send/receive objects via network easily
120 - Serialiser now supports Arrays + fixes
121
122## Version 1.5.1
123
124- Serialisation utilities
125 - SerialUtils is now public and can be used to dynamically create an Object
126 - The Importer is now easier to use
127
128## Version 1.5.0
129
130- Bundles: change in Bundles and meta data
131 - The meta data is more complete now, but it breaks compatibility with both Bundles and @Meta
132 - A description can now be added to a bundle item in the graphical editor as a tooltip
133
134- Serialisation utilities
135 - A new set of utilities to quickly serialise objects
136
137## Version 1.4.3
138
139- Bugfix: unhtml
140 - Also replace non-breakable spaces by normal spaces
141
142## Version 1.4.2
143
144- Bugfix: Deltree
145 - Deltree was not OK for files...
146
147## Version 1.4.1
148
149- Progress
150 - Better handling of min==max case
151 - New methods .done() and .add(int step)
152
153## Version 1.4.0
154
155- R/W Bundles
156 - Bundle is now Read/Write
157
158- Bundle Configuration
159 - New UI controls to configure the Bundles graphically
160
161## Version 1.3.6
162
163- Fix for Java 1.6 compat
164 - Java 1.6 cannot compile it due to variables with ambigous names (which
165 - Java 1.8 can identify)
166
167## Version 1.3.5
168
169- Improve ProgressBar UI
170 - It now shows all the progression bars of the different steps of progression at the same time
171
172## Version 1.3.4
173
174- Improve TestCase error reporting
175 - We know display the full stack trace even for AssertionErrors
176
177- Extends Version
178 - ...with new methods: isOlderThan(Version) and isNewerThan(Version)
179
180## Version 1.3.3
181
182- New Version class
183 - Which can parse versions from the running program
184
185## Version 1.2.3
186
187- Add openResource and getVersion in IOUtils
188 - The file VERSION is supposed to exist
189
190- Give more informartion on AssertErrors
191 - The TestCase were not always helpful in case of AssertExceptions; they now print the stacktrace (they only used to do it for non-assert exceptions)
192
193- Fix configure.sh
194 - The VERSION file was not added, the Main method was not the correct one (so it was not producing working runnable JAR, yet it stated so)
195
196## Version 1.2.2
197
198- Fix bug in Bundle regarding \t handling
199 - ...tests should be written (later)
200
201## Version 1.2.1
202
203- New drawEllipse3D method
204 - ...in UIUtils
205
206## Version 1.1.1
207
208- Add UI component for Progress
209 - Still a WIP, it only show the current progress bar, still not the children bars (it's planned)
210
211## Version 1.1.0
212
213- Add progress reporting, move to ui package
214 - A new progress reporting system (and tests) in the new ui package (some other classes have been moved into ui, too: WrapLayout and UIUtils)
215
216## Version 1.0.0
217
218- Add WrapLayout and UIUtils
219 - A FlowLayout that automatically wrap to the next line (from existing code found on internet) and a method to set a fake-native look & feel
220
221## Version 0.9.7
222
223- Improve toImage and allow non-resetable InputStreams
224 - ...though they are then automatically saved onto disk then re-opened, then the file is deleted at the end of the process -- bad perfs
225 - Worse, it does it even if no EXIF metadata are present (because it cannot know that before reading the Stream, and cannot save a partially, non-resetable Stream to disk)
226
227- Reoarganize some methods from String to IO
228
229## Version 0.9.6
230
231- New test system
232 - Now some unit tests have been added, as well as the support classes
233
234## Version 0.9.5
235
236- Resource bundle bug
237 - UTF-8 strings were sometimes wrangled
238 - It is fixed by using a Bundle#Control, whih sadly is only available in Java 1.6+
239
240## Version 0.9.4
241
242- Compatibility bug
243 - Again... because of some useless imports made there for a wrong jDoc comment
244
245## Version 0.9.3
246
247- Compatibility bug
248 - The library did not work with JDK versions prior to 1.8 because of a dependency on Base64
249 - A new (public domain) class was used instead, which is compatible with Java 1.5 this time
250
251## Version 0.9.2
252
253- Initial version
254 - ...on GIT
255