datamapper / dm-core

DataMapper - Core

This URL has Read+Write access

dm-core / History.txt
100644 28 lines (20 sloc) 0.846 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=== 0.10.1 / 2009-09-30
 
* 4 minor enhancements:
 
  * On Ruby 1.8.7+ allow #pop and #shift in Collection to work with
    multiple entries.
  * Added NullOperation condition
  * Added Resource#destroyed?
  * Updated ManyToMany::Collection#intermediaries to be public
 
* 6 bug fixes:
 
  * Fixed Query::Path to work with .like
  * Replaced usage of base64 lib with pack/unpack
  * Ensure the correct ordering of links for more complex joins
  * Simplified SELECT query generation
  * Simplified Relationship inheritance by subclasses
  * Ensure Property.new options allow an Array of Symbols for :unique,
    and :unique_index
 
=== 0.10.0 / 2009-09-15
 
* Countless enhancements:
 
  * Total rewrite of most of dm-core, including YARD docs for more
    than half the methods and ~90% coverage of code. More to be done
    but this is a great start.