Skip to content

Commit

Permalink
RELEASE_NOTES: remove undue notifications of performance improvements
Browse files Browse the repository at this point in the history
This update comes from the improved benchmarks of https://github.com/groue/GRMustacheBenchmark
  • Loading branch information
groue committed Jul 23, 2012
1 parent e3eb135 commit 887bcdb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions RELEASE_NOTES.md
Expand Up @@ -54,8 +54,6 @@ GRMustache used to output badly formatted errors. They are now easier to read.

## v4.0.0

**Performance improvements**

**Zero numbers are false**

GRMustache now considers all `NSNumber` instances whose `boolValue` is `NO` as false, when considering whether a section should render or not.
Expand Down Expand Up @@ -132,7 +130,7 @@ typedef NSUInteger GRMustacheTemplateOptions;
## v2.0.0
**Performance improvements and API simplification**
**API simplification**
### New APIs:
Expand Down Expand Up @@ -269,7 +267,7 @@ New protocol:
## v1.12.2
Restore performances of v1.12.0
Restore parsing performances of v1.12.0
## v1.12.1
Expand Down Expand Up @@ -346,15 +344,15 @@ Upgrade GRMustache, and get deprecation warnings when you use deprecated APIs. Y

## v1.10.2

Performance improvements
**Drastic rendering performance improvements**

## v1.10.1

Performance improvements
**Rendering performance improvements**

## v1.10

**Improved Handlebars.js support and performance improvements**
**Improved Handlebars.js support**

Now `{{foo/bar}}` and `{{foo.bar}}` syntaxes are both supported.

Expand Down Expand Up @@ -629,7 +627,7 @@ Bug fixes

## v1.1.2

**Template compiling performance improvement**
**Parsing performance improvement**

## v1.1.1

Expand Down

0 comments on commit 887bcdb

Please sign in to comment.