@bootpay/client-js 4.4.0 → 5.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,11 +2,19 @@
2
2
 
3
3
  ## Change Log
4
4
 
5
- ### 4.3.1 ( Stable Latest )
5
+ ### 4.3.3 ( Stable Latest )
6
+
7
+ * 보안이슈로 eval -> reduce key access 방식으로 변경
8
+
9
+ ### 4.3.2
10
+
11
+ * 결제창 CSS background alpha 값 0.8 -> 0.7 수정
12
+
13
+ ### 4.3.1
6
14
 
7
15
  * done / issue 이벤트 발생되면 message 이벤트 모두 초기화
8
16
 
9
- ### 4.3.0
17
+ ### 4.3.0
10
18
 
11
19
  * REST API로 결제 요청 후 사용하는 requestPaymentUrl 함수 추가
12
20
  * 결제창 background-color CSS 오타 수정