Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: outsideris/node.js-programming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: outsideris/node.js-programming
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: features/node-0.10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 56 files changed
  • 1 contributor

Commits on Feb 9, 2013

  1. 최신 버전에 맞게 예제 업그래이드

    * node 0.8.x에 호환성 맞춤
    
    * express 3.1.x
    
    * socket.io 0.9.13
    outsideris committed Feb 9, 2013
    Configuration menu
    Copy the full SHA
    c0b42b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c2839 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. node.js 0.10.x 버전과 모듈의 최신버전에 맞게 예제 업데이트

    * 주요 변경사항
        * 트위터 API 변경(5장)
            * 트위터 API 1.1로 바뀌고 더이상 기존 1.0 API를 받지 않음.
              그래서 API URL이 변경되고 모두 HTTPS를 사용해야 하며
              검색 API를 사용할 때도 인증이 필요하게 됨.
            * 인증관련 로직은 `chapter-05/auth.js`에 새로 추가하고
              기존의 API 호출을 `auth.js`의 함수로 감싸서
              API 호출을 위한 엑세스토큰을 얻어와서 사용하도록 변경함.
            * 그 외 트위터가 반환하는 JSON객체의 포맷이 변경되어
              응답으로 받은 데이터를 사용하는 필드명이 변경됨
        * Jade 1.0 릴리즈 후 API 변경(6장, 8장)
            * 그동안 추가되고 변경되던 Jade의 기능이 1.0 릴리즈에서
              폐기된 기능이 모두 사라져서 오류가 발생함
            * Doctype을 `!!!` 대신 `doctype html`와 같이 사용함.
            * `script` 태그등에서는 뒷부분이 스크립트라는 의미로
              마지막에 `.`을 추가해 주어야 함
        * 그 외 모듈이 최신 버전으로 올라가면서 일부 API 변경
    outsideris committed Jan 27, 2014
    Configuration menu
    Copy the full SHA
    522b894 View commit details
    Browse the repository at this point in the history
Loading