Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to_json* / from_json* Deprecation Warnings #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 20, 2018

  1. Add to_json*/from_json* Deprecation Warnings

    Addresses the first half of lian#267
    
    Add deprecation warnings to all `to_json*` and `from_json*` methods to indicate
    that these will be removed in a future release. All deprecated methods are also
    moved to be near each other so they will be easier to remove in the future.
    
    This causes the tests to display a lot of warnings and the tests and examples
    using these methods must also be removed / revised once they are gone for good.
    etscrivner committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    9af290f View commit details
    Browse the repository at this point in the history