DOM backward compatibility: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
m DOM API Changes moved to DOM API changes: capitalization consistency
Elf (talk | contribs)
some edits & i/o plug-in link, add catg
Line 1: Line 1:
This page is used to track changes to the DOM API.
This page lists changes to the DOM API.


==Purpose==
==Purpose==
Sometimes the DOM API will be changed in a way that client applications won't work properly when they upgrade to the latest version of the DOM. Although the DOM maintainers will minimize API breakage as much as possible, sometimes it's necessary. In most API breakage situations, the client application will no longer compile. This page is used to record any changes that require clients to modify their code to work with a newer version of the DOM.
Sometimes the DOM API changes in a way that prevents client applications from working properly when they upgrade to the latest DOM version. Although the DOM maintainers minimize API breakage as much as possible, sometimes it's necessary. In most API breakage situations, the client application no longer compiles.  
 
This page is used to record any changes that require clients to modify their code to work with a newer version of the DOM.


==Core API changes==
==Core API changes==
This section tracks changes made to the core API.
This section tracks changes made to the core API.


==IO plugin changes==
==IO plug-in changes==
This section tracks changes made to the [[DOM load and save flow | IO Plugin system]].
This section tracks changes made to the [[I/O plug-in]] system.
 
[[Category:COLLADA DOM]]

Revision as of 04:43, 30 May 2007

This page lists changes to the DOM API.

Purpose

Sometimes the DOM API changes in a way that prevents client applications from working properly when they upgrade to the latest DOM version. Although the DOM maintainers minimize API breakage as much as possible, sometimes it's necessary. In most API breakage situations, the client application no longer compiles.

This page is used to record any changes that require clients to modify their code to work with a newer version of the DOM.

Core API changes

This section tracks changes made to the core API.

IO plug-in changes

This section tracks changes made to the I/O plug-in system.