Rich-Harris
|
66d48c4830
|
dont generate intermediate data objects for components unnecessarily (#442)
|
2017-04-03 19:07:06 -04:00 |
|
Rich-Harris
|
e592c052aa
|
use assign helper, to avoid compatibility headaches
|
2017-04-03 18:38:21 -04:00 |
|
Rich-Harris
|
5c7bc411ec
|
-> v1.13.5
|
2017-04-02 18:02:20 -04:00 |
|
Rich Harris
|
63011075f0
|
Merge pull request #438 from sveltejs/gh-436
read values from range/number inputs as numbers
|
2017-04-02 18:01:04 -04:00 |
|
Rich Harris
|
949dcc5636
|
Merge pull request #439 from sveltejs/gh-437
better error for bind:value="{{foo}}"
|
2017-04-02 18:00:56 -04:00 |
|
Rich-Harris
|
75e8d6205e
|
better error for bind:value="{{foo}}" - fixes #437
|
2017-04-02 17:54:04 -04:00 |
|
Rich-Harris
|
605040ddb7
|
read values from range/number inputs as numbers - fixes #436
|
2017-04-02 17:44:00 -04:00 |
|
Rich-Harris
|
a3ecb67977
|
-> v1.13.4
|
2017-04-02 13:53:41 -04:00 |
|
Rich Harris
|
213c986b80
|
Merge pull request #435 from sveltejs/unclosed-script-infinite-loop
Prevent unclosed <script> causing infinite loop
|
2017-04-02 13:52:41 -04:00 |
|
Rich-Harris
|
05ea031895
|
prevent unclosed <script> causing infinite loop
|
2017-04-02 13:46:06 -04:00 |
|
Rich-Harris
|
fc646925db
|
make it easier to run parser tests solo
|
2017-04-02 13:45:01 -04:00 |
|
Rich-Harris
|
831ed547ba
|
-> v1.13.3
|
2017-04-02 10:19:11 -04:00 |
|
Rich Harris
|
67d6eb89f2
|
Merge pull request #434 from sveltejs/gh-424-alt
Treat literals as special cases when parsing
|
2017-04-02 09:54:03 -04:00 |
|
Rich-Harris
|
6e0d0b1a12
|
use a map to avoid false positives
|
2017-04-02 09:48:14 -04:00 |
|
Rich-Harris
|
6c754c2a3d
|
special case literals
|
2017-04-02 09:25:32 -04:00 |
|
Rich-Harris
|
1a49c2f344
|
Merge branch 'master' into gh-424
|
2017-04-02 09:19:25 -04:00 |
|
Rich Harris
|
6074178c65
|
Merge pull request #427 from sveltejs/gh-423
Make <select> elements use .value prop to update value
|
2017-04-02 09:16:19 -04:00 |
|
Rich Harris
|
0d5d7ff6bf
|
Merge pull request #429 from sveltejs/gh-428
Bind callback passed to custom events to the node context
|
2017-04-02 08:45:42 -04:00 |
|
Rich Harris
|
132de5cf72
|
Merge pull request #430 from sveltejs/disallow-import-root
disallow `import root` during validation
|
2017-04-02 08:35:44 -04:00 |
|
Rich Harris
|
7c5eaa2f91
|
Merge pull request #432 from sveltejs/binding-mutation-bug
prevent hard-to-reproduce bug with deep two-way bindings
|
2017-04-02 08:35:12 -04:00 |
|
Rich-Harris
|
cf626ff880
|
retain binding sourcemaps to the extent possible
|
2017-04-01 17:19:11 -04:00 |
|
Rich-Harris
|
92e4b7f813
|
prevent hard-to-reproduce bug with deep two-way bindings
|
2017-04-01 17:10:08 -04:00 |
|
Conduitry
|
f6934a1d20
|
disallow import root during validation
|
2017-03-31 08:20:37 -04:00 |
|
Conduitry
|
b03c024160
|
bind callback passed to custom events to the node context (#428)
|
2017-03-30 05:05:36 -04:00 |
|
Conduitry
|
96fa0a3eb6
|
add unit test
|
2017-03-29 20:00:35 -04:00 |
|
Conduitry
|
aba21f8eb9
|
<select> elements should use .value prop to update value (#423)
|
2017-03-29 19:17:14 -04:00 |
|
Conduitry
|
e32e69f3e8
|
deconflict tmp within its fragment
|
2017-03-29 17:35:05 -04:00 |
|
Conduitry
|
d2a701c4f5
|
use snake case in generated identifiers (#419)
|
2017-03-29 17:28:28 -04:00 |
|
Conduitry
|
343a005506
|
add unit test for #424
|
2017-03-29 16:57:11 -04:00 |
|
Conduitry
|
eab3f62f25
|
try to parse expressions as javascript before interpreting them as an identifier (#424)
|
2017-03-29 16:19:27 -04:00 |
|
Rich-Harris
|
38ee4f15cf
|
-> v1.13.2
|
2017-03-29 12:10:28 -04:00 |
|
Rich-Harris
|
ae660f9ff9
|
remove surplus root. prefix
|
2017-03-29 12:03:48 -04:00 |
|
Dexter
|
6eb96aadb8
|
Added test for binding bug
|
2017-03-29 15:43:56 +02:00 |
|
Dexter
|
3ba4793728
|
Fixes #420
|
2017-03-29 15:21:01 +02:00 |
|
Rich Harris
|
731f840a34
|
Merge pull request #416 from sveltejs/gh-413
recompute computed values with functions as dependencies
|
2017-03-28 15:33:39 -04:00 |
|
Rich Harris
|
ec5995b78d
|
Merge pull request #417 from sveltejs/gh-409
include css in compiler output
|
2017-03-28 15:33:27 -04:00 |
|
Rich-Harris
|
b5d4b78a80
|
renable tests
|
2017-03-28 15:13:32 -04:00 |
|
Rich-Harris
|
1308907f67
|
include css in compiler output (#409)
|
2017-03-28 14:57:00 -04:00 |
|
Rich-Harris
|
44287f846a
|
recompute computed values with functions as dependencies (#413)
|
2017-03-28 12:29:51 -04:00 |
|
Rich Harris
|
b9d3c235e7
|
Merge pull request #411 from sveltejs/disable-unneeded-buble-transforms
Disable Buble transforms not needed for Node 4
|
2017-03-27 08:53:39 -04:00 |
|
Rich Harris
|
0df3cf634c
|
Merge pull request #412 from sveltejs/gh-410
bundle magic-string
|
2017-03-27 08:53:29 -04:00 |
|
Rich-Harris
|
d779017865
|
use target: { node: 4 } for buble config
|
2017-03-27 08:07:55 -04:00 |
|
Rich-Harris
|
cd74519a12
|
bundle magic-string
|
2017-03-27 08:02:38 -04:00 |
|
Conduitry
|
8d1981f799
|
disable Buble transforms not needed for Node 4
|
2017-03-27 07:25:01 -04:00 |
|
Rich-Harris
|
75392ffc89
|
-> v1.13.1
|
2017-03-26 15:34:24 -04:00 |
|
Rich Harris
|
059fb5f07d
|
Merge pull request #401 from sveltejs/gh-400
Aliasing/deconflicting overhaul
|
2017-03-26 15:32:24 -04:00 |
|
Conduitry
|
0014945777
|
fix merge
|
2017-03-26 15:10:27 -04:00 |
|
Rich Harris
|
108876b64b
|
Merge branch 'master' into gh-400
|
2017-03-26 14:23:28 -04:00 |
|
Rich Harris
|
41dc7507be
|
Merge pull request #407 from sveltejs/gh-398
prevent infinite loops caused by pathological component bindings
|
2017-03-26 14:15:50 -04:00 |
|
Rich-Harris
|
1780876b99
|
prevent infinite loops caused by pathological component bindings (#398)
|
2017-03-26 14:00:52 -04:00 |
|