groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

v8.0.0 #100

Open groue opened 9 years ago

groue commented 9 years ago

GRMustache v8.0.0 (follow up to PR https://github.com/groue/GRMustache/pull/97)

New

Fixed

Breaking Changes

groue commented 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"
danielphillips commented 9 years ago

Using the framework branch currently. Any idea when the 8.0.0 release will be done?

groue commented 9 years ago

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.

danielphillips commented 8 years ago

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.

groue commented 8 years ago

Thanks for your help proposal, @danielphillips. Let me gather my thoughts.

yvbeek commented 7 years ago

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.