<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="versions.xsl"?>
<product>
  <name>DateUtils-Plugin</name>
  <type>Plugin</type>
  <branch>1</branch>
  <full_version>1.6.4</full_version>
  <versions>
    <version>
      <release>1.6.4</release>
      <build>164</build>
      <released>2010-06-20</released>
      <comment>Maintenance release</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>added getFirstDayOfYear() to DateTime</description>
        </change>
        <change>
          <type>fix</type>
          <description>fixed a bug when creating a DateTime from milliseconds</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.6.2</release>
      <build>162</build>
      <released>2009-12-13</released>
      <comment>Maintenance release</comment>
      <changes>
        <change>
          <type>fix</type>
          <description>Fixed minor issues with Servoy 4 and 5</description>
        </change>
        <change>
          <type>fix</type>
          <description>Fixed a bug when creating a period from two dates</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.6.1</release>
      <build>161</build>
      <released>2009-10-01</released>
      <comment>Maintenance release</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>added getWorkingDays() to calculate a Date array with all Dates between start and end excluding certain given days</description>
        </change>
        <change>
          <type>fix</type>
          <description>fixed a bug when creting a Period from two dates</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.6.0</release>
      <build>160</build>
      <released>2008-12-17</released>
      <comment>Improved compatibility with Servoy 4</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>Improved compatibility with Servoy 4</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.5.3</release>
      <build>153</build>
      <released>2008-03-08</released>
      <comment>Requires (free) license key</comment>
      <changes>
        <change>
          <type>chg</type>
          <description>the plugin now needs to be registered. A free license key can be obtained from our shop.</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.5.1</release>
      <build>151</build>
      <released>2008-01-30</released>
      <comment>Month and day name getters</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>added getMonthNames() to retrieve an array of all months' names ("January", "February", ...) for either a given or the default locale</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getShortMonthNames() to retrieve an array of short month names ("Jan", "Feb")</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getWeekdays() to retrieve an array of the names of the weekdays ("Monday", "Tuesday", ...) for either a given or the default locale</description>
        </change>
        <change>
          <type>enh</type>
          <description>added getShortWeekdays() to retrieve an array of short weekday names ("Mon", "Tue")</description>
        </change>
      </changes>
    </version>
    <version>
      <release>1.5.0</release>
      <build>150</build>
      <released>2007-07-11</released>
      <comment>Initial public release</comment>
      <changes>
        <change>
          <type>enh</type>
          <description>added tooltips and sample code</description>
        </change>
        <change>
          <type>enh</type>
          <description>added Duration</description>
        </change>
        <change>
          <type>chg</type>
          <description>DateUtils: createDateSeries now returns a Date[] instead of a DateTime[]</description>
        </change>
        <change>
          <type>dep</type>
          <description>TimeZone: deprecated DSTSavings, use inDaylightTime instead</description>
        </change>
        <change>
          <type>dep</type>
          <description>TimeZone: deprecated getAvailableTimeZones, use DateUtils.getAvailableTimeZones() instead</description>
        </change>
        <change>
          <type>dep</type>
          <description>DateUtils: deprecated DateTimeField(), use .dateTimeField instead</description>
        </change>
        <change>
          <type>chg</type>
          <description>DateTimeFormatter is now static: there is only one DateTimeFormatter, several uses of the formatter preserve previously set properties</description>
        </change>
        <change>
          <type>enh</type>
          <description>DateTimeFormatter: added formatDate to format a date to only a date string</description>
        </change>
        <change>
          <type>enh</type>
          <description>DateTimeFormatter: added formatTime to format a date to only a time string</description>
        </change>
        <change>
          <type>enh</type>
          <description>DateUtils: added convenience methods addHours, addMinutes</description>
        </change>
        <change>
          <type>enh</type>
          <description>DateTime: added hours, minutes, seconds and milliseconds properties</description>
        </change>
        <change>
          <type>enh</type>
          <description>Period: added getFieldsAsArray to get all fields from years ([0]) to milliseconds ([7])</description>
        </change>
        <change>
          <type>dep</type>
          <description>Period: deprecated getString and getShortString, use getFieldsAsArray instead and create your own string</description>
        </change>
        <change>
          <type>chg</type>
          <description>DateTime: toStartOfDay and toEndOfDay now return a new DateTime object instead of changing the original</description>
        </change>
        <change>
          <type>dep</type>
          <description>DateUtils: deprecated createPeriodFromDates(), use Period(Date start, Date end) instead</description>
        </change>
      </changes>
    </version>
  </versions>
</product>

