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

feat: replace get and set methods with unified value option #232

Merged
merged 11 commits into from
May 21, 2024

Commits on Apr 13, 2024

  1. Replace get and set methods with unified value option

    BREAKING CHANGE: `get` and `set` methods must be replaced  with `value` option. Properties no longer
    reflect value to the corresponding attribute by default. New `reflect` option must be set to `true`.
    smalluban committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    97e7971 View commit details
    Browse the repository at this point in the history
  2. docs: update

    smalluban committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b04e2af View commit details
    Browse the repository at this point in the history
  3. Merge fixes

    smalluban committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    21f6e37 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    8bdf4be View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Updates & Fixes

    smalluban committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b695020 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    d0182d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d4d51 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    65e89f1 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    smalluban committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e07085e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update docs

    smalluban committed May 17, 2024
    Configuration menu
    Copy the full SHA
    527d351 View commit details
    Browse the repository at this point in the history
  2. Fixes

    smalluban committed May 17, 2024
    Configuration menu
    Copy the full SHA
    07e4f3c View commit details
    Browse the repository at this point in the history