Update Server, breaks API + remove deprecated
[nikiroo-utils.git] / changelog.md
CommitLineData
b771aed5
NR
1# nikiroo-utils
2
79ce1a49 3## Version 3.0.0
f157aed8
NR
4
5- jDoc
6- Fix bugs in Server (it was not possible to send objects back to client)
79ce1a49
NR
7- Improve code in Server (including tests), breaks API
8- Remove some deprecated things
f157aed8 9
530d4062
NR
10## Version 2.2.3
11
12- Fix in readSmallStream
13- Change traces handling
14
2ee6c205
NR
15## Version 2.2.2
16
17- New method in Cache: manually delete items
18
5e66d142
NR
19## Version 2.2.1
20
21- Small fixes, especially in Progress
22
16c492f5
NR
23## Version 2.2.0
24
25- New classes:
26 - Downloader: download URL from recalcitrant websites
27 - Cache: manage a local cache
28
3f8349b7
NR
29## Version 2.1.0
30
31- Better IOUtils
32
b771aed5
NR
33## Version 2.0.0
34
35- API change
36 - IOUtils is now split between itself and ImageUtils -- some changes required in dependant projects
37 - Some slight renaming in StringUtils/IOUtils/ImageUtils
38
39- New class ImageText
40 - To create ASCII art
41
42## Version 1.6.3
43
44- Version.java
45 - Fix toString issues + test + update scripts
46
47## Version 1.6.2
48
49- Version.java
50 - Now supports "tag" on the versions (i.e., 0.0.4-niki1 -> tag is "niki", tagVersion is 1)
51
52## Version 1.6.1
53
54- Serialisation utilities
55 - Now supports enums and BufferedImages
56
57## Version 1.6.0
58
59- Serialisation utilities
60 - Server class to send/receive objects via network easily
61 - Serialiser now supports Arrays + fixes
62
63## Version 1.5.1
64
65- Serialisation utilities
66 - SerialUtils is now public and can be used to dynamically create an Object
67 - The Importer is now easier to use
68
69## Version 1.5.0
70
71- Bundles: change in Bundles and meta data
72 - The meta data is more complete now, but it breaks compatibility with both Bundles and @Meta
73 - A description can now be added to a bundle item in the graphical editor as a tooltip
74
75- Serialisation utilities
76 - A new set of utilities to quickly serialise objects
77
78## Version 1.4.3
79
80- Bugfix: unhtml
81 - Also replace non-breakable spaces by normal spaces
82
83## Version 1.4.2
84
85- Bugfix: Deltree
86 - Deltree was not OK for files...
87
88## Version 1.4.1
89
90- Progress
91 - Better handling of min==max case
92 - New methods .done() and .add(int step)
93
94## Version 1.4.0
95
96- R/W Bundles
97 - Bundle is now Read/Write
98
99- Bundle Configuration
100 - New UI controls to configure the Bundles graphically
101
102## Version 1.3.6
103
104- Fix for Java 1.6 compat
105 - Java 1.6 cannot compile it due to variables with ambigous names (which
106 - Java 1.8 can identify)
107
108## Version 1.3.5
109
110- Improve ProgressBar UI
111 - It now shows all the progression bars of the different steps of progression at the same time
112
113## Version 1.3.4
114
115- Improve TestCase error reporting
116 - We know display the full stack trace even for AssertionErrors
117
118- Extends Version
119 - ...with new methods: isOlderThan(Version) and isNewerThan(Version)
120
121## Version 1.3.3
122
123- New Version class
124 - Which can parse versions from the running program
125
126## Version 1.2.3
127
128- Add openResource and getVersion in IOUtils
129 - The file VERSION is supposed to exist
130
131- Give more informartion on AssertErrors
132 - 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)
133
134- Fix configure.sh
135 - 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)
136
137## Version 1.2.2
138
139- Fix bug in Bundle regarding \t handling
140 - ...tests should be written (later)
141
142## Version 1.2.1
143
144- New drawEllipse3D method
145 - ...in UIUtils
146
147## Version 1.1.1
148
149- Add UI component for Progress
150 - Still a WIP, it only show the current progress bar, still not the children bars (it's planned)
151
152## Version 1.1.0
153
154- Add progress reporting, move to ui package
155 - A new progress reporting system (and tests) in the new ui package (some other classes have been moved into ui, too: WrapLayout and UIUtils)
156
157## Version 1.0.0
158
159- Add WrapLayout and UIUtils
160 - 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
161
162## Version 0.9.7
163
164- Improve toImage and allow non-resetable InputStreams
165 - ...though they are then automatically saved onto disk then re-opened, then the file is deleted at the end of the process -- bad perfs
166 - 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)
167
168- Reoarganize some methods from String to IO
169
170## Version 0.9.6
171
172- New test system
173 - Now some unit tests have been added, as well as the support classes
174
175## Version 0.9.5
176
177- Resource bundle bug
178 - UTF-8 strings were sometimes wrangled
179 - It is fixed by using a Bundle#Control, whih sadly is only available in Java 1.6+
180
181## Version 0.9.4
182
183- Compatibility bug
184 - Again... because of some useless imports made there for a wrong jDoc comment
185
186## Version 0.9.3
187
188- Compatibility bug
189 - The library did not work with JDK versions prior to 1.8 because of a dependency on Base64
190 - A new (public domain) class was used instead, which is compatible with Java 1.5 this time
191
192## Version 0.9.2
193
194- Initial version
195 - ...on GIT
196