Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.4
Choose a base ref
...
head repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.5
Choose a head ref
  • 10 commits
  • 85 files changed
  • 6 contributors

Commits on Jan 27, 2023

  1. chore: publish 1.3.4

    lmiller1990 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e490996 View commit details
    Browse the repository at this point in the history
  2. v1.3.4

    lmiller1990 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    19e5e45 View commit details
    Browse the repository at this point in the history
  3. v1.3.4

    lmiller1990 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2734ec4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. chore: add lint cache (#2052)

    * chore: add lint cache
    
    * chore: update
    
    * chore: revert dist
    Simon-He95 authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    be11db6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. refactor: tidy up (#2051)

    Simon-He95 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f2cade2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. fix: navigation key names (#2046)

    * fix: navigation key names
    
    * chore: update test
    
    ---------
    
    Co-authored-by: Oleksii Dubok <[email protected]>
    AlexDubok and Oleksii Dubok authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    894abd1 View commit details
    Browse the repository at this point in the history
  2. chore: add @legacy to install script (#2058)

    ### [커밋 타입]: [작업내용]
    
    ##### 본문 - 한 줄에 최대 72 글자까지만 입력하기
    
    # 1. 무엇을 수정했는지
    # 2. 왜 수정했는지
    
    # 꼬릿말은 아래에 작성: ex) #이슈 번호
    -
    #   [커밋 타입]  리스트
    #   feat      : 기능 (새로운 기능)
    #   fix       : 버그 (버그 수정)
    #   refactor  : 리팩토링
    #   style     : 스타일 (코드 형식, 세미콜론 추가: 비즈니스 로직에 변경 없음)
    #   docs      : 문서 (문서 추가, 수정, 삭제)
    #   test      : 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없음)
    #   chore     : 기타 변경사항 (빌드 스크립트 수정 등)
    #   post     : 블로그 포스트 추가 (신규 포스트 작성 및 수정)
    # ------------------
    #   [체크리스트]
    #     제목 첫 글자는 대문자로 작성했나요?
    #     제목은 명령문으로 작성했나요?
    #     제목 끝에 마침표(.) 금지
    #     제목과 본문을 한 줄 띄워 분리하기
    #     본문에 여러줄의 메시지를 작성할 땐 "-"로 구분했나요?
    # ------------------
    Now, when the script is executed the latest version is installed. I think we need to add "@legacy" to install version 1.3.4
    donghoon-song authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    26dc60d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: add typescript 5 compatible types field (#2062)

    * fix: add typescript 5 compatible types field
    
    Typescript 5 appears to require a "types" entry in each
    exports entry even though there is a "types" entry at the
    root of the package.json
    
    * fix: types path must be relative
    chriscasola authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c9b46f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d085e48 View commit details
    Browse the repository at this point in the history
  3. chore: publish 1.3.5

    lmiller1990 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0d4543d View commit details
    Browse the repository at this point in the history
Loading