Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Jun 9, 2011
1 parent 2ce3c71 commit e5d100a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Classes/GRMustacheVersion.h
Expand Up @@ -35,14 +35,14 @@
@since v1.0.0 @since v1.0.0
*/ */
#define GRMUSTACHE_MINOR_VERSION 6 #define GRMUSTACHE_MINOR_VERSION 7


/** /**
The patch-level component of GRMustache version The patch-level component of GRMustache version
@since v1.0.0 @since v1.0.0
*/ */
#define GRMUSTACHE_PATCH_VERSION 2 #define GRMUSTACHE_PATCH_VERSION 0




/** /**
Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -20,11 +20,9 @@ It supports extensions to the [regular Mustache syntax](http://mustache.github.c


### Embedding in your XCode project ### Embedding in your XCode project


GRMustache is a standalone library made of the Objective-C files contained in the `Classes` folder. Add them to your XCode project, and link against Foundation.framework. GRMustache ships as a static library and a bunch of header files, and only depends on the Foundation.framework.


Import `GRMustache.h` in order to access all GRMustache features. Follow the instructions in the [Embedding](https://github.com/groue/GRMustache/wiki/Embedding) wiki page, and import `GRMustache.h` in order to access all GRMustache features.

Header files whose names contain `private` declare private APIs which are subject to change, without notice, over releases.


### Versioning ### Versioning


Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
@@ -1,6 +1,14 @@
GRMustache Release Notes GRMustache Release Notes
======================== ========================


## v1.7.0

**GRMustache now ships as a static library.**

See the [Embedding](https://github.com/groue/GRMustache/wiki/Embedding) wiki page in order to see how to embed GRMustache in your project.

Besides, the NSUndefinedKeyException silencing is no longer activated by the DEBUG macro. You now have to explicitely call the `[GRMustache preventNSUndefinedKeyExceptionAttack]` method. For more details, see the [Avoid the NSUndefinedKeyException attack](https://github.com/groue/GRMustache/wiki/Avoid-the-NSUndefinedKeyException-attack) wiki page.

## v1.6.2 ## v1.6.2


**LLVM3 compatibility** **LLVM3 compatibility**
Expand Down
4 changes: 2 additions & 2 deletions include/GRMustacheVersion.h
Expand Up @@ -35,14 +35,14 @@
@since v1.0.0 @since v1.0.0
*/ */
#define GRMUSTACHE_MINOR_VERSION 6 #define GRMUSTACHE_MINOR_VERSION 7


/** /**
The patch-level component of GRMustache version The patch-level component of GRMustache version
@since v1.0.0 @since v1.0.0
*/ */
#define GRMUSTACHE_PATCH_VERSION 2 #define GRMUSTACHE_PATCH_VERSION 0




/** /**
Expand Down
Binary file modified lib/libGRMustache1-ios3.a
Binary file not shown.
Binary file modified lib/libGRMustache1-ios4.a
Binary file not shown.
Binary file modified lib/libGRMustache1-macosx10.6.a
Binary file not shown.

0 comments on commit e5d100a

Please sign in to comment.