summaryrefslogtreecommitdiff
path: root/ReleaseNote.txt
Commit message (Collapse)AuthorAgeFilesLines
* - [update] ReleaseNote.txt, ChangeLog.txtmakoto kuwata2009-07-121-0/+5
|
* - [update] CHANGES.txt, ReleaseNote.txtmakoto kuwata2009-02-181-0/+20
|
* - [change] packages are now built under 'build' directorymakoto kuwata2009-02-071-0/+25
| | | | | | | - [change] year of copyright is changed to '2006-2009'. - [update] CHANGES.txt, ReleaseNote.txt
* - [update] ReleasNote, CHANGESmakoto kuwata2009-02-061-0/+27
|
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-121-0/+3
| | | | | | - [enhance] Ruby 1.9 support - [change] Evaluator#evaluate() changed not to use Erubis::EMPTY_BINDING to support Ruby1.9
* - [release] preparation for 2.6.1makoto kuwata2008-06-051-2/+26
|
* - [update] users-guidemakoto kuwata2008-05-051-0/+74
| | | | | | | - [refactor] rails_helper.rb: remove debug messages - [change] rails_helper.rb: change 'logger.debug' to 'logger.info'
* - [change] bench/bench.rb: Ruby 1.9 supportmakoto kuwata2008-04-291-1/+2
|
* - [update] users-guide.txt: add tips about preprocessing in Rails 2.0 makoto kuwata2008-01-301-0/+68
| | | | | | | - [debug] rails_helper.rb: _decode(): change /%3C%25%3D(.*?)%25%3E/ to /%3C%25(?:=|%3D)(.*?)%25%3E/ - [release] release preparation for 2.5.0
* - [change] remove 'website/'makoto kuwata2007-10-231-0/+64
|
* - [enhance] RubyEvaluator#def_method() can take instance object as well was ↵makoto kuwata2007-07-191-9/+22
| | | | module object
* - [update] document updatedmakoto kuwata2007-07-191-0/+67
|
* - [enhance] preprocessor support in rails_helper.rbmakoto kuwata2007-05-261-0/+4
|
* - [release] release preparationmakoto kuwata2007-05-261-0/+15
|
* - [bugfix] rails_helper.rb is edited incorrectlymakoto kuwata2007-05-261-1/+1
|
* - [update] CHANGES, ReleaseNote.txt, website/index.txtmakoto kuwata2007-05-231-0/+142
|
* - [enhance] add ErboutEnhancer(no author)2007-03-051-4/+3
| | | | | | - [enhance] add ExpressionInterpolationEnhancer
* - [change] option '-T' is removed(no author)2007-02-111-0/+156
| | | | | | - [update] user's guide
* - [enhance] add Context#each() methodmakoto kuwata2006-12-251-2/+2
| | | | | | - [change] rename ChangeLog to CHANGES
* - [update] doc/users-guide.txt: add documentation about 'notext' commandmakoto kuwata2006-09-191-4/+12
| | | | | | | - [update] release preparation - [enhance] add 'examples/pi'
* - [update] ReleaseNote.txt, README.txt, doc/users-guide.txtmakoto kuwata2006-09-191-0/+155
| | | | | | - [change] 'examples/pi' is renamed to 'examples/pi-xhtml'
* - [change] Engine#escape_text() and Engine#escaped_expr() are now abstract ↵makoto kuwata2006-05-211-0/+11
| | | | | | | method - [bugfix] in Engine#compile(), rspace may be printed even if rspace is nil
* - [change] '_out' is changed to '_buf'makoto kuwata2006-05-191-0/+60
| | | | | | | | | | - [change] option '-s' is obsolete - [change] option '-E' is obsolete - [change] option '-e' is renamed to '-E' - [change] use command-line option object in Main class - [refact] Helper#escape_xml() is changed to call String#gsub a time - [change] test-bin.rb invoke Main.new.execute(), not 'ruby $script'
* - [enhance] new classes LightweightEruby and LightweightXmlEruby addedmakoto kuwata2006-04-241-2/+96
| | | | | | - [enhance] new classes EscapedEruby and LightweightEscapedEruby added - [change] XmlEruby.escape_xml() is moved to XmlHelper.escape_xml()
* - [enhance] '<%# ... %>' supportmakoto kuwata2006-03-061-0/+62
- [update] users-guide updated - [enhance] new command-line option '-x' : script source removing the last '_out' line - [release] 1.1.0 and 1.1.1