Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 2.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2021-10-31)

Features

  • gen-typescript: TypeScript Variant 추가 (f47cdc9), closes #9
  • gen: typescript 에서도 오류나지 않도록 일단 임포트 구문에 ts-ignore 추가 (fabdadc)
  • server-engine-http: Simple CORS 지원 추가 (792258c)
  • server: 호출 지점 초기화 여부 확인 추가 (8bbe673), closes #8

Bug Fixes

  • gen-typescript: method 'POST' 로 변경, mode 'cors' 로 변경 (d9fb6d4), closes #10

0.2.0 (2021-10-02)

Features

  • dsl: Sub Endpoint 추가 (344bdfb)
  • gen, benchmark: TypescriptGenerator Sub 지원 추가, 생성기 성능 테스트 시료 1만개 적용 및 Sub 사용으로 수정 (82d8234)
  • server, client: Sub Endpoint Path builder, finder 추가 (f277104)
  • server: Sub Endpoint 지원 테스트 추가 (6e6053a)