Skip to content

Releases: joon610/mockup-server

v1.0.5

05 Apr 14:23
Compare
Choose a tag to compare

node_module Security update
update
package-lock.json
yarn.lock

v1.0.4

16 Mar 17:36
2a0325b
Compare
Choose a tag to compare

fixed bug

  • couldn't select error Radio button.
  • couldn't record response data in Logger

v1.0.3

31 Jan 14:38
2f4adeb
Compare
Choose a tag to compare

현재 사용되고 있는 파일이 변경을 감시하여 변경시 데이터 갱신

利用しているJSONファイルが変更する場合、自動更新

Auto Update Server when json file changed

comment
맥에서도 쓰시는분들 많나요??? 개발자 라이센스 등록할까 말까 고민중입니다.. ㅎ;;;
유저가 많이 없다면..... 구매는 다음에..

v1.0.2

18 Jan 14:17
Compare
Choose a tag to compare
  1. you can open Json file in mockup server

  2. You can initially load a port number other than 9000.

  3. index.json 디렉토리 이동 버튼 추가.

  4. 9000번이 아닌 다른 포트 번호를 설정시 설정된 포트번호로 로드.

  5. 아이콘변경.

아이콘 디자인 어케하나 했는데 그냥 이렇게 했네요. ㅎㅎ 디자인 센스가 없는듯..
이용해주시는 분들 다들 감사드려요.. 사용설명서도 이상한데 ^^

v1.0.1

07 Jan 15:59
Compare
Choose a tag to compare

Fix

  • fix ui bug
  • added history clear button
  • added close button (window)
  • remove frame ( window )

v1.0.0

06 Jan 15:29
31a643c
Compare
Choose a tag to compare

bug
버그 발견.. 윈도우에서 실행시 하단 UI 짤림.. 퇴근후 수정예정
파라메타 히스토리 초기화 버튼 추가
파라메타 로그 공백혹은 텝에 따른 "" 표지 안되게 하기

Update
#1

  • update UI, Icon
  • Record Request Parameta
  • Show Request Parameta Information
  • check new release

#2

  • UI, Icon 추가
  • 요청 파라메타 기록 기능 추가
  • 요청 파라메타 히스토리
  • 최신 릴리즈 확인기능

#3

  • UI ,ICON 追加
  • Requestパラメータ記録機能追加
  • Requestヒストリー追加
  • 最新のリリース確認機能追加

v0.2.6

10 Dec 15:33
Compare
Choose a tag to compare
  • English
    modifiable dynamic Route name
    fix bug

  • 한국어
    다이나믹 라우터 키이름을 변경가능
    fix bug

  • 日本語
    Dynamic Route Key Nameを変更可能
    fix bug

// setting header, cookies, api description etc 
{
    "header": {
       ...
    },
    "cookies": [
      ...
    ],
    "dynamicRoute":"hello",      //  add this.     localhost/bla bla /:hello
   ...
}

v0.2.5

09 Dec 16:26
Compare
Choose a tag to compare
  • English
    add API descriptsion tooltip.
    change Name. header.json -> setting.json

  • 한국어
    API 설명 툴팁 추가.
    header.json에서 setting.json으로 이름 변경

  • 일본어
    API説明ツールチップ追加
    header.jsonからsetting.jsonにファイル名変更。

  • setting.json

{
    "header": {
        "Content-Type": "application/json; charset=utf-8",
        "Content-Length": "123",
        "ETag": "12345"
    },
    "cookies": [
        {
            "cookiekey": "cookieName",       
            "options": {
                "maxAge": 30000
            }
        },
        {
            "hello": "hi",
            "options": {
                "maxAge": 10000
            }
        }
    ],
    "description": "this API is holy shit"     
}

v0.2.4

08 Dec 16:22
Compare
Choose a tag to compare
  • English
    available Setting API Header and Cookies
    Allow Cross Origin

  • 한국어
    API에 헤더와 쿠키 설정가능
    크로스 오리진 모두 허용

  • 日本語
    API에 ヘッダー、クッキーを設定可能
    Cross origin 許可

v0.2.3

03 Dec 14:41
Compare
Choose a tag to compare
  • English
    [Select Root Button] [Start Server Button] changes automatically Window[bug0003]

  • 한국어
    버튼이 이상하게 움직임 [bug0003]

  • 日本語
    ボタンが異様に動きがある [bug0003]