Sha256: fdcc4361e7c362d446a148c0127bec30f0b688a176a5ec1ad0f21d790736bd95

Contents?: true

Size: 1001 Bytes

Versions: 1

Compression:

Stored size: 1001 Bytes

Contents

h3. 1.1.4 / 2012-05-29

* Changed error messages for month and day to 0 - 12 and 0 - 31 respectively (since zero values are allowed).
* Changed day validation logic to only check for the presence of month (not year and month - since a year has to be set before a month and is checked there).

h3. 1.1.3 / 2012-05-28

* Bugfix: Fixed ZERO_DAY_MASK - which contained an extra bit, and was zeroing month when a day was set.
* Check that day is set to zero if month is.
* Added padding to string format for date.

h3. 1.1.2 / 2012-05-27

* Fixed syntax error in example code from README.

h3. 1.1.1 / 2012-05-27

* Updated tests and documentation.

h3. 1.1.0 / 2012-05-27

* Implemented a 23 bit store as backing store for date,
reducing the storage requirements and increasing performance 
of date objects. 

h3. 1.0.0 / 2012-05-27

* Refactored to use array backing store for element and computed date
values for better performance.
* Implemented Comparable

h3. 0.1.0 / 2012-05-26

* Initial release:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
partial-date-1.1.4 ChangeLog.textile