Nils Knappmeier
7ef86173ab
v4.5.1
2019-10-29 05:42:23 +01:00
Nils Knappmeier
5e9d17f8fa
fix: move "eslint-plugin-compat" to devDependencies
2019-10-29 05:17:03 +01:00
Nils Knappmeier
b24797da01
v4.5.0
2019-10-28 19:47:51 +01:00
Nils Knappmeier
088e61812a
chore: add eslint-plugin-compat and eslint-plugin-es5
...
- tests are not compiled with babel and must thus be in
es5
- we don't use polyfills, so we need to make sure no
functions aren't used that are not supported by popular browsers. (like Object.assign in Safari and IE11)
- Boths are errors that usually only appear when running
tests in SauceLabs, which happens only on _after_
merging a PR.
2019-10-28 19:17:57 +01:00
Nils Knappmeier
8e1cce7918
v4.4.5
2019-10-20 23:08:10 +02:00
Nils Knappmeier
2ab261eab7
v4.4.4
2019-10-20 21:33:00 +02:00
Nils Knappmeier
2e53fba68f
v4.4.3
2019-10-08 22:05:35 +02:00
Nils Knappmeier
b793350fec
v4.4.2
2019-10-02 22:44:36 +02:00
Nils Knappmeier
b7eada0149
chore: fix grunt-saucelabs dependency
2019-10-02 22:42:52 +02:00
Nils Knappmeier
b8e769fcb6
v4.4.1
2019-10-02 21:52:34 +02:00
Nils Knappmeier
c53f340374
chore: use @knappi/grunt-saucelabs instead of github-dependency
...
- mostly because installing dependencies from github takes really
long in this case.
2019-10-02 21:46:16 +02:00
Nils Knappmeier
059b330579
v4.4.0
2019-09-29 15:29:13 +02:00
Nils Knappmeier
c958cc8955
v4.3.4
2019-09-28 13:25:05 +02:00
Nils Knappmeier
e4738491b3
v4.3.3
2019-09-27 07:46:55 +02:00
Nils Knappmeier
2357140c68
v4.3.2
2019-09-26 23:58:48 +02:00
Nils Knappmeier
050cca0866
v4.3.1
2019-09-25 00:32:32 +02:00
Nils Knappmeier
a89081d440
v4.3.0
2019-09-24 08:04:35 +02:00
Nils Knappmeier
fff3e40402
v4.2.1
2019-09-20 19:40:48 +02:00
Paul Falgout
c55a7bed78
fix: use cjs for browser fields
...
We should not be using pre-built files for the `browser`. Resolves https://github.com/wycats/handlebars.js/issues/1553
2019-09-20 18:54:42 +02:00
Nils Knappmeier
164c7ceea4
v4.2.0
2019-09-03 21:58:07 +02:00
Nils Knappmeier
f119497312
chore: attempt to fix saucelabs problems with custom lib
...
- custom "grunt-saucelabs"
- which uses custom "sauce-tunnel"
- which uses current "sauce connect proxy"
2019-08-31 23:58:21 +02:00
Nils Knappmeier
f98c6a5425
v4.1.2-0
2019-08-25 18:06:35 +02:00
Toby Harris
5eb59a5302
added browser to package.json, resolves #1102
2019-08-22 10:36:13 +10:00
Nils Knappmeier
10b5fcf92e
v4.1.2
2019-04-13 16:19:22 +02:00
Nils Knappmeier
594f1e30dd
chore: add missing typescript dependency, add package-lock.json
...
I suspect that the current problems with
saucelabs are due to a change transitive
dependency, but I'm not sure. I'm not
adding the package-lock.json to ensure
that this does not happen in the future.
2019-04-13 16:04:43 +02:00
Timothy Lindvall
3fb6687013
Port over linting and test for typings
...
- Move typings from lib/ to types/.
- Add dtslint for validating types.
- Use grunt-bg-shell to call out to dtslint during build step.
2019-03-19 16:07:05 -07:00
Nils Knappmeier
f691db546e
v4.1.1
2019-03-16 22:28:38 +01:00
Nils Knappmeier
048f2ce7d2
refactor: replace "async" with "neo-async"
...
The main reason is that neo-async takes a lot less space due to the missing lodash-dependency.
The other is speed.
closes #1431
2019-02-18 19:26:38 +01:00
Nils Knappmeier
7caca944b1
v4.1.0
2019-02-07 10:46:32 +01:00
Nils Knappmeier
05e6293bb3
chore: bump version of grunt-saucelabs
2019-02-07 09:53:09 +01:00
Timothy Lindvall
27ac1ee396
Feat: Import TypeScript typings
...
- Import typings from DefinitelyTyped into repo.
- Update typings header to cite contributors from history and git blame.
- Update package.json to add typings field.
2018-12-21 23:27:58 +01:00
Nils Knappmeier
8d22e6f501
v4.0.12
2018-09-04 20:44:38 +02:00
Nils Knappmeier
2145c14994
bump grunt-plugin-dependencies to 1.x versions
2018-09-04 00:18:46 +02:00
Nils Knappmeier
a1d864d4a7
chore: bump various dependencies
...
- grunt -> 1
- grunt-contrib-watch -> 1
- mocha -> 5
- in common.js: define "global" , see mochajs/mocha#1159
- in builtins.js: revert "console.log" to old value just
after using the mock (in log-helper tests), because
mocha calls "console.log" on failure, before
"afterEach"
2018-09-04 00:15:02 +02:00
aaharu
69c6ca528d
Use files field
2017-11-26 02:08:20 +09:00
tim
d3d39423a3
upgrade uglify-js
2017-10-21 23:04:23 +02:00
Nils Knappmeier
73d5637564
Update dependencies "async" to 2.5.0 and "source-map" to 0.6.1
2017-10-21 16:09:33 +02:00
Nils Knappmeier
7729aa956b
Update grunt-eslint to 20.1.0
2017-10-21 15:42:27 +02:00
Nils Knappmeier
1e954ddf3c
v4.0.11
2017-10-17 22:52:25 +02:00
Nils Knappmeier
670ec6fafb
v4.0.10
2017-05-21 14:11:27 +02:00
Nils Knappmeier
5ec78a8c70
v4.0.9
2017-05-21 13:39:05 +02:00
Nils Knappmeier
fed5818876
v4.0.8
2017-05-02 22:55:44 +02:00
Nils Knappmeier
606fa55b0a
v4.0.7
2017-04-29 22:52:09 +02:00
Lon Ingram
3385de0921
v4.0.6
2016-11-11 12:04:25 -06:00
kpdecker
205c61cfb1
v4.0.5
2015-11-19 23:06:54 -06:00
kpdecker
7a6c228592
Add webpack to dev dependency to support npm 3
2015-11-19 22:55:03 -06:00
kpdecker
0a3b3c2831
Further relax uglify dependency
2015-11-19 22:54:39 -06:00
Paul Lynch
1dc417f1a5
Update uglify-js to avoid vulnerability
2015-11-16 18:23:25 -05:00
kpdecker
b7c95e9feb
v4.0.4
2015-10-29 01:54:17 -05:00
kpdecker
9365b82900
v4.0.3
2015-09-23 22:41:14 -05:00