Commit Graph

16 Commits

Author SHA1 Message Date
Manuel Friedli 17afa92bfe Re-initialized the project with angular-cli and set it up as the build tool chain. 2017-04-08 00:24:44 +02:00
Manuel Friedli 5ef1848db2 Activate Angular production mode on master branch. 2017-03-15 03:57:59 +01:00
Manuel Friedli 277b34ab58 Updated version for next development cycle. 2017-03-15 02:40:34 +01:00
Manuel Friedli 5ed89f16fe Prepare release 1.0.0 2017-03-15 02:37:15 +01:00
Manuel Friedli 77a79bf588 Added a first simple test.
That serves as a proof-of-concept and as a template for future tests.
It's a start!
2017-03-15 02:22:24 +01:00
Manuel Friedli f103b0b1fe Removed "dencode" from where it was publicly visible. 2017-03-15 00:40:28 +01:00
Manuel Friedli 1386babee5 Fixed conversions that depend on pure JS modules
That is:
- quoted printable
- punycode
- (utf8), dependency of quoted printable
2017-03-14 23:36:39 +01:00
Manuel Friedli 8fc3b8e3aa Now it mostly works with some limitations:
- ambient declarations seem not to be working, thus the following
  converters have temporarily been disabled:
  - punycode
  - utf8
  - quoted-printable
2017-03-14 17:35:36 +01:00
Manuel Friedli 3938254b36 Using the latest version of extract-text-webpack-plugin
This resolves an issue where this plugin doesn't work at all.
2017-03-14 15:45:31 +01:00
Manuel Friedli be51aab2ee Intermediate commit:
- webpack build does not run successfully, typescript errors out, saying
  "TS2304: Cannot find name 'module'." or 'require' or 'process' in
  certain .ts files.
2017-03-14 15:42:11 +01:00
Manuel Friedli c8e2c421a6 added punycode de- and encoder 2016-09-27 23:50:52 +02:00
Manuel Friedli 02735ff4a1 added QuotedPrintable{De,En}coder. 2016-09-20 22:02:38 +02:00
Manuel Friedli a77509e678 updated typings, commented error provoking line 2016-09-15 22:06:01 +02:00
Manuel Friedli 0cf6eeaedf updated to angular-2.0.0 (final) 2016-09-15 12:40:13 +02:00
Manuel Friedli 325b361a15 updated package.json 2016-06-06 15:03:14 +02:00
Manuel Friedli 788f865225 added package.json and updated .gitignore 2016-06-06 14:50:30 +02:00