Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some massive reworks #282

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Some massive reworks #282

wants to merge 11 commits into from

Commits on Oct 21, 2021

  1. massive refactoring

    - switch from webpack to rollup
    - switch from npm to yarn
    - update dependencies
    - fix missing type info
    -
    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    415abcd View commit details
    Browse the repository at this point in the history
  2. fix rollup config

    - rollup now reports TS compile errors
    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    05ad31a View commit details
    Browse the repository at this point in the history
  3. refactor message format

    - rename "sender" to "origin"
    - convert string constants to enums
    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a6e90b5 View commit details
    Browse the repository at this point in the history
  4. new option to add "sender" identifiert

    - added a new function call to support displaying a chat respone sender
    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b0e812a View commit details
    Browse the repository at this point in the history
  5. add option to alter timestamp format

    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f57f44c View commit details
    Browse the repository at this point in the history
  6. added missing export

    - addResponseMessageWithSender
    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    2ce29f7 View commit details
    Browse the repository at this point in the history
  7. make output css file name backward compatible

    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    168766f View commit details
    Browse the repository at this point in the history
  8. make output directory structure backward compatible

    sebcramer authored and Sebastian Cramer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7b5dfa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. (re-)enable unit testing

    sebcramer committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4b88a33 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. update output to es6

    sebcramer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6a883ef View commit details
    Browse the repository at this point in the history
  2. bump version

    sebcramer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c135b37 View commit details
    Browse the repository at this point in the history