Skip to content

Deprecated classes #240

@wkdewey

Description

@wkdewey

There are several CommonXML methods that are deprecated. Some old repos still use them, although I can remove them if I see the deprecation notice..

Should they be removed? (The suggested date is January 2021, that is almost 4 years ago!)

  # TODO remove in 2021
  class << self
    extend Gem::Deprecate
    deprecate :date_display, :"Datura::Helpers.date_display", 2021, 1
    deprecate :date_standardize, :"Datura::Helpers.date_standardize", 2021, 1
    deprecate :normalize_name, :"Datura::Helpers.normalize_name", 2021, 1
    deprecate :normalize_space, :"Datura::Helpers.normalize_space", 2021, 1
  end

Metadata

Metadata

Assignees

Labels

Discussissues that require discussion before moving forward

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions