-
Notifications
You must be signed in to change notification settings - Fork 28
Deprecation Policy
Jan Piotrowski edited this page Sep 14, 2017
·
3 revisions
Apache Cordova follows a MAJOR.MINOR.PATCH version schema.
- All public API method signatures will remain available between MAJOR releases. A signature is considered public if it is documented in the Cordova docs.
- All JS signatures that are slated for deprecation will have deprecation notices added via console.log to give developers sufficient warning.
- All native signatures will have analogue shims to maintain backward compatibility. It is recommended, if possible, these shims exist in discreet files and have a companion JIRA ticket assigned to the next MAJOR release for removal.
- This page is for upcoming deprecations. This policy first came into place with Android 2.0.0.
- On the mailing list, we adopted a 3 release deprecation policy by consensus: http://markmail.org/thread/46t6khgudddrzjcq#query:+page:1+mid:de4rmoh362bv7ckw+state:results
All technology deprecates with time.
The ultimate purpose of PhoneGap is to cease to exist.