Commit Graph

534 Commits

Author SHA1 Message Date
ido 3eb8df60b3 0.6.0 2017-01-02 16:46:26 +02:00
ido b78c3cae3e use babel-node to fix node 4 issues 2017-01-02 16:13:43 +02:00
ido 07547fdb68 fix eslint issue and lock versions 2017-01-01 17:19:35 +02:00
ido b125af0440 fix eslint error 2017-01-01 16:56:20 +02:00
Antonino Porcino d853510890 trim some trailing spaces 2016-12-29 16:11:59 +02:00
Antonino Porcino 12998d1022 fix broken --react-import-path when path is different from "react" 2016-12-29 16:09:49 +02:00
Antonino Porcino 5ccbfec25a removed some trainling spaces in docs/cli.md 2016-12-29 15:01:42 +02:00
ido b2525009b6 fix tests 2016-12-29 15:01:07 +02:00
Antonino Porcino 9dbff140cf do not use _() in rt-class, fixes #179 2016-12-29 14:33:24 +02:00
Antonino Porcino 5c730e8b95 updated comment explaining the regex 2016-12-29 13:03:04 +02:00
Antonino Porcino f3fc45f119 fixed broken html tests
Fixed html tests that were not running due to changed file name.
Failing html tests now dump "actual" html instead of the code that
generates it (.actual.html)
Fixed title for rtStyle tests
Removed compareAndWriteHtml() that is no longer needed
2016-12-29 12:56:27 +02:00
Antonino Porcino 8623963796 implements #175, better rt-scope syntax parser 2016-12-29 12:52:58 +02:00
Antonino Porcino dd2fbae5ec fix #190: allow kebab-case names containing more than one '-' 2016-12-29 12:50:40 +02:00
Antonino Porcino 079f5da0d1 fix #191, allow use of 'class' in custom-elements 2016-12-29 12:34:58 +02:00
ido a4962c5946 0.5.4 2016-09-28 18:25:11 +03:00
ido b657cb70d9 remove console.log 2016-09-28 18:24:53 +03:00
ido 364a3e300d 0.5.3 2016-09-28 18:20:11 +03:00
ido 7d69fd08e3 ignore temp playground web site 2016-09-28 18:19:33 +03:00
ido a993f8b172 update dependencies
minor fixes
2016-09-28 18:16:17 +03:00
ido f086cd63ea fix test 2016-07-21 10:55:39 +03:00
Marcus R. Brown 4a403dffbf Fix code generation for rt-template siblings. (#164)
* Clean up the list of propTemplates fixtures.

* Subtract the child index of a rt-template tag by the number of rt-template tags seen.

Fixes wix/react-templates#163.
2016-07-21 10:26:18 +03:00
ido fb3afc9a5b update dependencies 2016-07-21 10:20:20 +03:00
ido 556633d977 compare html with cheerio 2016-07-21 10:20:01 +03:00
Antonino Porcino b3cc40e297 Moved function "jsonText" to be local to "convertText" 2016-07-09 11:56:26 +02:00
Antonino Porcino 854293c589 code formatting 2016-07-09 10:19:44 +02:00
Antonino Porcino 6af5715ea1 Do not normalize whitespaces within { } expressions 2016-07-09 10:19:19 +02:00
Antonino Porcino a6be6ffc9c Type in README.md 2016-07-08 14:11:15 +02:00
Antonino Porcino 36d69bdcb3 Added rt-pre attribute to README.md 2016-07-08 14:09:48 +02:00
Antonino Porcino 6c7d032e15 Updated CLI doc file 2016-07-08 14:09:20 +02:00
Antonino Porcino 720db6c121 Test for --normalize-html-whitespace CLI option 2016-07-08 14:07:27 +02:00
Antonino Porcino 6348e53306 Added --normalize-html-whitespace CLI option 2016-07-08 14:06:47 +02:00
Antonino Porcino d80de30f62 Forbid rt-repeat in root nodes (fix #171) 2016-07-08 12:19:35 +02:00
Antonino Porcino 9b8d15a530 Restrict attributes on rt-virtual (fix #152) 2016-07-08 11:45:16 +02:00
Antonino Porcino 4559fdf744 refactored test code eliminating repeating functions 2016-07-08 09:50:18 +02:00
Antonino Porcino c801cb6acf Do not discard non breaking space (fix #151) 2016-07-08 08:58:55 +02:00
Antonino Porcino fb8d4028dd Test for react-native 0.29.0 2016-07-07 13:52:23 +02:00
Antonino Porcino bde2f67e01 Support for react native 0.29.0 2016-07-07 13:52:06 +02:00
Antonino Porcino 305d132a48 Emit code with different react-native versions 2016-07-07 13:51:44 +02:00
Antonino Porcino 5dcc94deb5 Multiple --native-target-version in command line argument 2016-07-07 10:38:09 +02:00
Antonino Porcino a993ebffde Fix #167 --native CLI behaviour 2016-07-06 19:53:42 +02:00
nino-porcino 46caeea387 Fix #138, #139, #134, #144, #145, #147, #157, #158, #161, #162 (#142)
* Single child for rt-template (fixes #138)

* Nested scope functions (fixes #139)

* Forbid nested rt-import (fixes #134)

* Vendor prefixes style keys (#144)

* Renamed test file

* Forbid expressions in style keys (#145)

* fixed rt-import and AMD (#147)

* Updated documentation

* Fixed links in README.md

* Sanitize comments (fix #158)

* Disable comments when es6 (fix#157)

* Added test case for comments

* Simplified TypeScript output

* Test cases for simplified TypeScript output

* Fixed wrong TypeScript output (#161)

* fix repeat with custom index (#162)
2016-07-06 11:25:08 +03:00
nino-porcino c3a6e46220 Updated to React v15.1.0 (#143) 2016-07-06 10:33:48 +03:00
Omer Ganim ff5bccdd93 0.5.2 2016-05-15 18:16:04 +03:00
Omer Ganim 2a9bd2b4c9 add context parameter to stateless components (fixes #130) 2016-05-15 18:14:42 +03:00
Omer Ganim 042c73882f 0.5.1 2016-05-15 16:58:05 +03:00
Omer Ganim 1094fa8215 0.5.0 2016-05-15 16:53:55 +03:00
Omer Ganim 66f709592c regenerate playground 2016-05-15 16:48:39 +03:00
Omer Ganim 43019f987e stop transpiling test files 2016-05-15 16:46:09 +03:00
Omer Ganim dc9e84e99b add option for custom index variable in react templates (fixes #88) 2016-05-15 16:44:55 +03:00
Omer Ganim 5b6eb7222c add rt-stateless option for stateless functional components (fixes #75) 2016-05-15 16:44:55 +03:00