Commit graph

1224 commits

Author SHA1 Message Date
impinball
cb29a21ec3 Fix #873, regenerate minified variants.
Drive-by fix: uppercase tag name in failing m.trust test (doesn't make it
pass, though).
2015-12-10 18:54:43 -05:00
Leo Horie
747ba7e6d9 Merge pull request #834 from isiahmeadows/patch-2
Create a bug reporting/contributing/style guide
2015-12-10 16:34:40 -05:00
Leo Horie
c5a012b6f6 Merge pull request #877 from nordfjord/next
fix subcomponent unloading
2015-12-10 14:23:21 -05:00
Leo Horie
0cc97ec220 Merge pull request #879 from nordfjord/fix-linting
fix linting errors
2015-12-10 14:22:32 -05:00
Einar Norðfjörð
5ef5addb82 fix linting errors 2015-12-10 19:01:52 +00:00
Einar Norðfjörð
e846335f16 fix subcomponent unloading 2015-12-10 18:34:08 +00:00
Leo Horie
bdbe0b8a21 Merge pull request #876 from KasperTidemann/next
Fixes wording.
2015-12-10 09:59:29 -05:00
kaspertidemann
a3af03a600 Fixes wording. 2015-12-10 15:51:17 +01:00
Leo Horie
0fcba67340 add installation link to readme 2015-12-02 22:12:00 -05:00
Leo Horie
b121ba2824 point to mithril-objectify 2015-12-02 22:06:05 -05:00
Leo Horie
b12453b156 Merge pull request #849 from bewildergeist/download-links-to-installation
Point Download button and topnav link to installation.html
2015-12-01 18:38:09 -05:00
Leo Horie
b4656958c9 Merge pull request #862 from veggiemonk/next
Overriding extract option in m.request
2015-12-01 18:37:22 -05:00
Julien Bisconti
bd0ce5c06b Overriding extract option in m.request
fixes: #859
2015-12-01 18:04:11 +01:00
Isiah Meadows
c65b3f29a7 Merge pull request #861 from veggiemonk/patch-1
fix missing paren in code
2015-11-30 15:11:59 -05:00
Julien Bisconti
c92c92d9df fix missing paren in code 2015-11-30 21:06:58 +01:00
impinball
0b173deed7 Merge 'origin/patch-2', remove trailing commas 2015-11-25 22:45:45 -05:00
impinball
e0f51db618 Disable tests that mysteriously affect others 2015-11-25 22:43:02 -05:00
impinball
f673306d6c Merge remote-tracking branch 'origin/next' into patch-2 2015-11-19 18:12:43 -05:00
impinball
a5fbc70853 Merge branch 'next' of https://github.com/lhorie/mithril.js into next 2015-11-15 22:50:27 -05:00
Dan Okkels Brendstrup
e9d46d0e06 Download button + links point to Installation page 2015-11-15 20:59:53 +01:00
impinball
37266a2b8f Merge branch 'next' of https://github.com/lhorie/mithril.js into patch-2 2015-11-13 21:55:36 -05:00
impinball
53f5c9d21b Merge branch 'patch-2' of https://github.com/impinball/mithril.js into patch-2 2015-11-13 21:52:25 -05:00
impinball
b7ae45b6e0 Address @lhorie's comments, fix HTML test files 2015-11-13 21:40:25 -05:00
Leo Horie
edc5dca238 Merge pull request #846 from bewildergeist/lowercase-npm-package-name
Revert to lowercase NPM package name
2015-11-13 08:42:55 -05:00
Dan Okkels Brendstrup
101d4523b4 Revert to lowercase NPM package name
As per https://docs.npmjs.com/files/package.json#name as mentioned by @Pumpuli
in #845.
2015-11-13 08:40:08 +01:00
Leo Horie
5269f9b1ce don't use non-standard trim, dies on Travis CI 2015-11-12 23:42:27 -05:00
Leo Horie
4de23eb5c8 Merge remote-tracking branch 'origin/next' into next 2015-11-12 23:31:06 -05:00
Leo Horie
28366212b0 prevent IE error #810 2015-11-12 23:30:50 -05:00
Leo Horie
0b4ec86221 Merge pull request #835 from PaulAvery/next
Do not use `window` when it is not available
2015-11-12 22:47:33 -05:00
Leo Horie
12cc183687 Merge pull request #845 from bewildergeist/one-config-to-rule-them-all
Read version number + other info from package.json
2015-11-12 22:39:35 -05:00
Leo Horie
04afc9a2c5 stop eslint nag 2015-11-12 22:36:05 -05:00
Leo Horie
e3e2fba060 remove broken badge 2015-11-12 18:54:08 -05:00
Dan Okkels Brendstrup
0c38f9ec1c Read version number + other info from package.json 2015-11-12 23:53:04 +01:00
Leo Horie
92c9334006 don't break concat scripts 2015-11-12 16:28:58 -05:00
Leo Horie
db66d89bc5 Merge pull request #844 from bewildergeist/fix-license
Fix MIT license annotation in package.json
2015-11-12 16:07:46 -05:00
Dan Okkels Brendstrup
d20c0a77bb Fix MIT license annotation in package.json
As per https://docs.npmjs.com/files/package.json#license
2015-11-12 21:54:50 +01:00
Leo Horie
e9e8b0922f Merge pull request #837 from sisidovski/fix_sample
Change m.mount to m.component in sample html
2015-11-12 14:32:02 -05:00
Leo Horie
6971d85d28 Merge pull request #841 from cnatis/patch-1
Fixed syntax error in example
2015-11-12 14:03:35 -05:00
Christian Natis
a3410b8f3e Fixed syntax error in example 2015-11-12 10:56:46 -05:00
Leo Horie
e62eaed0fd Merge pull request #838 from impinball/patch-4
Misread ESLint docs...(meant to allow `x|0`)
2015-11-11 23:27:19 -05:00
Isiah Meadows
db9786110d Misread ESLint docs...
It was supposed to permit `x|0` as well as `x | 0`.
2015-11-11 21:40:32 -05:00
sisidovski
b36b9868c5 Change m.mount to m.component in sample html 2015-11-12 04:34:20 +09:00
Isiah Meadows
2ccd07b8f0 Remove redundant part, s/space/line break/ 2015-11-10 14:43:10 -05:00
Isiah Meadows
7eb2c9a5b1 Add mention of browser [ci skip] 2015-11-10 14:26:12 -05:00
Isiah Meadows
d4b618d2af Clarify a few things [ci skip] 2015-11-10 14:24:31 -05:00
Isiah Meadows
8d1f33860b Spell check != grammar check 2015-11-10 13:55:06 -05:00
impinball
85f7fa6b41 Merge branch 'patch-2' of https://github.com/impinball/mithril.js into patch-2 2015-11-10 03:25:17 -05:00
Isiah Meadows
9fab2b8371 Create CONTRIBUTING.md
I added the following to it:

- Bug reporting
- Feature requests
- Contributing guide
- Style guide
2015-11-10 03:22:39 -05:00
impinball
1f0068df1a Merge branch 'next' of https://github.com/lhorie/mithril.js into next 2015-11-10 02:46:44 -05:00
Leo Horie
ab51a055f5 Merge pull request #836 from impinball/patch-3
Fix #824
2015-11-08 21:34:28 -05:00