[Templates-cvs] cvs commit: TT3/docs changes.pod

cvs@template-toolkit.org cvs@template-toolkit.org
Wed, 15 Dec 2004 13:45:47 +0000


cvs         04/12/15 13:45:47

  Added:       docs     changes.pod
  Log:
  * added docs/changes.pod
  
  Revision  Changes    Path
  1.1                  TT3/docs/changes.pod
  
  Index: changes.pod
  ===================================================================
  =head1 Changes from alpha-01 to alpha-02
  
  =head2 Template::Utils
  
  Added C<resolve_file_path()> method to fully resolve and remove C<..> elements
  (or filesystem equivalent) in file paths.
  
  Renamed C<load_file()> to C<read_file()> and C<save_file()> to C<write_file()>.
  
  Added C<file_encoding()> method to handle encoding for both
  C<read_file() and C<write_file()>.
  
  Added C<decode_unicode()> method to decode Unicode for C<read_file()>
  (thanks to Mark Fowler for the TT2 I borrowed - I would have been lost
  without it).
  
  Added C<encoding> and C<unicode> options to new() constructor, C<read_file()> 
  and C<write_file()>.
  
  Added various tests for encoding and Unicode, mostly borrowed from
  tt2/t/unicode.t
  
  =head2 Template::Test
  
  Added C<skip_rest()> to skip the rest of the tests.