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

Dev #34

Merged
merged 38 commits into from
Sep 21, 2024
Merged

Dev #34

merged 38 commits into from
Sep 21, 2024

Commits on Jan 16, 2024

  1. update changelog

    uzmoi committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    062613e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. remove eoi

    uzmoi committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5b6193d View commit details
    Browse the repository at this point in the history
  2. set path alias for examples

    uzmoi committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8e4c2f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2506788 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge branch 'main' into dev

    uzmoi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7227fb2 View commit details
    Browse the repository at this point in the history
  2. update deps

    uzmoi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0ac5aee View commit details
    Browse the repository at this point in the history
  3. add const modifier

    uzmoi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d8df0dd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. change parser name to camelCase

    uzmoi committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0da3b73 View commit details
    Browse the repository at this point in the history
  2. add cSpell

    uzmoi committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    06d0505 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. remove manyAccum

    uzmoi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e8d3c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    961951b View commit details
    Browse the repository at this point in the history
  3. add sepBy

    uzmoi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e56e25c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. refactor: rename

    uzmoi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4bdca9f View commit details
    Browse the repository at this point in the history
  2. change default option of sepBy

    uzmoi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8f1201a View commit details
    Browse the repository at this point in the history
  3. update json example

    uzmoi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    82cd803 View commit details
    Browse the repository at this point in the history
  4. deprecate and, andMap and or

    uzmoi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2ecb846 View commit details
    Browse the repository at this point in the history
  5. add perform.while in do

    uzmoi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c056335 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    40b6de2 View commit details
    Browse the repository at this point in the history
  2. add perform.option

    uzmoi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    976e5de View commit details
    Browse the repository at this point in the history
  3. refactor

    uzmoi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c3db41e View commit details
    Browse the repository at this point in the history
  4. add perform.many

    uzmoi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    ea97a5c View commit details
    Browse the repository at this point in the history
  5. anyElを関数化

    uzmoi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a3bafc0 View commit details
    Browse the repository at this point in the history
  6. update script example

    uzmoi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d90b52b View commit details
    Browse the repository at this point in the history
  7. update examples

    uzmoi committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5833f16 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix json example

    uzmoi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f849f31 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix sepBy

    uzmoi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e2cb3c8 View commit details
    Browse the repository at this point in the history
  2. refactor

    uzmoi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bf8913b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. add parseA function

    uzmoi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7ae68f3 View commit details
    Browse the repository at this point in the history
  2. refactor tests by parseA

    uzmoi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5699339 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. add eoi check to parseA

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    97ce935 View commit details
    Browse the repository at this point in the history
  2. jest -> vitest

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c7bc7db View commit details
    Browse the repository at this point in the history
  3. refactor examples

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e72828c View commit details
    Browse the repository at this point in the history
  4. deprecate Parser.parse

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    34bb98b View commit details
    Browse the repository at this point in the history
  5. in-source testing

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4280a69 View commit details
    Browse the repository at this point in the history
  6. improve type of noneOf

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    01154ff View commit details
    Browse the repository at this point in the history
  7. changelog

    uzmoi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    79d7f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix hook

    uzmoi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    97e3cb3 View commit details
    Browse the repository at this point in the history
  2. 0.10.0

    uzmoi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b34d4e4 View commit details
    Browse the repository at this point in the history