Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8.0.0 #100

Open
wants to merge 82 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
c369166
#97: Bump deployment targets to iOS 8.0 and OSX 10.9 in podspec.
groue Sep 10, 2015
5c441aa
#97: Remove JRSwizzle dependency in podspec.
groue Sep 10, 2015
9a75765
Reset TODO.md
groue Sep 10, 2015
7a1880f
TODO.md: Add a #97 reminder.
groue Sep 10, 2015
5ee38c7
TODO.md: wish list for v8.0.0
groue Sep 10, 2015
8454b3f
TODO.md: wish list for v8.0.0
groue Sep 10, 2015
6ffeca7
#97: Introduce OSX framework target and rebuild test targets.
groue Sep 10, 2015
02cc813
RELEASE_NOTES.md -> CHANGELOG.md
groue Sep 10, 2015
ddc26f6
Delete obsolete files
groue Sep 26, 2015
1016ee6
Delete static library, public headers, and Makefile.
groue Sep 26, 2015
9828a0b
One target per framework (iOS/OSX), two test targets by framework (on…
groue Sep 26, 2015
0b337d0
Remove reference to obsolete Makefile in the project
groue Sep 26, 2015
ea39d03
Move to shared groue/GRMustacheSpec test suite.
groue Sep 26, 2015
b334d4d
Pass all groue/GRMustacheSpec tests, and stop including standard libr…
groue Sep 26, 2015
5d98f0b
Less TODO.md
groue Sep 26, 2015
ce1a0ec
Replace GRMustacheSafeKeyAccess with GRMustacheKeyValueCoding
groue Sep 26, 2015
0b50bd9
Prepare v8.0.0, and drop support for deprecated methods
groue Sep 26, 2015
27ddd75
Drop obsolete GRMustacheVersion
groue Sep 26, 2015
77dfc0d
Project organization
groue Sep 26, 2015
8821643
Delete tests submodules
groue Sep 26, 2015
9a4b7c2
Restore tests submodules at a different path
groue Sep 26, 2015
964b6cf
Update mustache/spec to v1.1.3.
groue Sep 26, 2015
d7ac54f
Target OSX 10.9
groue Sep 26, 2015
28e1d74
Less TODO
groue Sep 26, 2015
d25d1d0
Merge branch 'master' of github.com:groue/GRMustache into Framework
groue Sep 26, 2015
a678da7
+[GRMustache templateFromString:error:] no longer loads partials from…
groue Oct 16, 2015
56a318d
GRMustacheURLEscapeFilter uses -[NSString stringByAddingPercentEncodi…
groue Oct 16, 2015
b5a1a93
Shared schemes for Carthage
groue Oct 16, 2015
070d9af
GRMustacheDemoiOS
groue Oct 16, 2015
bf62e8b
Remove support for current template repository (flawed), and current …
groue Oct 16, 2015
81944c9
GRMustacheDemoOSX
groue Oct 17, 2015
b9988c7
GRMustacheDemoOSX
groue Oct 17, 2015
5b7a073
README.md
groue Oct 17, 2015
a0a546f
TODO.md
groue Oct 17, 2015
d28f49b
README.md
groue Oct 17, 2015
06bf62d
Headers cleanup
groue Oct 17, 2015
01fcf07
TODO.md
groue Oct 17, 2015
a6790fc
TODO.md
groue Oct 17, 2015
49d87b8
README.md
groue Oct 17, 2015
4cefdb0
README.md
groue Oct 17, 2015
81d4d24
README.md
groue Oct 17, 2015
c32e630
README.md
groue Oct 17, 2015
e6b0d20
README.md
groue Oct 17, 2015
7f9eaac
README.md
groue Oct 17, 2015
82db0fb
TODO.md
groue Oct 17, 2015
1aada0e
README.md
groue Oct 17, 2015
b9835b9
README.md
groue Oct 17, 2015
9dc45a2
README.md
groue Oct 17, 2015
1a4a3cd
README.md
groue Oct 17, 2015
8af7670
README.md
groue Oct 17, 2015
e5aa7d0
README.md
groue Oct 17, 2015
7903c07
README.md
groue Oct 17, 2015
c55d0cb
README.md
groue Oct 17, 2015
b5e8901
README.md
groue Oct 17, 2015
7fe4733
TODO.md
groue Oct 17, 2015
e23dbea
Update GRMustacheSpec
groue Oct 18, 2015
b779902
Add failing test for dynamic partial override
groue Oct 18, 2015
9c14330
Pass dynamic partial override test
groue Oct 18, 2015
5f668ab
Bring GRMustacheRenderingEngine closer to the Swift RenderingEngine
groue Oct 18, 2015
5ab28af
Rename « inheritable section » to « block ».
groue Oct 18, 2015
e229f68
Rename « inherited partial » to « partial override ».
groue Oct 18, 2015
1838837
Have NSString conform to GRMustacheKeyValueCoding and expose its `len…
groue Oct 18, 2015
a1c4c23
GRMustacheLambda provides spec-compliant lambdas.
groue Oct 18, 2015
12a5aeb
Move lambda factories to the GRMustacheRendering class
groue Oct 18, 2015
d6a8fb5
Tests test for GRMUSTACHE_VERSION_8_0
groue Oct 18, 2015
9f094a9
TODO.md
groue Oct 18, 2015
59c4e34
Remove @synthesize and explicit ivars in headers
groue Oct 18, 2015
a8d7502
TODO.md
groue Oct 18, 2015
88807c8
TODO.md
groue Oct 18, 2015
fa14379
Simplify lambda tests
groue Oct 19, 2015
fce9629
README.md
groue Oct 19, 2015
04d7227
README.md
groue Oct 19, 2015
3321b53
README.md
groue Oct 19, 2015
10aaa33
README.md
groue Oct 19, 2015
bee8030
Update GRMustacheSpec
groue Oct 19, 2015
b445a35
TODO.md
groue Oct 20, 2015
48abc5a
Have NSObject behave live NSDictionary: only present keys stop contex…
groue Oct 20, 2015
26bd67b
Tests that NSObject behaves live NSDictionary: only present keys stop…
groue Oct 20, 2015
8cad355
TODO.md
groue Oct 20, 2015
ec11f14
Refactor GRMustacheKeyValueCoding, drop support for unsafe contexts.
groue Oct 20, 2015
765541c
TODO.md
groue Oct 20, 2015
cdc2ef8
Explicit requirement of -fno-objc-arc
groue Oct 20, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
101 changes: 86 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,78 @@
DoxygenDocs.docset
# xcode
build/*
## https://github.com/github/gitignore/blob/master/Global/OSX.gitignore

.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

## https://github.com/github/gitignore/blob/master/Global/Windows.gitignore

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

## https://github.com/github/gitignore/blob/master/Global/TextMate.gitignore

*.tmproj
*.tmproject
tmtags

## https://github.com/github/gitignore/blob/master/Global/Vim.gitignore

[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

## https://github.com/github/gitignore/blob/master/Objective-C.gitignore

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

# Build generated
build/
DerivedData

# Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -9,20 +81,19 @@ build/*
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata

# Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

# OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
# Obj-C/Swift specific
*.hmap
*.ipa

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes
DemoApps/GRMustacheDemoOSX/Carthage
DemoApps/GRMustacheDemoOSX/Cartfile.resolved
GRMustacheTests/Carthage
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "src/tests/vendor/mustache/spec"]
path = src/tests/vendor/mustache/spec
[submodule "GRMustacheTests/vendor/groue/GRMustacheSpec"]
path = GRMustacheTests/vendor/groue/GRMustacheSpec
url = https://github.com/groue/GRMustacheSpec.git
[submodule "GRMustacheTests/vendor/mustache/spec"]
path = GRMustacheTests/vendor/mustache/spec
url = https://github.com/mustache/spec.git
77 changes: 0 additions & 77 deletions Articles/TheNatureOfLogicLessTemplates.md

This file was deleted.

Loading