Sha256: 94bd38a543a9cbb5dd57fb7bac490965f7db1e7da6e3eb750055ebad7cd6bbbe

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

=== 0.10.0 / 2009-10-15

* Major changes:

  * Rewrote the README for better clarity and usage information.

  * Made :move  accept more vectors (:top, :bottom)

  * Aliased #left_sibling & :right_sibling methods to more obvious => :higher_item, :lower_item, :previous_item, :next_item

  * Improved the Specs and made them more comprehensive. ( Too comprehensive? )

  * Improved the documentation for each of the methods.

* Issue fixes:

  * [:735] Fixed. Incorporated patch from Brian Terlson. NB! see point below.

  * [:737] Fixed. Incorporated specs from Brian Terlson [ http://github.com/bterlson/dm-more/commit/6eb521636e945f396723a53fa5a8cba1c9ef1350 ]

  * [:738] Semi-fixed. Fixes item.move(-1) cases, but NOT item.position = -1 cases, due to a wish to reduce the number of SQL queries.

  * [:739] Fixed. Fixes item.move(:to => 2) should retain correct list order.

  * [:740] Fixed. Fixes item.reorder_list(\[:title.asc\]) with correct list positions and order.

  * [:818] Addressed / Fixed. Same issue as [:738]. Use item.move(1) instead of item.position = 1.


=== 0.9.11 / 2009-03-29

* No changes this version

=== 0.9.10 / 2009-01-19

* No changes this version

=== 0.9.9 / 2009-01-04

* No changes this version

=== 0.9.8 / 2008-12-07

* 1 bug fix:

  * Applied patch to fix bug with manual positioning [#672 state:resolved]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dm-is-list-0.10.0 History.rdoc