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

fix(url_for): some improvement for url_for #307

Merged
merged 12 commits into from
Jan 12, 2024

Commits on May 2, 2023

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

Commits on May 3, 2023

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

Commits on May 5, 2023

  1. refactor: fix TS2550 - add lib es2020, es2019

    Property 'fromEntries' does not exist on type 'ObjectConstructor'
    
    Property 'matchAll' does not exist on type 'string'
    dimaslanjaka committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2960b21 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. refactor: run build highlight before compile ts

    - sometimes `postinstall` not triggered when using `yarn` v3
    dimaslanjaka committed May 10, 2023
    Configuration menu
    Copy the full SHA
    138d0d0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    dcfac4b View commit details
    Browse the repository at this point in the history
  2. feat(url_for): add type options

    chore(url_for): make `options` as optional
    
    - keep `empty object` for default options
    - sometimes i saw someone plugin fill `options` null, to prevent useless errors we must give options fallback to `empty object`
    dimaslanjaka committed May 13, 2023
    Configuration menu
    Copy the full SHA
    bde8887 View commit details
    Browse the repository at this point in the history
  3. docs(url_for): add JSDoc

    dimaslanjaka committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8e9c249 View commit details
    Browse the repository at this point in the history
  4. refactor: remove highlight.js build from build script

    highlight.js no need build everytime
    dimaslanjaka committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8663c65 View commit details
    Browse the repository at this point in the history
  5. fix: invalid JSDoc usage

    dimaslanjaka committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8aaa9e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 23, 2023

  1. rename UrlForOptions

    [skip ci]
    
    Co-authored-by: Sukka <isukkaw@gmail.com>
    uiolee and SukkaW authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a105304 View commit details
    Browse the repository at this point in the history
  2. rename UrlForOptions

    uiolee committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    b045658 View commit details
    Browse the repository at this point in the history