Commit Graph

39 Commits

Author SHA1 Message Date
Evgeny Kochetkov
a0709375ae chore(infra): release 0.19.2 2018-03-12 16:47:47 +03:00
Evgeny Kochetkov
448dc09c9b chore(infra): release 0.19.0 2018-03-02 14:22:03 +03:00
Evgeny Kochetkov
3e60017a07 chore(infra): release 0.18.0 2018-02-07 16:45:38 +03:00
Kirill Shumilov
6d37728937 chore(xod): update hm-def and sanctuary-def, fix some wrong function definitions that brokes runtime 2018-01-16 11:46:02 +03:00
Kirill Shumilov
d2027e79b3 chore(xod): update Webpack to v3 (bundle reduced x2), update Ramda versions, prepare it for further updates
Squashed commits:
[af77987] refactor(xod-client, xod-client-browser, xod-client-electron): move common webpack config into xod-client, and extend it with specific options in other endpoint clients (browser/electron)
[ddae62d] chore(xod): update `hm-def` to latest `0.2.1` version (that uses the same Ramda version)
[5d80680] chore(xod): prepare all Ramda imports and some functions to migrate to 0.25.1 to be optimized better by tree-shaker (0.25.0 already has a features for better tree shaking, but it has a lot of bugs and perfomance regressions, so we’ll stay at 0.24.1 for a while)
[9c05d6c] chore(xod-client-browser, xod-client-electron): enable UglifyJS webpack plugin to eliminate dead code and minify bundle (7.8MB -> 3.8MB)
[cafbfcf] chore(xod, xod-client-browser, xod-client-electron): update webpack to version 3, update loaders,
2017-12-29 13:31:32 +03:00
Victor Nakoryakov
ec5946a00e chore(infra): release 0.17.0 2017-12-26 15:56:11 +03:00
Victor Nakoryakov
2a9c2f3f5e chore(infra): release 0.16.0 2017-12-01 13:46:09 +03:00
Kirill Shumilov
4e52e9a72b chore(xod-project): update chai to latest 4.1.2 version, fix few tests (breaking changes + some tests falsy passed in the past) 2017-11-24 14:05:54 +03:00
Kirill Shumilov
e9b2eb15a1 feat(xod-client, xod-client-browser, xod-client-electron, xod-fs): add feature to install libraries from cloud in the IDE, integrate in both clients, add saving on FS for desktop client 2017-11-15 10:49:10 +03:00
Victor Nakoryakov
dbafc6d8ee chore(infra): release 0.15.0 2017-10-31 12:00:02 +03:00
Evgeny Kochetkov
bd26bb2618 chore(infra): update node, yarn, lerna; use yarn workspaces
Closes #805
2017-10-21 10:00:44 +03:00
Victor Nakoryakov
08bd83f4a3 chore(infra): release 0.14.0 2017-10-04 15:25:15 +03:00
Evgeny Kochetkov
41383173c7 refactor(xod-client): split Patch component to multiple files that are responsible for each editor mode 2017-09-15 13:25:59 +03:00
Victor Nakoryakov
8b7e497264 chore(infra): release 0.13.0 2017-09-04 12:35:03 +03:00
Victor Nakoryakov
079a8f5aae chore(infra): release 0.12.1 2017-08-09 17:57:28 +03:00
Victor Nakoryakov
1e890d0f83 chore(infra): release 0.12.0 2017-08-07 11:14:08 +03:00
Victor Nakoryakov
495a7ba889 chore(infra): bump version to 0.12.0-dev.1 2017-08-04 18:07:06 +03:00
Victor Nakoryakov
80008d8da0 chore(infra): bump version to 0.12.0-dev 2017-08-03 12:37:53 +03:00
Victor Nakoryakov
3d98fedd04 chore(infra): release 0.11.0 2017-07-24 18:49:28 +03:00
Kirill Shumilov
b451036f92 chore(xod): bump package versions to 0.11.0-dev 2017-07-13 13:28:33 +03:00
Kirill Shumilov
06ef445cfe chore(infra): bump package versions to 0.10.0 2017-06-28 13:54:47 +03:00
Victor Nakoryakov
74249f366c doc(infra): apply AGPL-3.0 license 2017-06-26 15:20:57 +03:00
Evgeny Kochetkov
17ecdabc59 chore(all): specify actual published version is package.json 2017-06-20 13:47:52 +03:00
Evgeny Kochetkov
07bea4ea83 chore(all): get rid of ‘engines’ fields in package.json where they are not needed 2017-06-20 13:38:32 +03:00
Evgeny Kochetkov
0a46362b54 infra(xod-project, xod-func-tools, xod-fs, xod-client, xod-arduino): make babel generate sourcemaps on build
Why not in .babelrc?
See here: https://github.com/babel/babel/issues/2484
2017-05-29 18:04:54 +03:00
Evgeny Kochetkov
c437bb05eb chore(infra): update to hm-def v0.2.0 2017-05-18 19:19:10 +03:00
Victor Nakoryakov
48f5587d91 refactor(infra): switch npm to yarn 2017-05-12 14:54:46 +03:00
Kirill Shumilov
a3470b367b refactor(xod-project): move explode function into another package xod-func-tools and add one new function getNodePin 2017-03-23 18:41:48 +03:00
Evgeny Kochetkov
bdf62a3e6f tweak(xod-project): add a name field to Project 2017-03-15 15:36:25 +03:00
Evgeny Kochetkov
9a93f0ae99 chore(*): update Ramda to 0.23 2017-03-10 21:39:18 +03:00
Victor Nakoryakov
5eea097272 fix(infra): update to latest hm-def to fight regression 2017-03-10 19:41:24 +03:00
Victor Nakoryakov
b1c04b2cb0 refactor(xod-project,infra): switch to external hm-def 2017-02-22 00:26:10 +03:00
Victor Nakoryakov
3c8b6e83ab chore(hm-def,xod-project): make linter happy 2017-02-10 17:52:22 +03:00
Victor Nakoryakov
c63f41bc19 refactor(infra): setup hm-def package scaffold 2017-02-10 17:52:22 +03:00
Kirill Shumilov
543bebe4df fix(xod-project): add scripts into package.json and mocha.opts into test folder 2016-12-15 13:51:25 +03:00
Kirill Shumilov
f4999d9a7d feat(xod-project): add some implementations and tests 2016-12-14 20:28:09 +03:00
Kirill Shumilov
bd7967f740 feat(xod-project): implement some methods of project, some utils and tests for them 2016-12-14 20:27:34 +03:00
Victor Nakoryakov
d9e7664251 refactor(infra): move documentation building to the top level 2016-12-08 17:11:03 +03:00
Victor Nakoryakov
1dad8df49c doc(core): add documentation scaffold for xod-project 2016-11-24 15:54:06 +03:00