greenkeeperio-bot
a2d011f084
chore(package): update mocha to version 3.4.0
https://greenkeeper.io/
9 years ago
David da Silva
23beb3a880
:ship: bump to version 2.3.0
9 years ago
Phillip Johnsen
672bbd58ed
Second shot at having greenkeeper ignore eslint ( #610 )
First shot at getting greenkeeper to ignoring eslint updates landed with commit 85fa743258 .
Sadly that commit had a minor `greenkeper` misspelling in package.json, which obviously didn't have much effect for greenkeeper.
This commit fixes that blooper in hopes that greenkeeper will stop opening PRs about new eslint versions, as we don't want to
update at the moment cause eslint 3.x requires Node.js v4.x.
9 years ago
Greenkeeper
0180f43609
chore(package): update zuul to version 3.11.0 ( #594 )
https://greenkeeper.io/
9 years ago
Greenkeeper
1b1a15904e
chore(package): update mocha to version 3.0.2 ( #588 )
https://greenkeeper.io/
9 years ago
Phillip Johnsen
85fa743258
Ignore eslint for greenkeeper updates. ( #580 )
As we don't plan to update to Node.js v4 any time soon,
we can't update eslint cause it requires Node.js => v4.
9 years ago
Greenkeeper
c529bcc7f0
chore(package): update mocha to version 2.5.0 ( #565 )
10 years ago
David da Silva
4e096aa7c1
chore(package): update eslint to version 2.5.1
http://greenkeeper.io/
10 years ago
greenkeeperio-bot
cad1ea0584
chore(package): update eslint to version 2.2.0
http://greenkeeper.io/
10 years ago
David da Silva
cd06b22dab
:ship: bump to version 2.2.1
10 years ago
David da Silva
dadbe203d5
Unpin chai and eslint versions
greenkeeper.io will let us know if the minor/patch bumps break our code, so go wild.
10 years ago
greenkeeperio-bot
2160871562
chore(package): update zuul to version 3.7.0
http://greenkeeper.io/
10 years ago
greenkeeperio-bot
c740c25960
chore(package): update eslint to version 1.7.3
http://greenkeeper.io/
10 years ago
greenkeeperio-bot
dda6c3c3dc
chore(package): update chai to version 3.4.0
http://greenkeeper.io/
10 years ago
greenkeeperio-bot
ec8cd1415a
chore(package): update eslint to version 1.7.2
http://greenkeeper.io/
10 years ago
greenkeeperio-bot
93291266fe
chore(package): update eslint to version 1.7.1
http://greenkeeper.io/
10 years ago
greenkeeperio-bot
9f98c8f0a0
chore(package): update eslint to version 1.7.0
http://greenkeeper.io/
10 years ago
David da Silva
aac23a542c
:ship: bump to version 2.2.0
10 years ago
Phillip Johnsen
cbcd788b0c
Linting CLI tool.
Also minor .eslintrc change to be able to use `process.exit()`,
instead of having to `throw new Error()` to exit the process.
10 years ago
greenkeeperio-bot
847499ad67
chore(package): update eslint to version 1.6.0
http://greenkeeper.io/
10 years ago
Jan Lehnardt
9d967ea61f
chore: updated package.json
10 years ago
Jan Lehnardt
67fe0e5d59
chore: updated package.json
10 years ago
David da Silva
20c089392e
:ship: bump to version 2.1.3
10 years ago
David da Silva Contin
55c1370a11
:ship: bump to version 2.1.2
11 years ago
David da Silva Contin
0df1ac1164
add homepage property to package.json
11 years ago
David da Silva Contin
aef96817ae
:ship: bump to version 2.1.1
11 years ago
David da Silva Contin
b479bb8fb8
:ship: bump to version 2.1.0
11 years ago
David da Silva
954a8fbf15
use chai for improved string diffing
11 years ago
Gilad Peleg
4397136aab
Add license attribute
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
11 years ago
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 years ago
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 years ago
Phillip Johnsen
1a2a369605
eslinting the code
11 years ago
David da Silva
b5cc26842b
:ship: bump to version 2.0.0
11 years ago
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 years ago
Phillip Johnsen
a03e6930b0
Specifying files in package.json
Good npm citizens should specify which files a npm module consists of
so module users dont have to download all the unnecessary things.
11 years ago
David da Silva
d4ba5a19d4
bump to version 1.1.0
11 years ago
Phillip Johnsen
65387a5468
Created command line tool.
CLI used to render a mustache template with a data view, writes the template into stdout when successfull. Otherwise meaningfull errors into stderr.
Fixes #424
11 years ago
Phillip Johnsen
d1bb461caf
Run jshint before tests.
- Documented required version of npm while developing
- Use the latest npm client for node >= v0.8 on travis
Special quirks to get node v0.6 supported:
- npm client v1.3.26 on travis
- jshint 2.4.4 as >= 2.5.x breaks
11 years ago
Phillip Johnsen
4ac18621e5
Cleanup tests section in readme
11 years ago
David da Silva
2ba7481d41
bump to version 1.0.0, resolves #325
11 years ago
David da Silva
a2925af044
changed mocha reporter to spec and bumped mocha version, solves #403
11 years ago
afc163
6f601e6757
Add spm support
11 years ago
jrburke
2e12efdeda
Fixes AMD registration, volo package.json entry
This change allows the AMD define signature to match what common AMD optimizers use to find define calls that need naming.
Also updates the volo package.json entry so that the correct version of mustache can be fetched properly.
12 years ago
Robert Reinhard
c68b434eb4
Adding a bower.json file
The goal is to reduce the number of files downloaded by ignoring the test directory
12 years ago
Michael Jackson
58f77330ef
Version 0.8.1
12 years ago
Michael Jackson
e4a68c9e49
Version 0.8.0
12 years ago
Michael Jackson
b626d12395
Version 0.7.3
12 years ago
Vlad Filippov
4ec30f1c8b
Fixing npm warnings
13 years ago
Michael Jackson
740fd72d26
Version 0.7.2
13 years ago
Michael Jackson
3fea961f06
Use mocha for testing
13 years ago