forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrating from v0.2 to v0.3
ry edited this page Jan 22, 2011
·
34 revisions
Many people are running code on the stable branch v0.2. Soon the unstable branch, v0.3, will become stable. You can help the community by documenting what API changes were made between the two.
- The internal node::Buffer class had dramatic changes early on in the v0.3. Any addons which used node:Buffer will require heavy rewrite. You might find this helpful. buffer.h
-
sys module is now the util module (soft deprecation)
-
NEW: require.resolve