changelog for de.jaret.util

2009-10-08 version 0.32

  • Added a DST correction to the DateIterator.

2009-09-23 version 0.31

  • Fixed a bug in the Swing GraphicsHelper.

2009-02-22 version 0.30

  • Changed the date iterators to millisecond accuracy and added a millisecond iterator.
  • DateIterators can now be configured with an external supplied formatter.
  • Interval interface has now a new method: contains(Interval). Sorry if this breaks something but should be easy to fix.

2009-01-20 version 0.29

  • Corrected a small bug in the DateIterator and added a SecondIterator.

2009-01-01 version 0.28

  • Small additions.

2008-05-04 version 0.27

  • Added a simple time machine utility (supplies real time or a configurable time)
  • Fixed a bug in the WeekIterators getLabel method (thanx Thomas): When using LONG format it included the first day of the next week

12/21/2007 version 0.26

  • Added a new simple widget: the color spot simply drawing a colored spot.

11/03/2007 version 0.25

  • Some more helper methods for SWT graphics.
  • Class Event as specialized Interval

07/18/2007 version 0.23

  • Several very small improvements and bugfixes

06/05/2007 version 0.22

  • Several small improvements and bugfixes

05/01/2007 version 0.21

  • IntervalImpl now listens on changes on begin/end. However the begin and end dates should be used like immutable types.

02/18/2007 version 0.20

  • Small changes.
  • Added the DateIterator and implementations.
  • Note: version 0.19 has been an internal evaluation version.

01/06/2007 version 0.18

  • Small changes.

08/22/2006 version 0.17

  • Changed build to SWT 3.2 (will most probably continue to work with 3.1)

05/03/2006 version 0.16

  • minimal changes, small bugfixes

04/12/2006 version 0.15

  • several small improvements

02/17/2006 version 0.14

  • changed build to maven2
  • added HolidayEnumerator for pl_PL (Poland - guess why ...)

10/22/2005 version 0.13

  • several small fixes/additions supporting the jaret table

06/30/2005 version 0.12

  • Changed license to CPL
  • finished HolidayEnumerator_en_US (federal holidays)
  • finished HolidayEnumerator_fr_FR
  • Switched to SWT 3.1 RC1
  • added some simple custom widgets (ListComposer, CsvListEditor)
  • Introduced changelog for the util package