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

Refactor anonymisable interface into fields and destroy groups #32

Merged
merged 3 commits into from
Dec 4, 2019

Commits on Dec 4, 2019

  1. Move all strategies into a single file

    In preparation for an upcoming refactor, the Strategies namespace is
    going to be reused for a higher-level concept. This moves strategies
    relating to fields into a special module, FieldLevelStrategies.
    
    This commit also moves all of the strategies and their specs into a
    single file. This is because the definition of strategies should be
    effectively atomic with the loading of the dynamic registration code.
    This means that consumers which require this module will automatically
    get all of the necessary strategies configured for them without having
    to load separate files.
    Nick Campbell committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    dc34d73 View commit details
    Browse the repository at this point in the history
  2. Refactor internals to enable fields block

    Nick Campbell committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    cf477fb View commit details
    Browse the repository at this point in the history
  3. Bump version to v0.7.0

    Nick Campbell committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    6e6540b View commit details
    Browse the repository at this point in the history