@newbiz/common-libs
Version:
신사업개발실 서비스/어드민 프론트엔드 공통 라이브러리
108 lines (94 loc) • 3.04 kB
Markdown
# Change Log
All notable version changes would be documented in this file.
## 3.0.1
> Patch version updated at 2021.09.15
- Chores
- 2021~2022년 상반기 공휴일 Holidays 업데이트
## 3.0.0
> Major version updated at 2020.10.28
- Chores
- 디펜던시 업데이트
- 테스트케이스 추가
- Performance Improvements
- Code chunk를 위한 namespace 제거
- `Branch` 모듈 개선
- `SimpleTree` 모듈 개선
- `UI` 모듈 SSR 대응
- New Features
- `ArrayList` 모듈 추가
- `Text` 모듈 일부 메소드 추가
## 2.0.x
> Patch version updated at 2020.09.23
- Chores
- 테스트케이스 추가
- 디펜던시 업데이트
- Bug Fixes
- 안드로이드 버전 체크 정규식 수정
- `UI.unfreezeBody()` 클래스 제거되지 않는 현상 수정
## 2.0.0
> Major version released at 2020.06.15
- Chores
- 디펜던시 업데이트
- 테스트케이스 추가
- vessel@4.0.0 기준으로 코드 클린업
- Bug Fixes: 각 모듈별 버그 수정 및 누락 코드 추가
## 1.2.0
> Minor version updated at 2020.02.19
- Chores
- 디펜던시 업데이트
- TypeScript 코드 타입체크를 엄격하게 하도록 변경
- vessel@3.1.0 기준으로 코드 클린업
- New Features: `UI.openWindow` 메소드 추가
## 1.1.0
> Minor version updated at 2020.01.07
- Chores: 디펜던시 업데이트
- New Features: Platform 모듈 추가 (UserAgent를 이용한 OS/Browser 등 정보 추출)
## 1.0.2
> Patch version updated at 2019.12.27
- New Features
- Text.newLine 메소드 추가
- 소스코드 참고를 위해 minify 하지않도록 수정
## 1.0.1
> Patch version updated at 2019.12.10
- Performance Improvements: 핸드폰번호 검증시 마스킹(*) 유효하도록 수정
## 1.0.0
> Major version released at 2019.11.11
- Chores: 디펜던시 업데이트
- Bug Fixes
- Branch.getNodes 트리노드에서 children 찾지 못하는 버그 수정
- DateFormat 모듈 내 메소드별 버그 수정 / 주석 추가
- Text 모듈 내 메소드별 버그 수정
- New Features
- Cookie cross-site 대응 코드 추가
- UI 모듈 내부로 interface 정의 이동
- 전체 모듈 테스트케이스 추가
- 기타 vessel@3 버전 기반으로 파일 추가/수정
## 0.1.3
> Patch version updated at 2019.10.31
- Bug Fixes: DateFormat.dateYearFormat 추가 수정
## 0.1.2
> Patch version updated at 2019.10.31
- Bug Fixes: DateFormat.dateYearFormat 수정
## 0.1.1
> Patch version updated at 2019.10.29
- New Features
- Text.indentNumber 메소드 추가
## 0.1.0
> Minor version updated at 2019.10.14
- New Features
- Holidays 라이브러리 통합
- DateFormat, Text 모듈 추가 및 수정
## 0.0.x
- Chores
- UI.scroll 메소드 추가
- Text.convertSpecialChar 메소드 추가
- SimpleTree 모듈 추가
- Branch 모듈 수정
- Text 모듈 추가
- EventableStorage 제거
- Share 모듈 제거
- DateFormat.dateToYMD delimiter 파라미터 추가
- Bug Fixes
- New Features
- Performance Improvements
- Deprecated