Open groue opened 9 years ago
@marcpalmer @danielphillips: the 8.0.0 release is coming shortly. Yet the Framework branch is Carthage-ready: you can reference it right away from your Cartfile:
github "groue/GRMustache" "Framework"
Using the framework branch currently. Any idea when the 8.0.0 release will be done?
I've been lazy recently, i'm sorry. I'll try to make it this week-end. The longest remaining part is actually updating the documentation.
Anything I can do to help get v8 out the door? I just noticed I'm still pointing to the framework branch which is undesirable.
Thanks for your help proposal, @danielphillips. Let me gather my thoughts.
Hi @groue, can I do anything to help? 8.0.0 looks great
Small question:
Drop support for {{#x}}...{{^x}}...{{/x}} short syntax.
Is there a specific reason that you are thinking of dropping the short syntax? I'm using it in my project at the moment.
GRMustache v8.0.0 (follow up to PR https://github.com/groue/GRMustache/pull/97)
New
Fixed
Breaking Changes
first
,last
andcount
keys.first
,last
andcount
keys.first
andcount
keys.length
key.zip
standard library filter.{{#partial}}...{{/partial}}
provides dynamic template inheritance.{{#x}}...{{^x}}...{{/x}}
short syntax.+[GRMustacheTemplate templateFromString:error:]
does no longer look for partials in main bundle's resources.objectForKeyedSubscript:
for objects that respond to this protocol. This behavior now requires explicit conformance to GRMustacheKeyValueCoding.