Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-18 | get rid of web-common and build directory (in favor of just dist/) | Florian Dold | |
2019-08-16 | use packaged type declarations | Florian Dold | |
2019-08-14 | prepare for npm publish | Florian Dold | |
2019-07-31 | headless wallet WIP | Florian Dold | |
2019-07-21 | headless wallet skeleton, type fixes | Florian Dold | |
2019-05-08 | adjust to exchange protocol changes | Florian Dold | |
2019-05-07 | update package versions | Florian Dold | |
2019-03-28 | get pogen via npm registry | Florian Dold | |
2018-09-22 | wasm | Florian Dold | |
2018-09-20 | update packages | Florian Dold | |
2018-02-20 | fix file include pattern | Florian Dold | |
2018-02-07 | prevent embedding wallet pages in other web pages | Florian Dold | |
2018-01-03 | fix lint issues and separate message types into multiple files | Florian Dold | |
2017-10-15 | add missing typeof, makes unit tests pass | Florian Dold | |
2017-07-20 | do not swallow errors | Florian Dold | |
2017-06-06 | fix 'make dist', add changelog, version numbers for 0.3v0.3.0 | Florian Dold | |
2017-05-29 | lint for unused variables, fix query bug detected by this | Florian Dold | |
2017-05-29 | include sourcemaps even in production | Florian Dold | |
2017-05-29 | include emscripten binary at new location | Florian Dold | |
2017-05-29 | fix strings.ts generation | Florian Dold | |
2017-05-28 | gulpfile / translations | Florian Dold | |
2017-05-27 | Simplify loading of the emscripten lib. | Florian Dold | |
This removes an ugly hack and makes it possible to access the emscripten compiled library from within nodejs test cases more easily. | |||
2017-05-27 | node_modules, clean up package.json | Florian Dold | |
2017-05-27 | put ts output into build directory | Florian Dold | |
2017-05-27 | be always very strict (recently added to typescript) | Florian Dold | |
2017-05-24 | simplify translations build system | Florian Dold | |
2017-04-24 | Optimize production builds. | Florian Dold | |
Uses UglifyJS, and thus TypeScript needs to compile down to ES5, since UglifyJS does not yet fully support ES6. Once all ES6 bugs in UglifyJS, we should compile to ES6 again. | |||
2017-04-24 | Reorganize module loading. | Florian Dold | |
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node. | |||
2017-02-16 | always compile to strict mode | Florian Dold | |
2016-11-23 | update configure/makefilev0.2.0 | Florian Dold | |
2016-11-23 | more reproducible build (fixed time stamp, sort files) | Florian Dold | |
2016-11-13 | restructuring | Florian Dold | |
2016-11-13 | Finally give in and use React, minor tweeks. | Florian Dold | |
Preact (a minimalistic React alternative) had too many bugs ... | |||
2016-11-08 | fixes to test harness | Florian Dold | |
2016-11-02 | TAP-based test harness | Florian Dold | |
2016-10-25 | do not include *.po* and duplicate images in build | tg(x) | |
2016-10-21 | manifest: author, icons, stable name | tg(x) | |
2016-10-17 | automatic refresh | Florian Dold | |
2016-10-14 | fix build system | Florian Dold | |
2016-10-06 | firefox build: min_version, xpi | tg(x) | |
2016-10-05 | prettier syntax (JSX) for rendering | Florian Dold | |
2016-10-05 | type declaration for cloneInto | Florian Dold | |
2016-10-04 | deal with symlinks correctly (requires newer vinyl-fs) | Florian Dold | |
2016-10-04 | fix build script for new gulp-typescript version | Florian Dold | |
2016-09-28 | version | Florian Dold | |
2016-09-14 | move to ES6, clean up views | Florian Dold | |
2016-09-12 | stricter type checking | Florian Dold | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-01 | include .d.ts. files in source distributionv0.0.0 | Florian Dold | |
2016-06-01 | use display version instead of upload version in dist tarball | Florian Dold | |