aboutsummaryrefslogtreecommitdiff
path: root/docs/build/node_modules/hogan.js/test/spec/Changes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-14 23:42:47 -0800
committerMark Otto <[email protected]>2013-02-14 23:42:47 -0800
commitae525258af17ef8f14259971442eacbec31d1d01 (patch)
tree5f5958f83b59356cdac32440183b691afe0c4e7a /docs/build/node_modules/hogan.js/test/spec/Changes
parentb1e7010bfcba029180545fe0dcf4d66183ea4a71 (diff)
parentaa5f09037133f22093c4b97d15451d4e54180ba2 (diff)
downloadbootstrap-ae525258af17ef8f14259971442eacbec31d1d01.tar.xz
bootstrap-ae525258af17ef8f14259971442eacbec31d1d01.zip
Merge branch 'bs3_jekyll' into 3.0.0-wip
Conflicts: docs/css.html docs/templates/pages/css.mustache
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