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

Introduce a CLI #50

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Introduce a CLI #50

wants to merge 23 commits into from

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e398310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5a39c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e5b6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16081c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b035f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b215bbe View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9529f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5e4c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5985901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32acb8e View commit details
    Browse the repository at this point in the history
  5. feat(compilation): add resolveRuleTypes

    Allows to get the type of each parsed rules.
    
    Should probably be moved to publicodes/core at some point.
    EmileRolley committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bf5e641 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9566a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    af207df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92baef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb364df View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    ed49480 View commit details
    Browse the repository at this point in the history
  2. v1.3.0-0

    EmileRolley committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    853b44a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    5bce220 View commit details
    Browse the repository at this point in the history
  2. v1.3.0-1

    EmileRolley committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0bdc172 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. nitpicks

    EmileRolley committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3a3f986 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. feat(command/compile): add RuleValue to the genereated d.ts file

    It's could be used to have a typed evaluate() method
    EmileRolley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7f15aa0 View commit details
    Browse the repository at this point in the history
  2. refactor(command/compile)!: serialized parsed rules instead of raw rules

    This is useful to resolves "avec" mechansims.
    EmileRolley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    af220eb View commit details
    Browse the repository at this point in the history