2007/03/13 18:54
Prototype 1.5.1 release candidate 웹/프로그래밍2007/03/13 18:54
지난 9일, 유명한 Javascript Framework(혹은 Library) 의 하나인 Prototype 이 릴리즈 버젼(1.5.1) 을 내놓았다.
버그들이 수정된 것 같고..
1.5.1 rc2 페이지 : http://www.prototypejs.org/2007/3/12/release-candidate-2
Prototype 1.5.1 다운로드 : http://prototypejs.org/assets/2007/3/9/prototype.js
"시간나면, 새로 추가된것들에 대한 테스트와 예제를 올려볼까.."하는 터무니 없는 생각을 해 본다 ㅡ,.ㅡ
버그들이 수정된 것 같고..
- 새로운 셀렉터 $$가 추가된것 같다. 하는 일은 CSS 셀렉터(가상 셀렉터도 지원)과 DOM 셀렉터 인것 같다, 자세한것은 이곳을 확인하자
- "Prototype now has support for JSON encoding and decoding built in" 이란다. 이제 Prototype에서 JSON encoding 과 decoding을 지원한다는것이다. 제사한것은 이곳을 확인하자. (나도 Thanks Tobie!)
- Element.extend can now take a tag name or array of tag names as its first argument to apply the given methods to specific tags. 란다. 으흐흐흐
- String#empty, String#blank, String#startsWith, String#endsWith, String#include, String#times.들이 추가되었고, Number#toPaddedString 도 추가되었다. 네이밍이 직관적이어서 이름만 봐도 먼지 알 수 있을것이다.
- Form#request 라는것도 추가되었는데, 이걸 뭐라 설명을 해야 될지 모르겠다. 특정 Form에 대한 Request에 대한 작업을 정의할 수 있다..?? 라고 해야 할려나..아무튼 링크를 본다면 아마 단번이 이해를 할 것 이다.
- Removed support for “throw $continue” in Enumerable iterators 라고 한다. (이걸 써 본적이 없어서;;) 해결책도 바로 나와 있다. "please replace it with “return” instead."
1.5.1 rc2 페이지 : http://www.prototypejs.org/2007/3/12/release-candidate-2
Prototype 1.5.1 다운로드 : http://prototypejs.org/assets/2007/3/9/prototype.js
"시간나면, 새로 추가된것들에 대한 테스트와 예제를 올려볼까.."하는 터무니 없는 생각을 해 본다 ㅡ,.ㅡ
'웹/프로그래밍' 카테고리의 다른 글
| DAUM 메인페이지 CSS 날라가다~ (2) | 2007/07/11 |
|---|---|
| 미투데이, 플레이톡 사용시 주의점. (0) | 2007/04/25 |
| [jQuery] jQuery 간단한 소개 및 prototype, yui와 간단 비교 (12) | 2007/04/17 |
| CSS Naked Day라서 CSS 뺏더니.. (1) | 2007/04/05 |
| Prototype 1.5.1 release candidate (2) | 2007/03/13 |
| 글로벌 웹 기술 워크샵 (0) | 2007/03/09 |
TAG prototype
