Sha256: 61d43fefee95edb40f0256699c768a25d80da551511e06224cf545657ed81a32

Contents?: true

Size: 1.06 KB

Versions: 21

Compression:

Stored size: 1.06 KB

Contents

= Change Log

=== 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

21 entries across 20 versions & 3 rubygems

Version Path
radiantcms-couchrest_model-0.1.6 vendor/radius/CHANGELOG
radiantcms-couchrest_model-0.1.5 vendor/radius/CHANGELOG
radiant-0.7.2 vendor/radius/CHANGELOG
radiant-0.8.2 vendor/radius/CHANGELOG
radiant-0.8.1 vendor/radius/CHANGELOG
radiant-0.6.0 vendor/radius/CHANGELOG
radiant-0.6.1 vendor/radius/CHANGELOG
radiant-0.6.3 vendor/radius/CHANGELOG
radiant-0.6.2 vendor/radius/CHANGELOG
radiant-0.6.5.1 vendor/radius/CHANGELOG
radiant-0.6.4 vendor/radius/CHANGELOG
radiant-0.6.5 vendor/radius/CHANGELOG
radiant-0.6.7 vendor/radius/CHANGELOG
radiant-0.6.6 vendor/radius/CHANGELOG
radiant-0.6.9 vendor/radius/CHANGELOG
radiant-0.6.8 vendor/radius/CHANGELOG
radiant-0.7.0 vendor/radius/CHANGELOG
radiant-0.8.0 vendor/radius/CHANGELOG
radiant-0.7.1 vendor/radius/CHANGELOG
radius-0.5.1 CHANGELOG