Sha256: 0cde5f5ee7fb822b839067f497ccbe292b3461960d23c36469d4e4f2091190b5

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

2009-05-12
  -- 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


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.0 CHANGES.txt