Sha256: c8493acea08b40db83e5d7d1f5fee1e8f4989a5b35183fcffdc93248ef6fe5e6

Contents?: true

Size: 1.78 KB

Versions: 33

Compression:

Stored size: 1.78 KB

Contents

= Change Log

== edge
* Support for Rubinius [jlong]
* Support for Ruby 1.9 [aemadrid]
* More tests [aemadrid]
* Fixed issue #5 - problem with other namespace tags [jemmyw]
* Switched to Jeweler for better gem management [jlong]
* Allow operation in a threaded environment (parser per-thread, shared context)
* Allow switching scanners that tokenize templates.
* Include SquiggleScanner to parse tags that look like "{ hello /}"

== 0.6.1
* Fixed a problem with non-tags that have no prefix or tag name (see test_parse_chirpy_bird)

== 0.6.0 (private release)
* Split radius.rb into multiple files.
* Ported the really hairy regexes from Radius::Parser to a single Ragel machine.
* Added and refactored tests.
* Refactored Rakefile and other administrativia.

== 0.5.1
* Fixed a problem with parsing quotes where a single tag preceding a double tag would consume the start tag of the double tag if both contained attributes.

== 0.5.0
* Created a DSL for tag definitions (introducing a DSL makes this version of Radiant incompatible with the last). The DSL has the following features:
  - full support for nested tags
  - global and local tag variables
  - Contexts can now be defined dynamically (instead of being subclassed)
  - see the QUICKSTART for more info
* Many refactorings of the library and unit tests.
* Changed the license to the MIT-LICENSE.
* Updated documentation to reflect the changes.
* Updated the version number to reflect the maturity of the code base.

== 0.0.2
* Refactored Parser to use Context#render_tag instead of #send when rendering tags defined on a Context.
* UndefinedTagError is now thrown when Parser tries to render a tag which doesn't exist on a Context.
* Added Context#tag_missing which works like method_method missing on Object, but is tag specific.

== 0.0.1
* First release.

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
depengine-0.0.31 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.30 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.29 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.28 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.27 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.26 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.25 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.24 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.23 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.22 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.21 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.20 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.19 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.18 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.17 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.16 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.15 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.14 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.13 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG
depengine-0.0.12 etc/isolate/ruby-1.8/gems/radius-0.6.1/CHANGELOG