MyFlipFlops Changelog

What's new in MyFlipFlops 1.0.10

Jan 13, 2014
  • Class File.TextResource, method public static TextResource.getTextResource throws MissingResourceException as called method static TextResource getTextResource(...) also because this message is not catched in the public method.
  • Added class calc.Compare with method getObjectsNotUnique to get all objects which are not unique from a list with objects.
  • Class de.mgmechanics.myflipflops.File.SimplestCsv:
  • Added static fields with default values for field and record delimiters.
  • Added CSV writer method to get CSV from 2D-tables: String getCsv(List table, String fieldDelimiter, String recordDelimiter)
  • Changed return values of CSV reader methods from ArrayList

New in MyFlipFlops 1.0.9 (Mar 16, 2013)

  • Enhanced de.mgmechanics.myflipflops.File.TextResource to be able to read a resource file not only from inside the jar file but also from outside of the jar file. Thus following methods got an extra boolean parameter which flags if the resource is expected inside or outside jar file. - TextResource.getTextResource(boolean resourceInsideJar, ...) - TextResource.getResultingResource(boolean resourceInsideJar, ...) - TextResource.getJson(boolean resourceInsideJar, ...)

New in MyFlipFlops 1.0.8 (Feb 16, 2013)

  • Using same version scheme (as) in all my projects.
  • Using Java 7 to build because Java 6 reached end-of-life (Feb 2013).
  • Corrected test files for method de.mgmechanics.myflipflops.File.Textfile.file2String. If preexisting files were needed they will be created.
  • Added "Additional IP Rights Grant" to LICENSE file.
  • Moved the classes from package de.mgmechanics.myflipflops.swing.test to new project "Awtomat" (de.mgmechanics.awtomat.swing).
  • Added class de.mgmechanics.myflipflops.File.TextResource to get text resources from JSON my way.
  • Added method de.mgmechanics.myflipflops.File.Textfile.stream2String(), needed to get text resources from JSON my way.
  • Added method de.mgmechanics.myflipflops.File.Textfile.getResourceStream(), needed to get text resources from JSON my way.