mvz/non-digest-assets

Replace whitelist with different name

mvz opened this issue · 4 comments

mvz commented

Let's replace whitelist and blacklist with different names.

To make this a smooth transition, this involves multiple steps:

  • Pick good replacement names
  • Implement new names
  • Deprecate old names
  • Release minor version
  • Remove old names
  • Release major version
mvz commented

It looks like only whitelist is used, actually. So we need only one replacement name.

mvz commented

I'm going with selected_assets for now. This can still be changed up until a release is made.

mvz commented

I finally settled on asset_selectors since the list can also contain regular expressions.

mvz commented

Version 2.0.0 was just released, finishing this epic.