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

Feature/v1 #99

Merged
merged 71 commits into from
Jan 22, 2023
Merged

Feature/v1 #99

merged 71 commits into from
Jan 22, 2023

Commits on Dec 4, 2021

  1. style(tsconfig): chagne to use esModuleInterop

    d-kimsuon committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    d1f071d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a72874 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. feat(*): using yarn workspace

    d-kimsuon committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    e300889 View commit details
    Browse the repository at this point in the history
  2. chore(*): fixed launch.json and added commitizen

    d-kimsuon committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    0bd5888 View commit details
    Browse the repository at this point in the history
  3. refactor(example): move example project to packages

    d-kimsuon committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    8dc5c01 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    c28162a View commit details
    Browse the repository at this point in the history
  2. feat(*): moved compiler-api-helper this repository

    d-kimsuon committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    33e2368 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    684b459 View commit details
    Browse the repository at this point in the history
  2. chore(compiler-api-helper): nohoist dependencies

    d-kimsuon committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3beabb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abaf6f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3497593 View commit details
    Browse the repository at this point in the history
  5. chore(*): fix spell missings

    d-kimsuon committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    f781546 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. refactor(compiler-api-helper): errors

    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8599fde View commit details
    Browse the repository at this point in the history
  2. feat(ts-type-expand): update lifecycle for extension

    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    eba61b6 View commit details
    Browse the repository at this point in the history
  3. feat(ts-type-expand): refactor extension config

    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    51db70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1762dc1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #241 from d-kimuson/feature/v1-monorepo

    Feature/v1 monorepo WIP
    d-kimuson authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d62f7e2 View commit details
    Browse the repository at this point in the history
  6. fix(compiler-api-helper): fixed bug that type parameter for variable …

    …is resolved as unknown
    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c0ed5ee View commit details
    Browse the repository at this point in the history
  7. chore(*): fixed lint-staged does't working

    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    58f8e56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bbac1d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/v1-monorepo' into feature/v1

    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dea001e View commit details
    Browse the repository at this point in the history
  10. style(*): fix deploy script & add beta project

    d-kimsuon committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dd34e09 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. feat(compiler-api-helper): reduce bundle size

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    0b40f5c View commit details
    Browse the repository at this point in the history
  2. v0.0.2

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    f9e76dd View commit details
    Browse the repository at this point in the history
  3. fix(*): stop recursive logic again

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    27bcd1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c9b65e View commit details
    Browse the repository at this point in the history
  5. 0.0.24 release

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3ce6d18 View commit details
    Browse the repository at this point in the history
  6. chore(*): update deploy flow and fix that bug node_modules cannot be …

    …packaged
    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    a7ff044 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfdd9a9 View commit details
    Browse the repository at this point in the history
  8. fix(*): easy error handlinking while displaying appropriate messages …

    …in case of unexpected errors
    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    ad15b2c View commit details
    Browse the repository at this point in the history
  9. 0.0.25 release

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    a6f7f51 View commit details
    Browse the repository at this point in the history
  10. fix(*): error status of express is not working properly and should no…

    …t be used
    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    e1bef5c View commit details
    Browse the repository at this point in the history
  11. 0.0.26 release

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    a3b667b View commit details
    Browse the repository at this point in the history
  12. 0.0.27 release

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    5d2753b View commit details
    Browse the repository at this point in the history
  13. docs(ts-type-expand-beta): create symlink for readme

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    f40d0c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa56e52 View commit details
    Browse the repository at this point in the history
  15. 0.0.28 release

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3b1dfd5 View commit details
    Browse the repository at this point in the history
  16. chore(*): add license file

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    d8b4afa View commit details
    Browse the repository at this point in the history
  17. docs(changelog): update changelog for v1 wip

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    72886c6 View commit details
    Browse the repository at this point in the history
  18. docs(*): add about new option

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    47f5aa1 View commit details
    Browse the repository at this point in the history
  19. 0.0.29 release

    d-kimsuon committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    8b1afa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    b55e4db View commit details
    Browse the repository at this point in the history
  2. 0.0.30 release

    d-kimsuon committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    875b96e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. feat(ts-type-expand): update display text

    d-kimsuon committed May 28, 2022
    Configuration menu
    Copy the full SHA
    8a2f9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8562477 View commit details
    Browse the repository at this point in the history
  3. 0.0.31 release

    d-kimsuon committed May 28, 2022
    Configuration menu
    Copy the full SHA
    c8cbc60 View commit details
    Browse the repository at this point in the history
  4. 0.0.32 release

    d-kimsuon committed May 28, 2022
    Configuration menu
    Copy the full SHA
    0242ca5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Merge remote-tracking branch 'origin/master'

    d-kimsuon committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    8c100f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/v1

    d-kimsuon committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    6ecca1f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. chore(logs): add logger for debug

    d-kimsuon committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    dfc9f1c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    eb53e91 View commit details
    Browse the repository at this point in the history
  2. 0.0.33 release

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a6edcc0 View commit details
    Browse the repository at this point in the history
  3. 0.0.34 release

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9547399 View commit details
    Browse the repository at this point in the history
  4. fix(logger): fix logger

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    093183c View commit details
    Browse the repository at this point in the history
  5. feat(*): support symbol, promise-like type

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a920a7b View commit details
    Browse the repository at this point in the history
  6. 0.0.35 release

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3563236 View commit details
    Browse the repository at this point in the history
  7. docs: update changelog

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    337a69b View commit details
    Browse the repository at this point in the history
  8. fix(extension): fix restart logic

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8ea3394 View commit details
    Browse the repository at this point in the history
  9. 0.0.36 release

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    73516e3 View commit details
    Browse the repository at this point in the history
  10. docs(readme): update readme

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e528fe6 View commit details
    Browse the repository at this point in the history
  11. chore(eslint): update linter configure

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6ff11db View commit details
    Browse the repository at this point in the history
  12. refactor(*): fix by new linter configure

    d-kimsuon committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    655f457 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    f00f890 View commit details
    Browse the repository at this point in the history
  2. 0.0.37 release

    d-kimsuon committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    574afbc View commit details
    Browse the repository at this point in the history
  3. feat(ts-type-expand): add jsx support

    d-kimsuon committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    14a782c View commit details
    Browse the repository at this point in the history
  4. docs(readme): update readme

    d-kimsuon committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ce97d07 View commit details
    Browse the repository at this point in the history
  5. ci(test): fix test

    d-kimsuon committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1c215d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. fix(compiler-api): safelly extract symbolEscapedName

    d-kimsuon committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ef2b1f3 View commit details
    Browse the repository at this point in the history
  2. 0.0.38 release

    d-kimsuon committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    927566a View commit details
    Browse the repository at this point in the history
  3. docs(readme): update readme & change log for v1

    d-kimsuon committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    cf02f71 View commit details
    Browse the repository at this point in the history
  4. 1.0.0 release

    d-kimsuon committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    b3fa0fa View commit details
    Browse the repository at this point in the history