-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchangelog
More file actions
28 lines (21 loc) · 964 Bytes
/
changelog
File metadata and controls
28 lines (21 loc) · 964 Bytes
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
1.1.4
* Added more intelligent error message if no converter was found
* Added error / notification message, if no public getters / setters are present (as a hint for debugging)
* Added Restart-Flag: (-restart): Prints the command line on Stdout for re-starting the job
* Added custom type conversions for array types
1.1.3
* Added Maven-pom
1.1
* Introduced de.ismll.stub.AbstractProxy, see http://tech4research.wordpress.com/2013/05/06/indirect-support-for-interfaces-in-bootstrap/ for usage
* Introduced de.ismll.bootstrap.BootstrapAssertions, see http://tech4research.wordpress.com/2013/05/27/asserting-correctness-throwing-bootstrapexceptions/
* Added TestSuite AllTests
1.0.5
* Fixed Bug: Inheritance for member fields works.
1.0.4
* Added changelog
* Improved Error message when automatic, built-in conversions failed
1.0.3
* Added intelligent ClassCastException to de.ismll.console.Generic
1.0.2
1.0.1
* Initial release