pusher / atom-pair

An Atom package that allows for epic pair programming
MIT License
1.45k stars 28 forks source link

Deprecated Atom APIs will be removed June 1st #46

Closed benogle closed 9 years ago

benogle commented 9 years ago

Atom will no longer load this package after June 1st without changes. There is one deprecation on the latest version (1.1.5) of this package:

  1. Are you trying to listen for the <some:command-name> Atom command with jQuery::on? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.

Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and search for your package name to see what deprecations are being reported on this package.

See https://github.com/atom/atom/issues/6867 for more info.