- Fixes to how the analytics events are being sent
- Changed Google Analytics to Gtag Manager, because the previous implementation stopped working completely.
- Added some analytics events to track usage
- Fixed saved writing compression for Firefox (using lz-string compressToUTF16)
- Likely reduced file size (124.33kb) due to tree-shaking
- lz-string compress is not compatible with compressToUTF16; all previously saved writings are lost :(
- Saving writings, and exporting
- Moved to Typescript, with Rollup, prettier, and jest tests