Commit graph

118 commits

Author SHA1 Message Date
Bruno Windels ebca3935c5 release v0.1.37 2021-03-11 10:28:04 +01:00
Bruno Windels e79e4b525d release v0.1.36 2021-03-10 13:46:19 +01:00
Bruno Windels 0052a11a1e convert post-install script to CJS so we can use require.resolve
this allows us to find where npm/yarn has installed deps, as we can't
assume our own node_modules directory when hydrogen is installed as a
dependency
2021-03-08 14:40:21 +01:00
Bruno Windels 0c0a4011f7 move libraries used to transpile dependencies on post-install to runtime deps
so when using hydrogen as a dependency in another project through yarn or npm,
the installation won't fail because the post-install script can't find its dependencies
2021-03-08 14:21:23 +01:00
Bruno Windels bf9b69ba2a release v0.1.35 2021-03-05 20:17:48 +01:00
Bruno Windels 7af22da587 release v0.1.34 2021-03-05 11:57:35 +01:00
Bruno Windels e820f0e7b9 release v0.1.33 2021-03-04 21:55:21 +01:00
Bruno Windels f8264f1726 release v0.1.32 2021-03-03 14:56:59 +01:00
Bruno Windels 5d8d139f44 release v0.1.31 2021-02-24 12:54:26 +01:00
Bruno Windels 908a119dc9 release v0.1.30 2020-11-20 16:38:43 +01:00
Bruno Windels 67c3fb1910 release v0.1.29 2020-11-11 13:24:10 +01:00
Bruno Windels 82a9fafe8c release v0.1.28 2020-11-10 19:15:39 +01:00
Bruno Windels fd950feb94 release v0.1.27 2020-11-10 16:20:27 +01:00
Bruno Windels aa62a5905d release v0.1.26 2020-11-10 15:29:33 +01:00
Bruno Windels dc05a163df release v0.1.25 2020-11-03 09:13:35 +01:00
Bruno Windels 103dc53841 release v0.1.24 2020-11-02 14:50:20 +01:00
Bruno Windels 8642981fb8 release v0.1.23 2020-11-02 14:16:10 +01:00
Bruno Windels 8803b84e2b release v0.1.22 2020-11-02 12:23:46 +01:00
Bruno Windels 9afcb154cb release v0.1.21 2020-10-29 10:48:55 +01:00
Bruno Windels 215a5de289 release v0.1.20 2020-10-23 17:46:28 +02:00
Bruno Windels 08645c8bc0 release v0.1.19 2020-10-22 09:26:15 +02:00
Bruno Windels 1c20556c8d release v0.1.18 2020-10-20 17:51:16 +02:00
Bruno Windels 13f1620d88 release v0.1.17 2020-10-20 17:04:23 +02:00
Bruno Windels f7520bbfc0 release v0.1.16 2020-10-20 15:30:46 +02:00
Bruno Windels 41d624a1ae release v0.1.15 2020-10-16 15:50:33 +02:00
Bruno Windels 8923758478 release v0.1.14 2020-10-14 15:33:03 +02:00
Bruno Windels 398a5aa4e3 release v0.1.13 2020-10-14 15:12:22 +02:00
Bruno Windels a9cab44314 release v0.1.12 2020-10-14 14:21:07 +02:00
Bruno Windels d504d62108 release v0.1.11 2020-10-14 14:06:37 +02:00
Bruno Windels 16b3b7e282 release v0.1.10 2020-10-09 17:28:22 +02:00
Bruno Windels 0db3842fcc release v0.1.9 2020-10-08 16:18:55 +02:00
Bruno Windels 47a43869e6 fix grid layout in IE 11
this brings back index addressing rather than x y in the grid vm,
as we need to have a css class for every position for IE 11,
as we can't use css variables and autoprefixer can
translate grid-areas
2020-10-08 14:17:43 +02:00
Bruno Windels 1a331a22ec release v0.1.8 2020-10-07 18:01:52 +02:00
Bruno Windels 75345a016b release v0.1.7 2020-10-06 13:32:58 +02:00
Bruno Windels 0bacde7f13 release v0.1.6 2020-10-06 13:10:07 +02:00
Bruno Windels 2cf21573b8 release v0.1.5 2020-10-05 18:20:57 +02:00
Bruno Windels 5bba5778c4 release v0.1.4 2020-10-02 14:04:55 +02:00
Bruno Windels a6bf549d7e release v0.1.3 2020-10-01 16:35:49 +02:00
Bruno Windels c6cb345e16 release v0.1.2 2020-09-28 15:38:27 +02:00
Bruno Windels e3581c8260 use our fork of es6-promise with flush exposed as the promise polyfill 2020-09-28 15:27:38 +02:00
Bruno Windels a7ceabad37 release v0.1.1 2020-09-24 16:47:44 +02:00
Bruno Windels b03cbc3ae9 release v0.1.0 2020-09-24 11:18:18 +02:00
Bruno Windels 36b56132b0 add TextEncoder/Decoder polyfill to legacy bundle 2020-09-18 12:04:22 +02:00
Bruno Windels 5752cca69c go back to bs58 and use other base64 decoder
as base-x isn't meant for base64
2020-09-17 17:56:05 +02:00
Bruno Windels 4ec0e67384 use base-x to support both base64 and base58 2020-09-17 11:36:54 +02:00
Bruno Windels 729e669ec8 add aes-js dep 2020-09-16 18:31:17 +02:00
Bruno Windels ff09f82f81 add bs58 as a dependency
override some of its imports as they would just add
a lot of nodejs fluff that needs stubbing out for a browser.
2020-09-16 16:58:35 +02:00
Bruno Windels 2f2a2ee73f release v0.0.37 2020-09-14 18:34:23 +02:00
Bruno Windels 5b04587722 release v0.0.36 2020-09-11 17:49:11 +02:00
Bruno Windels 4bc56cb41a release v0.0.35 2020-09-11 14:54:02 +02:00