Sha256: d798286e968ad3d54e379c74ba67e14132695acce0f0e3a993ca4cf070700c4e
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
= Change Log === 1.1.0-ts * Allow switching scanners that tokenize templates. * Include SquiggleScanner to parse tags that look like "{ hello /}" === 1.0.0-ts * Create a fork that is threadsafe (per-parser). * Bump revision to 1.0.0 since the API is stable === 0.6.1 * Fixed a problem with non-tags that have no prefix or tagname (see test_parse_chirpy_bird) === 0.6.0 (private release) * Split radius.rb into multiple files. * Port 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-ts-1.1.0 | CHANGELOG |