Sha256: 1d750f22eb92024b029a0e07da187a9bbc86511222ac168125c94f40e0a33ebf

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

2009-05-13 (version 1.3.?)
  -- when querying the TC db, make sure the result returned are uniq

2009-05-13 (version 1.3.1)  REPO BREAKING CHANGE
  -- added the ability to describe a xampl object using multiple criteria. This
     is demonstrated in the new example called 'hobbies'

2009-05-12 (version 1.3.0) 
  -- confirmed to work with tokyocabinet-1.4.20 and tokyocabinet-ruby-1.23
  -- the begginings of a new employee example from DDD book
  -- enhancements and cleanup of the graphml generation (nice UML diagrams)
  -- added a new yuml generation capability (very nice UML diagrams)
  -- make xamplr-pp a prerequisite, rather than hutch-xamplr-pp
  -- this was supposed to be a patch release, the 1.3.1 release was supposed to be
     the minor release.

2009-05-11
  -- lots of undocumented changes
  -- when defining the mentions attributes, use 'mentioned_class'
     rather than simply 'class'. Using just 'class' can cause some
     wierd side-effects when querying.

2009-04-16 (version 1.0.2)

  -- if tag starts with a number, prefix it with an 'x' (e.g. 0abc --> x0abc).
     The problem arose if a tag like <0abc> was used in an xml file
     used to generate xampl code. In that case, the 'attribute
     names' associated with the tag would be based on '_abc'. The
     change makes the attribute names be based on x0abc. The choice
     of 'x' is arbitrary, but we can't have a leading digit, and
     the '_' could fail to distinguish certain elements (e.g. 0abc
     and 1abc would both be based on '_abc').


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hutch-xamplr-1.3.3 CHANGES.txt