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