aboutsummaryrefslogtreecommitdiff
path: root/docs/build/node_modules/hogan.js/test/spec/Changes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-12 12:25:05 -0800
committerMark Otto <[email protected]>2013-02-12 12:25:05 -0800
commit8b9733b288a3daca0da04fe60e0b5a0ae8681362 (patch)
treeb3b84c413ec1e6c1282b01a2923372743948f4b9 /docs/build/node_modules/hogan.js/test/spec/Changes
parent5de8557398ec862ab94f48dc081865d8223de1cf (diff)
downloadbootstrap-8b9733b288a3daca0da04fe60e0b5a0ae8681362.tar.xz
bootstrap-8b9733b288a3daca0da04fe60e0b5a0ae8681362.zip
nuke what we don't need for jekyll
Diffstat (limited to 'docs/build/node_modules/hogan.js/test/spec/Changes')
-rw-r--r--docs/build/node_modules/hogan.js/test/spec/Changes31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/build/node_modules/hogan.js/test/spec/Changes b/docs/build/node_modules/hogan.js/test/spec/Changes
deleted file mode 100644
index bb39b9823..000000000
--- a/docs/build/node_modules/hogan.js/test/spec/Changes
+++ /dev/null
@@ -1,31 +0,0 @@
-2011-03-20: v1.1.2
- Added tests for standalone tags at string boundaries.
- Added tests for rendering lambda returns after delimiter changes.
-
-2011-03-20: v1.0.3
- Added tests for standalone tags at string boundaries.
- Added tests for rendering lambda returns after delimiter changes.
-
-2011-03-05: v1.1.1
- Added tests for indented inline sections.
- Added tests for Windows-style newlines.
-
-2011-03-05: v1.0.2
- Added tests for indented inline sections.
- Added tests for Windows-style newlines.
-
-2011-03-04: v1.1.0
- Implicit iterators.
- A single period (`.`) may now be used as a name in Interpolation tags,
- which represents the top of stack (cast as a String).
- Dotted names.
- Names containing one or more periods should be resolved as chained
- properties; naïvely, this is like nesting section tags, but with some
- built-in scoping protections.
-
-2011-03-02: v1.0.1
- Clarifying a point in the README about version compliance.
- Adding high-level documentation to each spec file.
-
-2011-02-28: v1.0.0
- Initial Release