David da Silva Contin
aef96817ae
:ship: bump to version 2.1.1
11 년 전
David da Silva Contin
5b8bdb1ffc
added version links to change log
11 년 전
David da Silva Contin
a145a2f325
state that we use semver on the change log
11 년 전
David da Silva Contin
99e76ed766
bower.json no longer requires to be bumped
`version` is currently a moot prop since git tags are used instead. More
info at https://github.com/bower/bower.json-spec/commit/a325da3 .
11 년 전
David da Silva Contín
68a962d2f3
Merge pull request #463 from kkirsche/patch-1
Remove moot `version` property from bower.json
11 년 전
Kevin Kirsche
981fbeb84f
Remove moot `version` property from bower.json
Per bower/bower.json-spec@a325da3
11 년 전
David da Silva Contín
3533bbd7db
Merge pull request #451 from janl/fix/view-prototype-issues
Fix view prototype value lookup issues
11 년 전
Phillip Johnsen
8adacd1641
Bugfix for null/undefined when using dot notation
11 년 전
David da Silva
931f49b5da
improve test with undefined/null lookup hit using dot notation
11 년 전
Phillip Johnsen
fc6d73b353
Bugfix for using values from view's context prototype.
Fixes #445
11 년 전
David da Silva Contin
b479bb8fb8
:ship: bump to version 2.1.0
11 년 전
David da Silva Contín
15e7016895
Merge pull request #461 from janl/fix/context-cache
Bugfix for view context cache
11 년 전
Phillip Johnsen
e801e842a7
Bugfix for view context cache picking methods from Object.prototype instead of the view.
Fixes #442
11 년 전
Phillip Johnsen
e31a89a239
Merge pull request #460 from nikolas/patch-1
Only display result of master branch on travis badge
11 년 전
nikolas
824639f923
Only display result of master branch on travis badge
11 년 전
David da Silva
954a8fbf15
use chai for improved string diffing
11 년 전
Phillip Johnsen
abd32f0f4b
Added IE 8 -> latest in browser tests matrix.
Closes #450
11 년 전
Phillip Johnsen
c1160a2b32
Merge pull request #454 from nagaozen/patch-4
Minor changes to make it compatible with both WSH and ASP (eslint com…
11 년 전
Phillip Johnsen
4904d58a86
Merge pull request #456 from mmcev106/master
Added the keywords "imports", "nested" and "subtemplates" to the docs
11 년 전
Mark McEver
2d12c61bac
Added the keywords "imports", "nested" and "subtemplates" to the docs for Partials. It took me forever to find this feature because those were the keywords I was looking for. The term "partials" means something slightly different in some circles, so I kept misinterpretting their use when skimming the docs.
11 년 전
David da Silva Contín
519669d2cb
Merge pull request #455 from janl/improve/cli-parse-error
Improve CLI parsing error
11 년 전
Phillip Johnsen
b2fb42e572
Improve CLI parsing error
11 년 전
David da Silva
cb14bb2dd6
don't push auto-generated browser render test
11 년 전
Fabio Zendhi Nagao
60c2da8078
Minor changes to make it compatible with both WSH and ASP (eslint compatible)
Made it eslint compatible.
11 년 전
David da Silva Contín
c03f25a6fa
Merge pull request #453 from pgilad/patch-2
Add license attribute
11 년 전
Gilad Peleg
4397136aab
Add license attribute
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
11 년 전
Phillip Johnsen
1fdfdcf606
Dont run browser tests in PRs.
As secure $ENVs are disabled for pull requests and those $ENVs are required for running browser tests on saucelabs.
http://docs.travis-ci.com/user/pull-requests/#Security-Restrictions-when-testing-Pull-Requests
+ updated readme with the fact that browser tests are only runned automatically when *merged into master*, not in the PR stage
11 년 전
Phillip Johnsen
85d013c50f
Improved Travis node version test
11 년 전
Phillip Johnsen
35df920bd7
New secure saucelabs $ENVs on Travis and less browsers.
With 25 different browser versions it could easily take 15-25 minutes for a run too finish.
Only test latest chrome & firefox atm, increase support later as needed.
11 년 전
Phillip Johnsen
7ed3696eab
Cleanup node v0.6 and v0.11 stuff from Travis.
Removing hacks to get v0.6 tests running; specific npm client version + upgrading mocha.
Also v0.12 of node has been released, therefore there's no reason to still keep testing on v0.11.
11 년 전
David da Silva Contín
f67cd1aa4a
Merge pull request #443 from phillipj/feature/browser-tests
Browser tests
11 년 전
Phillip Johnsen
b473d19cae
Added browser tests.
Covers the project with browser tests, not only V8 via node/iojs. Tests are runned with [zuul](https://github.com/defunctzombie/zuul ) which
provides simple local browser testing, aswell as cloud testing on multiple browsers with [saucelabs](http://saucelabs.com ).
11 년 전
David da Silva
8d23ee5f1e
fix precommit hook not finding mustache version
Due to eslint changes, pre-commit hook was failing to locate version in
mustache.js due to code using single quotes now, therefore "X.X.X" was
not longer matching, and had to be changed to 'X.X.X'.
11 년 전
David da Silva Contín
ca42511e21
Merge pull request #177 from subzey/master
BOM as whitespace test case
11 년 전
David da Silva Contín
94224959ef
Merge pull request #440 from phillipj/chore/eslint
eslinting
11 년 전
David da Silva Contín
d727de03ca
drop official support for node 0.6
11 년 전
Phillip Johnsen
1a2a369605
eslinting the code
11 년 전
Jan Lehnardt
1b1d261c13
update copyright
11 년 전
Phillip Johnsen
d72878a696
Thanks to our superhero @dasilvacontin !
11 년 전
Phillip Johnsen
58fd71fa79
Merge pull request #439 from dasilvacontin/migration-guide
added migration guide for v2
11 년 전
David da Silva
08c2f57c41
added migration guide for v2
11 년 전
David da Silva Contín
967769619f
added travis-ci svg badge to readme
11 년 전
David da Silva Contín
c52df34ee0
Thanks @phillipj !
11 년 전
David da Silva
b5cc26842b
:ship: bump to version 2.0.0
11 년 전
David da Silva Contín
00fedc57f8
Merge pull request #407 from dasilvacontin/issue/397
fixing null and undefined lookup
11 년 전
David da Silva Contín
8c25ec599c
Merge pull request #438 from dasilvacontin/refactor/432-precommit-hook
pre-commit hook refactoring, closes #432
11 년 전
David da Silva
d51dc239dd
pre-commit hook refactoring, closes #432
11 년 전
David da Silva Contín
e3005bf213
(late) changelog update
11 년 전
David da Silva
85b940801c
bump to version 1.2.0
Added `-v` option to CLI, bugfix for rendering `Number` when it was the
context, and specified files in package.json for cleaner `npm install`.
11 년 전
David da Silva Contín
1713f8e844
Merge pull request #435 from phillipj/chore/specify-pkg-files
Specifying files in package.json
11 년 전